pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gmp Explicitly depend on the extraction tools he...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4731f860c59
branches: trunk
changeset: 370530:b4731f860c59
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Oct 18 11:15:39 2017 +0000
description:
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.
diffstat:
devel/gmp/inplace.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 00a8e6e9dd9e -r b4731f860c59 devel/gmp/inplace.mk
--- a/devel/gmp/inplace.mk Wed Oct 18 11:05:31 2017 +0000
+++ b/devel/gmp/inplace.mk Wed Oct 18 11:15:39 2017 +0000
@@ -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 @@
(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