pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/objfw



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Oct  5 02:46:55 UTC 2025

Modified Files:
        pkgsrc/devel/objfw: Makefile PLIST
Removed Files:
        pkgsrc/devel/objfw: PLIST.ddp PLIST.ipx PLIST.ofgctester PLIST.sctp

Log Message:
devel/objfw: Reduce number of PLISTs


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/objfw/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/objfw/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/objfw/PLIST.ddp \
    pkgsrc/devel/objfw/PLIST.ipx pkgsrc/devel/objfw/PLIST.sctp
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/objfw/PLIST.ofgctester

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/objfw/Makefile
diff -u pkgsrc/devel/objfw/Makefile:1.51 pkgsrc/devel/objfw/Makefile:1.52
--- pkgsrc/devel/objfw/Makefile:1.51    Mon Aug 25 20:59:24 2025
+++ pkgsrc/devel/objfw/Makefile Sun Oct  5 02:46:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2025/08/25 20:59:24 js Exp $
+# $NetBSD: Makefile,v 1.52 2025/10/05 02:46:54 js Exp $
 
 DISTNAME=      objfw-1.4.1
 CATEGORIES=    devel
@@ -37,29 +37,30 @@ PKGSRC_COMPILER=    clang
 .endif
 
 PLIST_SRC=     PLIST
+PLIST_VARS+=   ddp ipx ofgctester sctp
 
 .if ${OPSYS} == "Darwin"
-PLIST_SRC+=    PLIST.bridge
-PLIST_SRC+=    PLIST.framework
-PLIST_SRC+=    PLIST.ofgctester
+PLIST_SRC+=            PLIST.bridge
+PLIST_SRC+=            PLIST.framework
+PLIST.ofgctester=      yes
 .else
-PLIST_SRC+=    PLIST.runtime
+PLIST_SRC+=            PLIST.runtime
 .endif
 
 .if ${OPSYS} == "NetBSD"
-PLIST_SRC+=    PLIST.ddp
-PLIST_SRC+=    PLIST.sctp
+PLIST.ddp=             yes
+PLIST.sctp=            yes
 .endif
 
 .if ${OPSYS} == "FreeBSD"
-PLIST_SRC+=    PLIST.sctp
+PLIST.sctp=            yes
 .endif
 
 .if ${OPSYS} == "Linux"
-PLIST_SRC+=    PLIST.ddp
-PLIST_SRC+=    PLIST.ipx
-PLIST_SRC+=    PLIST.ofgctester
-PLIST_SRC+=    PLIST.sctp
+PLIST.ddp=             yes
+PLIST.ipx=             yes
+PLIST.ofgctester=      yes
+PLIST.sctp=            yes
 .endif
 
 do-test:

Index: pkgsrc/devel/objfw/PLIST
diff -u pkgsrc/devel/objfw/PLIST:1.28 pkgsrc/devel/objfw/PLIST:1.29
--- pkgsrc/devel/objfw/PLIST:1.28       Mon Aug 25 20:59:24 2025
+++ pkgsrc/devel/objfw/PLIST    Sun Oct  5 02:46:54 2025
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.28 2025/08/25 20:59:24 js Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/10/05 02:46:54 js Exp $
 bin/objfw-compile
 bin/objfw-config
 bin/objfw-embed
 bin/objfw-new
 bin/ofarc
 bin/ofdns
+${PLIST.ofgctester}bin/ofgctester
 bin/ofhash
 bin/ofhttp
 include/ObjFW/OFAAAADNSResourceRecord.h
@@ -16,7 +17,9 @@ include/ObjFW/OFApplication.h
 include/ObjFW/OFArchiveEntry.h
 include/ObjFW/OFArray.h
 include/ObjFW/OFAtomic.h
+${PLIST.ddp}include/ObjFW/OFBindDDPSocketFailedException.h
 include/ObjFW/OFBindIPSocketFailedException.h
+${PLIST.ipx}include/ObjFW/OFBindIPXSocketFailedException.h
 include/ObjFW/OFBindSocketFailedException.h
 include/ObjFW/OFBindUNIXSocketFailedException.h
 include/ObjFW/OFBlock.h
@@ -30,6 +33,7 @@ include/ObjFW/OFColor.h
 include/ObjFW/OFCondition.h
 include/ObjFW/OFConditionStillWaitingException.h
 include/ObjFW/OFConnectIPSocketFailedException.h
+${PLIST.ipx}include/ObjFW/OFConnectSPXSocketFailedException.h
 include/ObjFW/OFConnectSocketFailedException.h
 include/ObjFW/OFConnectUNIXSocketFailedException.h
 include/ObjFW/OFConstantString.h
@@ -38,6 +42,7 @@ include/ObjFW/OFCountedSet.h
 include/ObjFW/OFCreateDirectoryFailedException.h
 include/ObjFW/OFCreateSymbolicLinkFailedException.h
 include/ObjFW/OFCryptographicHash.h
+${PLIST.ddp}include/ObjFW/OFDDPSocket.h
 include/ObjFW/OFDNSQuery.h
 include/ObjFW/OFDNSQueryFailedException.h
 include/ObjFW/OFDNSResolver.h
@@ -73,6 +78,7 @@ include/ObjFW/OFHashNotCalculatedExcepti
 include/ObjFW/OFINICategory.h
 include/ObjFW/OFINIFile.h
 include/ObjFW/OFINISection.h
+${PLIST.ipx}include/ObjFW/OFIPXSocket.h
 include/ObjFW/OFIRI.h
 include/ObjFW/OFIRIHandler.h
 include/ObjFW/OFIndexSet.h
@@ -156,6 +162,7 @@ include/ObjFW/OFRecursiveMutex.h
 include/ObjFW/OFRemoveItemFailedException.h
 include/ObjFW/OFResolveHostFailedException.h
 include/ObjFW/OFRunLoop.h
+${PLIST.sctp}include/ObjFW/OFSCTPSocket.h
 include/ObjFW/OFSHA1Hash.h
 include/ObjFW/OFSHA224Hash.h
 include/ObjFW/OFSHA224Or256Hash.h
@@ -164,6 +171,8 @@ include/ObjFW/OFSHA384Hash.h
 include/ObjFW/OFSHA384Or512Hash.h
 include/ObjFW/OFSHA512Hash.h
 include/ObjFW/OFSOADNSResourceRecord.h
+${PLIST.ipx}include/ObjFW/OFSPXSocket.h
+${PLIST.ipx}include/ObjFW/OFSPXStreamSocket.h
 include/ObjFW/OFSRVDNSResourceRecord.h
 include/ObjFW/OFScrypt.h
 include/ObjFW/OFSecureData.h
@@ -286,6 +295,7 @@ man/man1/objfw-embed.1
 man/man1/objfw-new.1
 man/man1/ofarc.1
 man/man1/ofdns.1
+${PLIST.ofgctester}man/man1/ofgctester.1
 man/man1/ofhash.1
 man/man1/ofhttp.1
 share/ofarc/localization/de.json



Home | Main Index | Thread Index | Old Index