pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/fastcap use GNU tar to extract. pax fails on the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f12cf672b33b
branches: trunk
changeset: 490779:f12cf672b33b
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sat Mar 19 21:42:32 2005 +0000
description:
use GNU tar to extract. pax fails on the distfile. Lets this pkg
extract and build again after being broken for a long time.
diffstat:
cad/fastcap/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r e9ff5065782a -r f12cf672b33b cad/fastcap/Makefile
--- a/cad/fastcap/Makefile Sat Mar 19 20:47:46 2005 +0000
+++ b/cad/fastcap/Makefile Sat Mar 19 21:42:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/09/21 01:40:17 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.20 2005/03/19 21:42:32 dmcmahill Exp $
#
DISTNAME= fastcap-2.0-18Sep92
@@ -12,6 +12,9 @@
COMMENT= Fast 3-D capacitance solver
BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX
+# The distfile cannot be extracted with pax as tar
+BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
+GTAR= ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
Home |
Main Index |
Thread Index |
Old Index