summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-25 21:42:20 +0000
committerjoerg <joerg>2008-05-25 21:42:20 +0000
commit7622068693aac7291caeacb4e6c439b5b70d4984 (patch)
tree19c914d506013e6c6d97e10862fb0eb8aa929390 /databases
parent134f7a8bab9057fc9e1e7893b2a26d1ceb4571bd (diff)
downloadpkgsrc-7622068693aac7291caeacb4e6c439b5b70d4984.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 'databases')
-rw-r--r--databases/cstore/Makefile4
-rw-r--r--databases/mysql4-client/Makefile.common4
-rw-r--r--databases/mysql5-client/Makefile.common4
-rw-r--r--databases/py-ldap/Makefile4
4 files changed, 9 insertions, 7 deletions
diff --git a/databases/cstore/Makefile b/databases/cstore/Makefile
index 9e0eec4db03..f4c43a9cbfe 100644
--- a/databases/cstore/Makefile
+++ b/databases/cstore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/03/03 15:21:07 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/25 21:42:20 joerg Exp $
DISTNAME= cstore0.2
PKGNAME= cstore-0.2
@@ -14,7 +14,7 @@ COMMENT= Read-optimised column store relational DBMS
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= gmake perl
+USE_TOOLS+= gmake perl pax
USE_LANGUAGES+= c c++
WRKSRC= ${WRKDIR}/cstore
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index c972e5fb2cc..ef2182503bc 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.65 2008/03/26 13:29:58 wiz Exp $
+# $NetBSD: Makefile.common,v 1.66 2008/05/25 21:42:20 joerg Exp $
#
# used by databases/mysql4-server/Makefile
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-EXTRACT_USING= pax
+EXTRACT_USING= bsdtar
# MYSQL_USER username of the database administrator
# MYSQL_GROUP group of the database administrator
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common
index ea55fc79935..0e5e1cf107d 100644
--- a/databases/mysql5-client/Makefile.common
+++ b/databases/mysql5-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2008/03/06 16:50:38 jlam Exp $
+# $NetBSD: Makefile.common,v 1.31 2008/05/25 21:42:21 joerg Exp $
DISTNAME= mysql-5.0.51
CATEGORIES= databases
@@ -13,7 +13,7 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-EXTRACT_USING= pax
+EXTRACT_USING= bsdtar
# MYSQL_USER username of the database administrator
# MYSQL_GROUP group of the database administrator
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 877d11a9a25..765a077cce1 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2008/04/25 20:39:07 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2008/05/25 21:42:21 joerg Exp $
DISTNAME= python-ldap-2.3.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -27,6 +27,8 @@ SUBST_SED.setup+= -e "s|@PY_LDAP_LIBS@|${PY_LDAP_LIBS}|"
PY_LDAP_DOCDIR= ${PREFIX}/share/doc/py-ldap
+USE_TOOLS+= pax
+
post-install:
${INSTALL_DATA_DIR} ${PY_LDAP_DOCDIR}
cd ${WRKSRC} && pax -rw CHANGES README INSTALL TODO Demo \