diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
commit | e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5 (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc | |
parent | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (diff) | |
download | pkgsrc-e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5.tar.gz |
Note that tar is required by this package.
-rw-r--r-- | cad/geda-examples/Makefile | 7 | ||||
-rw-r--r-- | cross/avr-gcc/Makefile | 3 | ||||
-rw-r--r-- | cross/i386-mingw32/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql74-client/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql74-docs/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql74-lib/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql74-server/Makefile | 3 | ||||
-rw-r--r-- | devel/newt/Makefile | 6 | ||||
-rw-r--r-- | devel/pwlib/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-current/options.mk | 3 | ||||
-rw-r--r-- | mail/squirrelmail-locales/Makefile | 5 | ||||
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 3 | ||||
-rw-r--r-- | multimedia/realplayer/Makefile | 3 | ||||
-rw-r--r-- | net/openh323/Makefile | 3 | ||||
-rw-r--r-- | sysutils/mklivecd/Makefile | 3 | ||||
-rw-r--r-- | www/album_themes/Makefile | 2 | ||||
-rw-r--r-- | www/jakarta-tomcat5/Makefile | 4 | ||||
-rw-r--r-- | www/jakarta-tomcat55/Makefile | 4 |
18 files changed, 43 insertions, 25 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 18796d443fd..c2e39f9e3c3 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/03/24 02:05:11 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/16 01:32:22 jlam Exp $ # DISTNAME= geda-examples-${PKGVERSION} @@ -12,8 +12,9 @@ CONFLICTS+= gEDA<19991011 .include "../../cad/geda/Makefile.common" -GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +GNU_CONFIGURE= YES +USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= tar pre-install: ${RM} -f ${WRKSRC}/config.status.overridden diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 6ca5e81c318..40cddc6c28f 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:10 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/16 01:32:22 jlam Exp $ DISTNAME= gcc-3.3.2003.05.11 PKGNAME= avr-gcc-3.3.2003.05.11 @@ -24,6 +24,7 @@ GNU_CONFIGURE= yes USE_PERL5= build USE_BZIP2= yes USE_GNU_TOOLS+= lex make yacc +PKGSRC_USE_TOOLS+= tar USE_PKGLOCALEDIR= yes CONFIGURE_ARGS= --target=avr --prefix=${PREFIX} diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index 70054067ee5..dd6a9ae3711 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/03/11 18:07:09 kent Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/16 01:32:22 jlam Exp $ DISTNAME= cross-${TARGET_ARCH}-3.2 CROSS_DISTFILES= @@ -27,6 +27,7 @@ MINGW_WRKSRC= ${WRKDIR}/mingw-runtime-3.2 CROSS_DISTFILES+= w32api-2.5.tar.gz W32_WRKSRC= ${WRKDIR}/w32api-2.5 USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= tar USE_PERL5= build WRKSRC= ${WRKDIR} # for the patch target diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile index ac9d2afb234..186391aa77b 100644 --- a/databases/postgresql74-client/Makefile +++ b/databases/postgresql74-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/02/05 14:31:20 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-client-${BASE_VERS} PKGREVISION= # empty @@ -10,6 +10,7 @@ COMMENT= PostgreSQL database client programs # XXX work around core dumps with the native libedit USE_GNU_READLINE= yes +PKGSRC_USE_TOOLS+= tar CONFIGURE_ARGS+= --with-openssl=${SSLBASE} CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --with-readline diff --git a/databases/postgresql74-docs/Makefile b/databases/postgresql74-docs/Makefile index 9be9d044f4d..519d4606357 100644 --- a/databases/postgresql74-docs/Makefile +++ b/databases/postgresql74-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:14 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-docs-${BASE_VERS} SVR4_PKGNAME= pstgd @@ -6,8 +6,9 @@ COMMENT= PostgreSQL database system documentation .include "../../databases/postgresql74/Makefile.common" -NO_BUILD= yes -NO_CONFIGURE= yes +NO_BUILD= yes +NO_CONFIGURE= yes +PKGSRC_USE_TOOLS+= tar #BUILD_DIRS= ${WRKSRC}/doc DOCDIR= ${PREFIX}/share/doc/postgresql diff --git a/databases/postgresql74-lib/Makefile b/databases/postgresql74-lib/Makefile index 80798439732..024696b345a 100644 --- a/databases/postgresql74-lib/Makefile +++ b/databases/postgresql74-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/19 12:36:33 jschauma Exp $ +# $NetBSD: Makefile,v 1.18 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-lib-${BASE_VERS} PKGREVISION= 1 @@ -7,6 +7,7 @@ COMMENT= PostgreSQL database headers and libraries .include "../../databases/postgresql74/Makefile.common" +PKGSRC_USE_TOOLS+= tar CONFIGURE_ARGS+= --with-openssl=${SSLBASE} .include "../../mk/bsd.prefs.mk" diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile index 7a5897ab652..d093ca836da 100644 --- a/databases/postgresql74-server/Makefile +++ b/databases/postgresql74-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/02/07 11:35:41 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-server-${BASE_VERS} PKGREVISION= # empty @@ -15,6 +15,7 @@ NOT_FOR_PLATFORM= *-*-mips USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL MESSAGE_SRC= ${.CURDIR}/MESSAGE +PKGSRC_USE_TOOLS+= tar CONFIGURE_ARGS+= --with-openssl=${SSLBASE} BUILD_DIRS= ${WRKSRC}/src/backend diff --git a/devel/newt/Makefile b/devel/newt/Makefile index d33e87bccb7..b5205199dc1 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/15 04:26:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/16 01:32:22 jlam Exp $ DISTNAME= ${PKGNAME_NOREV}-5.src.rpm PKGNAME= newt-0.51.6 @@ -13,7 +13,9 @@ COMMENT= Windowing toolkit based on libslang BUILD_DEPENDS+= rpm2pkg>=2.0:../../pkgtools/rpm2pkg -USE_GNU_TOOLS+= make gzcat +USE_GNU_TOOLS+= make gzcat +PKGSRC_USE_TOOLS+= tar + USE_LIBTOOL= yes NO_EXPORT_CPP= yes GNU_CONFIGURE= yes diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index edd37a1bb19..1f3a6eaa2d7 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/04/11 21:45:37 tv Exp $ +# $NetBSD: Makefile,v 1.42 2005/05/16 01:32:23 jlam Exp $ DISTNAME= pwlib-v1_8_3-src PKGNAME= pwlib-1.8.3 @@ -15,6 +15,7 @@ BUILD_DEPENDS= bison-[0-9]*:../../devel/bison WRKSRC= ${WRKDIR}/pwlib USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= tar USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGINSTALL= yes diff --git a/mail/postfix-current/options.mk b/mail/postfix-current/options.mk index 77f23e9ef8a..a8c4967c45d 100644 --- a/mail/postfix-current/options.mk +++ b/mail/postfix-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2005/03/28 09:39:57 jlam Exp $ +# $NetBSD: options.mk,v 1.9 2005/05/16 01:32:23 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.postfix #PKG_SUPPORTED_OPTIONS= inet6 ldap mysql mysql4 pcre pgsql sasl tls @@ -30,6 +30,7 @@ PKG_SUPPORTED_OPTIONS= ldap mysql mysql4 pcre pgsql sasl # SITES_${TLS_PATCH}= http://mirrors.loonybin.net/postfix_tls/ \ # ftp://mirrors.loonybin.net/pub/postfix_tls/ \ # ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/ +# PKGSRC_USE_TOOLS+= tar # PATCH_DIST_CAT.${TLS_PATCH}= ${TAR} -zxOf ${TLS_PATCH} "*/pfixtls.diff" # PATCH_DIST_STRIP.${TLS_PATCH}= -p1 # . endif diff --git a/mail/squirrelmail-locales/Makefile b/mail/squirrelmail-locales/Makefile index 0e9c33c76de..3b86cc88a72 100644 --- a/mail/squirrelmail-locales/Makefile +++ b/mail/squirrelmail-locales/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:27 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/16 01:32:23 jlam Exp $ # DISTNAME= all_locales-${VER}-20050122 @@ -13,7 +13,8 @@ COMMENT= Locale package for SquirrelMail VER= 1.4.4 -NO_CONFIGURE= # defined +NO_CONFIGURE= # defined +PKGSRC_USE_TOOLS+= tar WRKSRC= ${WRKDIR} diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index c753c1e53a3..4e82536484d 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2005/04/15 16:38:32 hira Exp $ +# $NetBSD: Makefile.common,v 1.29 2005/05/16 01:32:23 jlam Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -305,6 +305,7 @@ do-configure: # # This can use for a single distfile. # +PKGSRC_USE_TOOLS+= tar . if defined(XEXTRACTS) && !empty(XEXTRACTS) _EXTRACTS= xc/config xc/include xc/extras/Mesa/include/GL . for _dir in ${XEXTRACTS} diff --git a/multimedia/realplayer/Makefile b/multimedia/realplayer/Makefile index d6264d142bf..be243bb2204 100644 --- a/multimedia/realplayer/Makefile +++ b/multimedia/realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/10 08:56:16 markd Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/16 01:32:23 jlam Exp $ PKGNAME= realplayer-8.0.1 PKGREVISION= 2 @@ -49,6 +49,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc64 NetBSD-*-sparc NetBSD-*-powerp CONFLICTS= realplayer-codecs<8nb2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +PKGSRC_USE_TOOLS+= tar WRKSRC= ${WRKDIR}/RealPlayer8 CRYPTO= # defined INTERACTIVE_STAGE= fetch extract diff --git a/net/openh323/Makefile b/net/openh323/Makefile index efcf65fc97c..f060f43e0ba 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:52 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/05/16 01:32:23 jlam Exp $ DISTNAME= openh323-v1_15_2-src PKGNAME= openh323-1.15.2 @@ -12,6 +12,7 @@ COMMENT= Open H.323 library WRKSRC= ${WRKDIR}/openh323 USE_GNU_TOOLS+= make +PKGSRC_USE_TOOLS+= tar USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes diff --git a/sysutils/mklivecd/Makefile b/sysutils/mklivecd/Makefile index b9aa16ca742..fb55a102e6a 100644 --- a/sysutils/mklivecd/Makefile +++ b/sysutils/mklivecd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:25 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/16 01:32:23 jlam Exp $ DISTNAME= mklivecd-0.11 CATEGORIES= sysutils @@ -20,6 +20,7 @@ EXTRACT_ONLY= # empty NO_CHECKSUM= YES NO_CONFIGURE= YES NO_BUILD= YES +USE_TOOLS+= tar INSTALLATION_DIRS= man/man8 sbin share/mklivecd diff --git a/www/album_themes/Makefile b/www/album_themes/Makefile index c200478816e..e0a13510c19 100644 --- a/www/album_themes/Makefile +++ b/www/album_themes/Makefile @@ -16,6 +16,8 @@ NO_CONFIGURE= # defined NO_BUILD= # defined EXTRACT_ONLY= # defined +PKGSRC_USE_TOOLS+= tar + A_DATADIR= share/Album A_HTTPDIR= share/httpd/htdocs/Album diff --git a/www/jakarta-tomcat5/Makefile b/www/jakarta-tomcat5/Makefile index 7290529fdc3..cbb47781cdf 100644 --- a/www/jakarta-tomcat5/Makefile +++ b/www/jakarta-tomcat5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:28 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/16 01:32:23 jlam Exp $ PKGNAME= jakarta-tomcat5-${TOMCAT_VERSION} DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} @@ -23,7 +23,7 @@ CATALINA_DIR= Catalina/localhost EGDIR= ${TOMCAT_LIB}/share/examples/jakarta-tomcat EGDIR2= ${EGDIR}/${CATALINA_DIR} -PKGSRC_USE_TOOLS+= gunzip +PKGSRC_USE_TOOLS+= gunzip tar # Work around a horrible interaction with the gzip in NetBSD 2.0 (at least RC4) # If gzip is used in a pipeline the tarfile fails to extract. PR bin/27228 diff --git a/www/jakarta-tomcat55/Makefile b/www/jakarta-tomcat55/Makefile index baf1b762147..a716267b7c3 100644 --- a/www/jakarta-tomcat55/Makefile +++ b/www/jakarta-tomcat55/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/05/15 22:02:28 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/16 01:32:23 jlam Exp $ DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} CATEGORIES= www java @@ -21,7 +21,7 @@ CATALINA_DIR= Catalina/localhost EGDIR= ${TOMCAT_LIB}/share/examples/jakarta-tomcat EGDIR2= ${EGDIR}/${CATALINA_DIR} -PKGSRC_USE_TOOLS+= gunzip +PKGSRC_USE_TOOLS+= gunzip tar # Work around a horrible interaction with the gzip in NetBSD 2.0 (at least RC4) # If gzip is used in a pipeline the tarfile fails to extract. PR bin/27228 |