Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2016 21:12:09 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426756 - in head/lang: fpc fpc-rtl-extra
Message-ID:  <201611212112.uALLC9G7056357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Mon Nov 21 21:12:09 2016
New Revision: 426756
URL: https://svnweb.freebsd.org/changeset/ports/426756

Log:
  - Install serial .ppu and .o files
  - Bump fpc-rtl-extra PORTREVISION

Modified:
  head/lang/fpc-rtl-extra/Makefile
  head/lang/fpc-rtl-extra/pkg-plist
  head/lang/fpc/Makefile.units

Modified: head/lang/fpc-rtl-extra/Makefile
==============================================================================
--- head/lang/fpc-rtl-extra/Makefile	Mon Nov 21 21:07:30 2016	(r426755)
+++ head/lang/fpc-rtl-extra/Makefile	Mon Nov 21 21:12:09 2016	(r426756)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 CATEGORIES=	lang
+PORTREVISION=	1
 PKGNAMESUFFIX=	-rtl-extra
 
 MAINTAINER=	freebsd-fpc@FreeBSD.org

Modified: head/lang/fpc-rtl-extra/pkg-plist
==============================================================================
--- head/lang/fpc-rtl-extra/pkg-plist	Mon Nov 21 21:07:30 2016	(r426755)
+++ head/lang/fpc-rtl-extra/pkg-plist	Mon Nov 21 21:12:09 2016	(r426756)
@@ -9,6 +9,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAM
 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

Modified: head/lang/fpc/Makefile.units
==============================================================================
--- head/lang/fpc/Makefile.units	Mon Nov 21 21:07:30 2016	(r426755)
+++ head/lang/fpc/Makefile.units	Mon Nov 21 21:12:09 2016	(r426756)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611212112.uALLC9G7056357>