aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-12-23 00:13:20 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-12-23 01:11:51 +0000
commit8c4a2aa6c4bcd55eddfe9c54017a7e47755fa8f6 (patch)
tree61b4b255a3c2839b56368398815fce3e5dd1be16 /lang/fpc
parent471524a16046b55f7fed04e9da5a3eec18ecab06 (diff)
downloadports-8c4a2aa6c4bcd55eddfe9c54017a7e47755fa8f6.tar.gz
ports-8c4a2aa6c4bcd55eddfe9c54017a7e47755fa8f6.zip
lang/fpc: Install missing serial unit
- Bump PORTREVISION
Diffstat (limited to 'lang/fpc')
-rw-r--r--lang/fpc/Makefile2
-rw-r--r--lang/fpc/files/patch-packages-rtl-extra_fpmake.pp11
-rw-r--r--lang/fpc/pkg-plist2
3 files changed, 14 insertions, 1 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile
index 01b2ecbeb4fe..b5f241509213 100644
--- a/lang/fpc/Makefile
+++ b/lang/fpc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fpc
PORTVERSION= 3.2.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= lang
MASTER_SITES= SF/freepascal/Source/${PORTVERSION}:source \
https://downloads.freepascal.org/${PORTNAME}/dist/${PORTVERSION}/source/:source \
diff --git a/lang/fpc/files/patch-packages-rtl-extra_fpmake.pp b/lang/fpc/files/patch-packages-rtl-extra_fpmake.pp
new file mode 100644
index 000000000000..2ae84974d039
--- /dev/null
+++ b/lang/fpc/files/patch-packages-rtl-extra_fpmake.pp
@@ -0,0 +1,11 @@
+--- packages/rtl-extra/fpmake.pp 2023-12-22 17:55:32.220950000 -0500
++++ packages/rtl-extra/fpmake.pp 2023-12-22 17:55:43.080664000 -0500
+@@ -20,7 +20,7 @@
+ // IPCcdeclOSes = [Darwin,iphonesim,ios];
+
+ PrinterOSes = [go32v2,msdos,os2,win32,win64]+unixlikes-[beos,haiku,morphos];
+- SerialOSes = [android,linux,netbsd,openbsd,win32,win64];
++ SerialOSes = [android,linux,freebsd,netbsd,openbsd,win32,win64];
+ UComplexOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,wince,win32,win64]+UnixLikes+AllAmigaLikeOSes;
+ MatrixOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
+ ObjectsOSes = [atari,embedded,emx,gba,go32v2,macosclassic,msdos,nds,netware,netwlibc,os2,symbian,watcom,wii,win16,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
diff --git a/lang/fpc/pkg-plist b/lang/fpc/pkg-plist
index 98d9b1cc8785..085478620ff4 100644
--- a/lang/fpc/pkg-plist
+++ b/lang/fpc/pkg-plist
@@ -2162,6 +2162,8 @@ 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/real48utils.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/real48utils.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