Skip to content

Commit

Permalink
lang/fpc-devel: 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 8c4a2aa commit 28cb098
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lang/fpc-devel-source/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fpc-devel
PORTVERSION= 3.3.1.20231027
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= lang
PKGNAMESUFFIX= -source
DIST_SUBDIR= freepascal
Expand Down
11 changes: 11 additions & 0 deletions lang/fpc-devel/files/patch-packages-rtl-extra_fpmake.pp
@@ -0,0 +1,11 @@
--- packages/rtl-extra/fpmake.pp 2023-10-27 17:59:48.000000000 -0500
+++ packages/rtl-extra/fpmake.pp 2023-12-22 18:28:44.664770000 -0500
@@ -20,7 +20,7 @@
// IPCcdeclOSes = [Darwin,iphonesim,ios];

PrinterOSes = [go32v2,msdos,os2,win32,win64,atari]+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,sinclairql,symbian,watcom,wii,wince,win32,win64,freertos,wasi]+UnixLikes+AllAmigaLikeOSes;
MatrixOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,sinclairql,symbian,watcom,wii,win32,win64,wince,freertos,wasi]+UnixLikes+AllAmigaLikeOSes;
ObjectsOSes = [atari,embedded,emx,gba,go32v2,macosclassic,msdos,nds,netware,netwlibc,os2,sinclairql,symbian,watcom,wii,win16,win32,win64,wince,freertos,wasi]+UnixLikes+AllAmigaLikeOSes;
2 changes: 2 additions & 0 deletions lang/fpc-devel/pkg-plist
Expand Up @@ -2376,6 +2376,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/sortalgs.o
Expand Down

0 comments on commit 28cb098

Please sign in to comment.