- Install serial .ppu and .o files

- Bump fpc-rtl-extra PORTREVISION
This commit is contained in:
Jose Alonso Cardenas Marquez 2016-11-21 21:12:09 +00:00
parent 160633cd86
commit 576bae4f19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426756
3 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# $FreeBSD$
CATEGORIES= lang
PORTREVISION= 1
PKGNAMESUFFIX= -rtl-extra
MAINTAINER= freebsd-fpc@FreeBSD.org

View File

@ -9,6 +9,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ucomplex.o

View File

@ -55,3 +55,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|packages_${OPSYS:tl}=fcl-net fcl-web|packages_${OPSYS:tl}=fcl-net|g' \
${WRKDIR}/${WRKUNITDIR}/Makefile.fpc
.endif
.if ${PKGNAMESUFFIX} == "-rtl-extra"
@${REINPLACE_CMD} -e 's|android,linux,|android,linux,freebsd,dragonfly,|g' \
${WRKDIR}/${WRKUNITDIR}/fpmake.pp
.endif