pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/scons



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Apr 30 22:14:57 UTC 2019

Modified Files:
        pkgsrc/devel/scons: buildlink3.mk

Log Message:
devel/scons: Explain about common woes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/scons/buildlink3.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/scons/buildlink3.mk
diff -u pkgsrc/devel/scons/buildlink3.mk:1.1 pkgsrc/devel/scons/buildlink3.mk:1.2
--- pkgsrc/devel/scons/buildlink3.mk:1.1        Wed Jan  2 17:18:47 2019
+++ pkgsrc/devel/scons/buildlink3.mk    Tue Apr 30 22:14:57 2019
@@ -1,4 +1,15 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/01/02 17:18:47 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2019/04/30 22:14:57 gdt Exp $
+
+# Note that while scons is a build tool, it requires running a python
+# program on the host that uses the scons library.  Currently, the
+# python version on the host and the version being used on the target
+# for the package being built are linked.
+# \todo Consider if this can be BUILD_DEPENDS (or TOOL), instead of buildlink.
+
+# scons scripts (SConstruct) have a number of common problems,
+# including not passing environment variables set by pkgsrc to
+# invocations of the compiler.  See the
+# /usr/pkgsrc/*/*/patch-SConstruct for typical remediations.
 
 SCONSBIN=      ${PREFIX}/bin/scons
 



Home | Main Index | Thread Index | Old Index