pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/fastcap Set EXTRACT_USING to force extraction usin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cbf18295ca6
branches:  trunk
changeset: 494169:8cbf18295ca6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri May 20 01:57:44 2005 +0000

description:
Set EXTRACT_USING to force extraction using gtar.

diffstat:

 cad/fastcap/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5789f4ecf86d -r 8cbf18295ca6 cad/fastcap/Makefile
--- a/cad/fastcap/Makefile      Fri May 20 01:36:46 2005 +0000
+++ b/cad/fastcap/Makefile      Fri May 20 01:57:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:45:01 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/20 01:57:44 jlam Exp $
 #
 
 DISTNAME=      fastcap-2.0-18Sep92
@@ -12,9 +12,13 @@
 COMMENT=       Fast 3-D capacitance solver
 
 BUILD_DEPENDS+=        teTeX>=1.0.7:../../print/teTeX
-# The distfile cannot be extracted with pax as tar
+EXTRACT_USING= gtar    # cannot be extracted with pax as tar
+
+.include "../../mk/bsd.prefs.mk"
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
 BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
 GTAR=           ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
+.endif
 
 WRKSRC=                ${WRKDIR}
 HAS_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index