pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gmp



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Oct 18 11:15:39 UTC 2017

Modified Files:
        pkgsrc/devel/gmp: inplace.mk

Log Message:
Explicitly depend on the extraction tools here as SKIP_DEPENDS doesn't
make the dependency visible. It also helps bulk builds on platforms
without native bzcat.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/gmp/inplace.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/gmp/inplace.mk
diff -u pkgsrc/devel/gmp/inplace.mk:1.6 pkgsrc/devel/gmp/inplace.mk:1.7
--- pkgsrc/devel/gmp/inplace.mk:1.6     Tue Sep 15 20:56:33 2015
+++ pkgsrc/devel/gmp/inplace.mk Wed Oct 18 11:15:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: inplace.mk,v 1.6 2015/09/15 20:56:33 joerg Exp $
+# $NetBSD: inplace.mk,v 1.7 2017/10/18 11:15:39 joerg Exp $
 #
 # Include this file to extract devel/gmp source into the WRKSRC of
 # another package. This is to be used by GCC packages to avoid the
@@ -16,3 +16,5 @@ extract-inplace-gmp:
        (cd ../../devel/gmp && ${MAKE} WRKDIR=${WRKSRC}/.devel.gmp EXTRACT_DIR=${WRKSRC} \
                WRKSRC='$${EXTRACT_DIR}/$${DISTNAME:C/a$$//}' SKIP_DEPENDS=YES patch)
        ${MV} ${WRKSRC}/gmp-* ${WRKSRC}/gmp
+
+USE_TOOLS+=    bzcat tar



Home | Main Index | Thread Index | Old Index