pkgsrc-WIP-changes archive

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

libsysinfo: Limit to FreeBSD for now



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed Apr 2 10:32:03 2025 -0500
Changeset:	89a84230c505a7254b8df11b0beba333d13ac7ef

Modified Files:
	libsysinfo/Makefile

Log Message:
libsysinfo: Limit to FreeBSD for now

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89a84230c505a7254b8df11b0beba333d13ac7ef

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

diffstat:
 libsysinfo/Makefile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diffs:
diff --git a/libsysinfo/Makefile b/libsysinfo/Makefile
index 12bb594ef4..672813d6c2 100644
--- a/libsysinfo/Makefile
+++ b/libsysinfo/Makefile
@@ -5,14 +5,6 @@
 #              Mon Jan 20 10:37:16 CST 2025               #
 ###########################################################
 
-###########################################################
-# Unconverted and partially converted FreeBSD port syntax:
-
-# Unknown tool: USE_TOOLS=	uidfix
-#USE_LDCONFIG=	yes
-#SUB_FILES=	libsysinfo.pc
-#SUB_LIST=	PREFIX="${PREFIX}" PV="${PV}" COMMENT="${COMMENT}"
-
 DISTNAME=	libsysinfo-0.0.3
 PKGNAME=	${DISTNAME}
 CATEGORIES=	devel
@@ -24,7 +16,7 @@ HOMEPAGE=	https://github.com/bsdimp/libsysinfo
 COMMENT=	GNU libc's sysinfo port for \${OPSYS}
 LICENSE=	modified-bsd
 
-ONLY_FOR_PLATFORM+=	FreeBSD-*-* NetBSD-*-*
+ONLY_FOR_PLATFORM+=	FreeBSD-*-*
 
 SUBST_CLASSES+=		man
 SUBST_STAGE.man=	pre-configure


Home | Main Index | Thread Index | Old Index