diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-25 21:42:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-25 21:42:20 +0000 |
commit | a8a3c01339f836584fb7288620bc90208ecec059 (patch) | |
tree | 19c914d506013e6c6d97e10862fb0eb8aa929390 /cad | |
parent | 826dbe24c4d28e3c3005712ebdc48f3cd8120676 (diff) | |
download | pkgsrc-a8a3c01339f836584fb7288620bc90208ecec059.tar.gz |
Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fastcap/Makefile | 4 | ||||
-rw-r--r-- | cad/qcad-partlibrary/Makefile | 3 | ||||
-rw-r--r-- | cad/qcad/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index 583e7db3dd7..d3ef66cf4ad 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/03/03 01:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2008/05/25 21:42:20 joerg Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -14,7 +14,7 @@ COMMENT= Fast 3-D capacitance solver PKG_DESTDIR_SUPPORT= user-destdir -EXTRACT_USING= gtar # cannot be extracted with pax as tar +EXTRACT_USING= bsdtar WRKSRC= ${WRKDIR} HAS_CONFIGURE= yes diff --git a/cad/qcad-partlibrary/Makefile b/cad/qcad-partlibrary/Makefile index b84a5bbf742..b0909d6e927 100644 --- a/cad/qcad-partlibrary/Makefile +++ b/cad/qcad-partlibrary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/03 01:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/25 21:42:20 joerg Exp $ # DISTNAME= partlibrary-2.0.1.2-1 @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes NO_BUILD= yes +USE_TOOLS+= pax DEPENDS+= qcad>=2.0.0.0:../../cad/qcad diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 02b5fa8c0f7..f156e15e04c 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2008/04/03 10:53:46 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2008/05/25 21:42:20 joerg Exp $ # DISTNAME= qcad-2.0.5.0-1-community.src @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir COMMENT= 2D CAD system GNU_CONFIGURE= yes -USE_TOOLS+= autoconf gmake +USE_TOOLS+= autoconf gmake pax USE_LANGUAGES= c c++ CONFIGURE_DIRS= fparser dxflib |