pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/swig
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 19 09:03:53 UTC 2022
Modified Files:
pkgsrc/devel/swig: buildlink3.mk
Log Message:
swig: Be more precise with BUILDLINK_FILES.
Using globs which may include directories means the way this is eventually
parsed in the infrastructure using "ls -1" results in a lot of bogus output.
Whilst not an error, it does require additional checks to see if the files
actually exist.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/swig/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/swig/buildlink3.mk
diff -u pkgsrc/devel/swig/buildlink3.mk:1.12 pkgsrc/devel/swig/buildlink3.mk:1.13
--- pkgsrc/devel/swig/buildlink3.mk:1.12 Fri Nov 9 15:49:03 2012
+++ pkgsrc/devel/swig/buildlink3.mk Thu May 19 09:03:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2012/11/09 15:49:03 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2022/05/19 09:03:53 jperkin Exp $
BUILDLINK_TREE+= swig
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.swig?= ../../devel/s
# only contains a static library
BUILDLINK_DEPMETHOD.swig?= build
-BUILDLINK_FILES.swig+= share/swig/1.3/* share/swig/1.3/*/*
+BUILDLINK_FILES.swig+= share/swig/1.3/*.* share/swig/1.3/*/*.*
.endif # SWIG_BUILDLINK3_MK
BUILDLINK_TREE+= -swig
Home |
Main Index |
Thread Index |
Old Index