Skip to content

Commit

Permalink
lang/fpc: Install missing serial unit
Browse files Browse the repository at this point in the history
- Bump PORTREVISION
  • Loading branch information
alonsobsd committed Dec 23, 2023
1 parent 471524a commit 8c4a2aa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/fpc-source/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fpc
PORTVERSION= 3.2.2
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONSUFFIX=.source
CATEGORIES= lang
MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \
Expand Down
2 changes: 1 addition & 1 deletion 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 \
Expand Down
11 changes: 11 additions & 0 deletions 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;
2 changes: 2 additions & 0 deletions lang/fpc/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 8c4a2aa

Please sign in to comment.