pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Explicitly add pax dependency in those Makefiles that ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8118399f8a10
branches: trunk
changeset: 542720:8118399f8a10
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun May 25 21:42:20 2008 +0000
description:
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:
audio/eawpatches/Makefile | 3 ++-
audio/freepats/Makefile | 3 ++-
audio/wavesurfer/Makefile | 4 +++-
audio/xmms-funtimedancer/Makefile | 4 +++-
biology/mummer/Makefile | 4 ++--
cad/fastcap/Makefile | 4 ++--
cad/qcad-partlibrary/Makefile | 3 ++-
cad/qcad/Makefile | 4 ++--
databases/cstore/Makefile | 4 ++--
databases/mysql4-client/Makefile.common | 4 ++--
databases/mysql5-client/Makefile.common | 4 ++--
databases/py-ldap/Makefile | 4 +++-
devel/apache-ant/Makefile | 3 ++-
devel/bouml/Makefile | 4 ++--
devel/jflex/Makefile | 3 ++-
devel/libsigc++/Makefile | 4 ++--
devel/monotone/Makefile | 4 ++--
devel/py-setuptools/Makefile | 4 ++--
emulators/arnold/Makefile | 4 +++-
games/fortunes-de/Makefile | 4 +++-
geography/xrmap-anthems/Makefile | 3 ++-
graphics/ns-cult3d/Makefile | 3 ++-
graphics/urt/Makefile | 3 ++-
lang/caml-light/Makefile | 4 +++-
lang/erlang-doc/Makefile | 4 +++-
lang/erlang-man/Makefile | 4 +++-
mail/anomy-sanitizer/Makefile | 4 ++--
mail/exim-html/Makefile | 4 +++-
mail/sendmail/Makefile | 4 +++-
mail/sendmail813/Makefile | 4 +++-
mail/squirrelmail-locales/Makefile | 4 ++--
mail/squirrelmail/plugin.mk | 4 +++-
misc/ja-man/Makefile | 4 ++--
misc/rubygems/rubygem.mk | 4 +++-
misc/softmaker-office-demo/Makefile | 3 ++-
mk/bsd.pkg.mk | 4 ++--
print/teTeX3-texmf/Makefile | 4 ++--
print/tex-pgf/Makefile | 3 ++-
security/ssh-ip-tunnel/Makefile | 4 +++-
textproc/fop/Makefile | 3 ++-
textproc/jdom/Makefile | 3 ++-
www/apache-tomcat55/Makefile | 4 ++--
www/awstats/Makefile | 4 ++--
www/jakarta-tomcat5/Makefile | 4 ++--
www/jalbum/Makefile | 4 +++-
www/ruby-tag/Makefile | 7 ++-----
www/screws/Makefile | 4 ++--
x11/gnome-themes-extras/Makefile | 10 +++-------
x11/qt2-examples/Makefile | 4 +++-
49 files changed, 115 insertions(+), 78 deletions(-)
diffs (truncated from 879 to 300 lines):
diff -r 626bc180fe5d -r 8118399f8a10 audio/eawpatches/Makefile
--- a/audio/eawpatches/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/audio/eawpatches/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/01/21 21:19:41 heinz Exp $
+# $NetBSD: Makefile,v 1.22 2008/05/25 21:42:20 joerg Exp $
#
DISTNAME= eawpats12_full
@@ -20,6 +20,7 @@
WRKSRC= ${WRKDIR}
NO_BUILD= yes
USE_LANGUAGES= # empty
+USE_TOOLS+= pax
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
post-extract:
diff -r 626bc180fe5d -r 8118399f8a10 audio/freepats/Makefile
--- a/audio/freepats/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/audio/freepats/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/01/21 21:07:29 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2008/05/25 21:42:20 joerg Exp $
#
DISTNAME= freepats-20060219
@@ -16,6 +16,7 @@
NO_CONFIGURE= yes
NO_BUILD= yes
USE_LANGUAGES= # empty
+USE_TOOLS+= pax
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
diff -r 626bc180fe5d -r 8118399f8a10 audio/wavesurfer/Makefile
--- a/audio/wavesurfer/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/audio/wavesurfer/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/03/02 06:10:34 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2008/05/25 21:42:20 joerg Exp $
DISTNAME= wavesurfer-1.8.5
CATEGORIES= audio
@@ -13,6 +13,8 @@
PKG_DESTDIR_SUPPORT= user-destdir
+USE_TOOLS+= pax
+
NO_CONFIGURE= yes
NO_BUILD= yes
USE_LANGUAGES= # empty
diff -r 626bc180fe5d -r 8118399f8a10 audio/xmms-funtimedancer/Makefile
--- a/audio/xmms-funtimedancer/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/audio/xmms-funtimedancer/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/02/22 19:01:15 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2008/05/25 21:42:20 joerg Exp $
#
DISTNAME= FunTimeDancer-0.1
@@ -12,6 +12,8 @@
HOMEPAGE= http://sourceforge.net/projects/ftd/
COMMENT= XMMS plugin displaying an animation
+USE_TOOLS+= pax
+
post-install:
cd ${WRKDIR} && \
pax -rw -pp FunTimeDancer ${PREFIX}/lib/xmms/Visualization
diff -r 626bc180fe5d -r 8118399f8a10 biology/mummer/Makefile
--- a/biology/mummer/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/biology/mummer/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/03/03 01:10:06 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2008/05/25 21:42:20 joerg Exp $
#
DISTNAME= MUMmer3.19
@@ -13,7 +13,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_TOOLS+= csh:run gmake perl:run
+USE_TOOLS+= csh:run gmake perl:run pax
USE_LANGUAGES= c c++
MAKE_ENV+= SH=${SH:Q}
diff -r 626bc180fe5d -r 8118399f8a10 cad/fastcap/Makefile
--- a/cad/fastcap/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/cad/fastcap/Makefile Sun May 25 21:42:20 2008 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
-EXTRACT_USING= gtar # cannot be extracted with pax as tar
+EXTRACT_USING= bsdtar
WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes
diff -r 626bc180fe5d -r 8118399f8a10 cad/qcad-partlibrary/Makefile
--- a/cad/qcad-partlibrary/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/cad/qcad-partlibrary/Makefile Sun May 25 21:42:20 2008 +0000
@@ -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 @@
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_TOOLS+= pax
DEPENDS+= qcad>=2.0.0.0:../../cad/qcad
diff -r 626bc180fe5d -r 8118399f8a10 cad/qcad/Makefile
--- a/cad/qcad/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/cad/qcad/Makefile Sun May 25 21:42:20 2008 +0000
@@ -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 @@
COMMENT= 2D CAD system
GNU_CONFIGURE= yes
-USE_TOOLS+= autoconf gmake
+USE_TOOLS+= autoconf gmake pax
USE_LANGUAGES= c c++
CONFIGURE_DIRS= fparser dxflib
diff -r 626bc180fe5d -r 8118399f8a10 databases/cstore/Makefile
--- a/databases/cstore/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/databases/cstore/Makefile Sun May 25 21:42:20 2008 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= gmake perl
+USE_TOOLS+= gmake perl pax
USE_LANGUAGES+= c c++
WRKSRC= ${WRKDIR}/cstore
diff -r 626bc180fe5d -r 8118399f8a10 databases/mysql4-client/Makefile.common
--- a/databases/mysql4-client/Makefile.common Sun May 25 21:40:59 2008 +0000
+++ b/databases/mysql4-client/Makefile.common Sun May 25 21:42:20 2008 +0000
@@ -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 @@
.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 -r 626bc180fe5d -r 8118399f8a10 databases/mysql5-client/Makefile.common
--- a/databases/mysql5-client/Makefile.common Sun May 25 21:40:59 2008 +0000
+++ b/databases/mysql5-client/Makefile.common Sun May 25 21:42:20 2008 +0000
@@ -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 @@
.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 -r 626bc180fe5d -r 8118399f8a10 databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/databases/py-ldap/Makefile Sun May 25 21:42:20 2008 +0000
@@ -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 @@
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 \
diff -r 626bc180fe5d -r 8118399f8a10 devel/apache-ant/Makefile
--- a/devel/apache-ant/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/devel/apache-ant/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/03/03 17:45:34 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2008/05/25 21:42:21 joerg Exp $
#
DISTNAME= apache-ant-1.7.0
@@ -18,6 +18,7 @@
USE_JAVA= run
USE_JAVA2= yes
+USE_TOOLS+= pax
NO_BUILD= yes
SUBST_CLASSES+= ant
diff -r 626bc180fe5d -r 8118399f8a10 devel/bouml/Makefile
--- a/devel/bouml/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/devel/bouml/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/05 05:56:42 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/25 21:42:21 joerg Exp $
#
DISTNAME= bouml_${BOUMLVERSION}
@@ -13,7 +13,7 @@
BOUMLVERSION= 2.27
USE_LIBTOOL= YES
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pax
USE_LANGUAGES= c++
BUILD_TARGET= compile
USE_DIRS+= xdg-1.3
diff -r 626bc180fe5d -r 8118399f8a10 devel/jflex/Makefile
--- a/devel/jflex/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/devel/jflex/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/04 11:02:24 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2008/05/25 21:42:21 joerg Exp $
#
DISTNAME= jflex-1.4.1
@@ -13,6 +13,7 @@
USE_LANGUAGES= # none
USE_JAVA= run
+USE_TOOLS+= pax
INSTALLATION_DIRS= bin lib/java share/doc/jflex share/examples/jflex
diff -r 626bc180fe5d -r 8118399f8a10 devel/libsigc++/Makefile
--- a/devel/libsigc++/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/devel/libsigc++/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/04/24 20:47:05 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2008/05/25 21:42:21 joerg Exp $
DISTNAME= libsigc++-2.2.2
CATEGORIES= devel
@@ -21,7 +21,7 @@
# supported according to the file README
GCC_REQD+= 3.2
# use something that can extract long filenames in GNU format on NetBSD 1.6.x
-EXTRACT_USING= pax
+EXTRACT_USING= bsdtar
PKGCONFIG_OVERRIDE= sigc++-2.0.pc.in
diff -r 626bc180fe5d -r 8118399f8a10 devel/monotone/Makefile
--- a/devel/monotone/Makefile Sun May 25 21:40:59 2008 +0000
+++ b/devel/monotone/Makefile Sun May 25 21:42:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2008/04/29 20:26:47 dan Exp $
+# $NetBSD: Makefile,v 1.54 2008/05/25 21:42:21 joerg Exp $
#
DISTNAME= monotone-0.40
@@ -16,7 +16,7 @@
GNU_CONFIGURE= yes
INFO_FILES= yes
UNLIMIT_RESOURCES+= datasize
-USE_TOOLS+= gmake makeinfo
+USE_TOOLS+= gmake makeinfo pax
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
Home |
Main Index |
Thread Index |
Old Index