summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-25 21:42:20 +0000
committerjoerg <joerg>2008-05-25 21:42:20 +0000
commitc06fccca446d94adf3b3c3494670cecf87087561 (patch)
tree19c914d506013e6c6d97e10862fb0eb8aa929390 /lang
parentddf6d7868a9eab7628b542e10fff6381f0866a86 (diff)
downloadpkgsrc-c06fccca446d94adf3b3c3494670cecf87087561.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 'lang')
-rw-r--r--lang/caml-light/Makefile4
-rw-r--r--lang/erlang-doc/Makefile4
-rw-r--r--lang/erlang-man/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile
index b90c4c611c7..b7fad411f1f 100644
--- a/lang/caml-light/Makefile
+++ b/lang/caml-light/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/01/18 20:44:25 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2008/05/25 21:42:21 joerg Exp $
#
DISTNAME= cl74unix
@@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR}/cl74/src
BUILD_TARGET= world
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
+USE_TOOLS+= pax
+
do-configure:
cd ${WRKSRC} && make configure
diff --git a/lang/erlang-doc/Makefile b/lang/erlang-doc/Makefile
index c99f6dfc978..88ce84c3bc6 100644
--- a/lang/erlang-doc/Makefile
+++ b/lang/erlang-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/01/04 14:10:06 ghen Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/25 21:42:21 joerg Exp $
DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}-${DIST_VERSION_MINOR}
PKGNAME= erlang-doc-${ERLANG_VERSION}
@@ -19,6 +19,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_TOOLS+= pax
+
# these files are already installed by ../../lang/erlang:
DUPLICATE_FILES= lib/cosEvent-${VERSION.cosEvent}/info
DUPLICATE_FILES+= lib/cosEventDomain-${VERSION.cosEventDomain}/info
diff --git a/lang/erlang-man/Makefile b/lang/erlang-man/Makefile
index c458a53bd7b..22d7287072f 100644
--- a/lang/erlang-man/Makefile
+++ b/lang/erlang-man/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/01/04 14:10:06 ghen Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/25 21:42:21 joerg Exp $
DISTNAME= otp_doc_man_${DIST_VERSION_MAJOR}-${DIST_VERSION_MINOR}
PKGNAME= erlang-man-${ERLANG_VERSION}
@@ -14,6 +14,8 @@ DIST_SUBDIR= erlang
# needs erlang installed for its directory structure
DEPENDS+= erlang-${ERLANG_VERSION}{,nb*}:../../lang/erlang
+USE_TOOLS+= pax
+
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes