pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/scons4
Module Name: pkgsrc
Committed By: gdt
Date: Thu Jun 8 12:19:16 UTC 2023
Modified Files:
pkgsrc/devel/scons4: build.mk
Log Message:
devel/scons4: Require a version with working rpath
4.5.2 does not handle rpath correctly, and e.g. gpsd fails to build;
this is fixed in 4.5.2nb1. In build.mk, require a working version.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/scons4/build.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/scons4/build.mk
diff -u pkgsrc/devel/scons4/build.mk:1.3 pkgsrc/devel/scons4/build.mk:1.4
--- pkgsrc/devel/scons4/build.mk:1.3 Thu Jun 8 05:29:39 2023
+++ pkgsrc/devel/scons4/build.mk Thu Jun 8 12:19:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.3 2023/06/08 05:29:39 wiz Exp $
+# $NetBSD: build.mk,v 1.4 2023/06/08 12:19:15 gdt Exp $
#
# This Makefile fragment supports building using the SCons build tool.
#
@@ -18,7 +18,7 @@ PYTHON_FOR_BUILD_ONLY?= tool
.include "../../lang/python/pyversion.mk"
-TOOL_DEPENDS+= ${PYPKGPREFIX}-scons>=4:../../devel/scons4
+TOOL_DEPENDS+= ${PYPKGPREFIX}-scons>=4.5.2nb1:../../devel/scons4
SCONSBIN= scons-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index