pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/poco
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 30 15:42:21 UTC 2025
Modified Files:
pkgsrc/devel/poco: Makefile.common
Log Message:
poco: remove bitrig support
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/poco/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/poco/Makefile.common
diff -u pkgsrc/devel/poco/Makefile.common:1.19 pkgsrc/devel/poco/Makefile.common:1.20
--- pkgsrc/devel/poco/Makefile.common:1.19 Sat Dec 30 21:01:49 2023
+++ pkgsrc/devel/poco/Makefile.common Sun Mar 30 15:42:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2023/12/30 21:01:49 zafer Exp $
+# $NetBSD: Makefile.common,v 1.20 2025/03/30 15:42:21 wiz Exp $
#
# used by devel/poco/Makefile
# used by databases/poco-data/Makefile
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --unbundled
.include "../../mk/bsd.prefs.mk"
-.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Bitrig"
+.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
CONFIGURE_ARGS+= --config=FreeBSD
.endif
Home |
Main Index |
Thread Index |
Old Index