pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Note that tar is required by this package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb1a3bd94d23
branches:  trunk
changeset: 493876:eb1a3bd94d23
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 01:32:22 2005 +0000

description:
Note that tar is required by this package.

diffstat:

 cad/geda-examples/Makefile             |  7 ++++---
 cross/avr-gcc/Makefile                 |  3 ++-
 cross/i386-mingw32/Makefile            |  3 ++-
 databases/postgresql74-client/Makefile |  3 ++-
 databases/postgresql74-docs/Makefile   |  7 ++++---
 databases/postgresql74-lib/Makefile    |  3 ++-
 databases/postgresql74-server/Makefile |  3 ++-
 devel/newt/Makefile                    |  6 ++++--
 devel/pwlib/Makefile                   |  3 ++-
 mail/postfix-current/options.mk        |  3 ++-
 mail/squirrelmail-locales/Makefile     |  5 +++--
 meta-pkgs/xorg/Makefile.common         |  3 ++-
 multimedia/realplayer/Makefile         |  3 ++-
 net/openh323/Makefile                  |  3 ++-
 sysutils/mklivecd/Makefile             |  3 ++-
 www/album_themes/Makefile              |  2 ++
 www/jakarta-tomcat5/Makefile           |  4 ++--
 www/jakarta-tomcat55/Makefile          |  4 ++--
 18 files changed, 43 insertions(+), 25 deletions(-)

diffs (truncated from 316 to 300 lines):

diff -r dda580ca55ce -r eb1a3bd94d23 cad/geda-examples/Makefile
--- a/cad/geda-examples/Makefile        Mon May 16 01:15:30 2005 +0000
+++ b/cad/geda-examples/Makefile        Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 
 .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 -r dda580ca55ce -r eb1a3bd94d23 cross/avr-gcc/Makefile
--- a/cross/avr-gcc/Makefile    Mon May 16 01:15:30 2005 +0000
+++ b/cross/avr-gcc/Makefile    Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 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 -r dda580ca55ce -r eb1a3bd94d23 cross/i386-mingw32/Makefile
--- a/cross/i386-mingw32/Makefile       Mon May 16 01:15:30 2005 +0000
+++ b/cross/i386-mingw32/Makefile       Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 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 -r dda580ca55ce -r eb1a3bd94d23 databases/postgresql74-client/Makefile
--- a/databases/postgresql74-client/Makefile    Mon May 16 01:15:30 2005 +0000
+++ b/databases/postgresql74-client/Makefile    Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 # 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 -r dda580ca55ce -r eb1a3bd94d23 databases/postgresql74-docs/Makefile
--- a/databases/postgresql74-docs/Makefile      Mon May 16 01:15:30 2005 +0000
+++ b/databases/postgresql74-docs/Makefile      Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 
 .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 -r dda580ca55ce -r eb1a3bd94d23 databases/postgresql74-lib/Makefile
--- a/databases/postgresql74-lib/Makefile       Mon May 16 01:15:30 2005 +0000
+++ b/databases/postgresql74-lib/Makefile       Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 
 .include "../../databases/postgresql74/Makefile.common"
 
+PKGSRC_USE_TOOLS+=     tar
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
 
 .include "../../mk/bsd.prefs.mk"
diff -r dda580ca55ce -r eb1a3bd94d23 databases/postgresql74-server/Makefile
--- a/databases/postgresql74-server/Makefile    Mon May 16 01:15:30 2005 +0000
+++ b/databases/postgresql74-server/Makefile    Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 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 -r dda580ca55ce -r eb1a3bd94d23 devel/newt/Makefile
--- a/devel/newt/Makefile       Mon May 16 01:15:30 2005 +0000
+++ b/devel/newt/Makefile       Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 
 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 -r dda580ca55ce -r eb1a3bd94d23 devel/pwlib/Makefile
--- a/devel/pwlib/Makefile      Mon May 16 01:15:30 2005 +0000
+++ b/devel/pwlib/Makefile      Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 
 WRKSRC=                        ${WRKDIR}/pwlib
 USE_GNU_TOOLS+=                make
+PKGSRC_USE_TOOLS+=     tar
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_PKGINSTALL=                yes
diff -r dda580ca55ce -r eb1a3bd94d23 mail/postfix-current/options.mk
--- a/mail/postfix-current/options.mk   Mon May 16 01:15:30 2005 +0000
+++ b/mail/postfix-current/options.mk   Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 # 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 -r dda580ca55ce -r eb1a3bd94d23 mail/squirrelmail-locales/Makefile
--- a/mail/squirrelmail-locales/Makefile        Mon May 16 01:15:30 2005 +0000
+++ b/mail/squirrelmail-locales/Makefile        Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 
 VER=           1.4.4
 
-NO_CONFIGURE=  # defined
+NO_CONFIGURE=          # defined
+PKGSRC_USE_TOOLS+=     tar
 
 WRKSRC=                ${WRKDIR}
 
diff -r dda580ca55ce -r eb1a3bd94d23 meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common    Mon May 16 01:15:30 2005 +0000
+++ b/meta-pkgs/xorg/Makefile.common    Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 #
 # 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 -r dda580ca55ce -r eb1a3bd94d23 multimedia/realplayer/Makefile
--- a/multimedia/realplayer/Makefile    Mon May 16 01:15:30 2005 +0000
+++ b/multimedia/realplayer/Makefile    Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 CONFLICTS=             realplayer-codecs<8nb2
 
 EXTRACT_ONLY=          ${DISTNAME}${EXTRACT_SUFX}
+PKGSRC_USE_TOOLS+=     tar
 WRKSRC=                        ${WRKDIR}/RealPlayer8
 CRYPTO=                        # defined
 INTERACTIVE_STAGE=     fetch extract
diff -r dda580ca55ce -r eb1a3bd94d23 net/openh323/Makefile
--- a/net/openh323/Makefile     Mon May 16 01:15:30 2005 +0000
+++ b/net/openh323/Makefile     Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 
 WRKSRC=                        ${WRKDIR}/openh323
 USE_GNU_TOOLS+=                make
+PKGSRC_USE_TOOLS+=     tar
 USE_LIBTOOL=           yes
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
diff -r dda580ca55ce -r eb1a3bd94d23 sysutils/mklivecd/Makefile
--- a/sysutils/mklivecd/Makefile        Mon May 16 01:15:30 2005 +0000
+++ b/sysutils/mklivecd/Makefile        Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 NO_CHECKSUM=   YES
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
+USE_TOOLS+=    tar
 
 INSTALLATION_DIRS=     man/man8 sbin share/mklivecd
 
diff -r dda580ca55ce -r eb1a3bd94d23 www/album_themes/Makefile
--- a/www/album_themes/Makefile Mon May 16 01:15:30 2005 +0000
+++ b/www/album_themes/Makefile Mon May 16 01:32:22 2005 +0000
@@ -16,6 +16,8 @@
 NO_BUILD=      # defined
 EXTRACT_ONLY=  # defined
 
+PKGSRC_USE_TOOLS+=     tar
+
 A_DATADIR=     share/Album
 A_HTTPDIR=     share/httpd/htdocs/Album
 
diff -r dda580ca55ce -r eb1a3bd94d23 www/jakarta-tomcat5/Makefile
--- a/www/jakarta-tomcat5/Makefile      Mon May 16 01:15:30 2005 +0000
+++ b/www/jakarta-tomcat5/Makefile      Mon May 16 01:32:22 2005 +0000
@@ -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 @@
 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 -r dda580ca55ce -r eb1a3bd94d23 www/jakarta-tomcat55/Makefile
--- a/www/jakarta-tomcat55/Makefile     Mon May 16 01:15:30 2005 +0000



Home | Main Index | Thread Index | Old Index