pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Note where gzip or gunzip is required by the package s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ff3aa9dabfa
branches:  trunk
changeset: 493853:5ff3aa9dabfa
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 15 22:02:26 2005 +0000

description:
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.

diffstat:

 biology/arka/Makefile                    |  3 ++-
 biology/rasmol/Makefile                  |  3 ++-
 devel/ddd/Makefile                       |  3 ++-
 devel/device-driver-doc-de/Makefile      |  5 +++--
 emulators/spim/Makefile                  |  3 ++-
 fonts/arphic-ttf/Makefile                |  4 +++-
 fonts/biznet-iso8859_2/Makefile          |  4 +++-
 fonts/efont-unicode/Makefile             |  5 +++--
 fonts/ja-elisat/Makefile                 |  3 ++-
 fonts/ja-elisau/Makefile                 |  3 ++-
 fonts/ja-kaname/Makefile                 |  3 ++-
 fonts/ja-naga10/Makefile                 |  3 ++-
 fonts/jisx0212fonts/Makefile             |  4 +++-
 fonts/jisx0213fonts/Makefile             |  5 +++--
 fonts/ko-baekmuk/Makefile                |  3 ++-
 fonts/ko-hanyang/Makefile                |  3 ++-
 fonts/ko-kaist/Makefile                  |  3 ++-
 fonts/ko-mizi/Makefile                   |  3 ++-
 games/nethack-lib/Makefile.common        |  3 ++-
 games/xdoom/Makefile                     |  4 +++-
 games/xrick/Makefile                     |  3 ++-
 graphics/jhead/Makefile                  |  6 +++---
 lang/blackdown-jre13/Makefile.common     |  8 ++++----
 lang/f2c/Makefile                        |  4 +++-
 lang/snobol/Makefile                     |  5 +++--
 mail/p5-Mail-Mbox-MessageParser/Makefile |  4 +++-
 misc/bbweather/Makefile                  |  3 ++-
 misc/colorize/Makefile                   |  4 +++-
 misc/kdrill/Makefile                     |  5 +++--
 misc/routeplanner-cli/Makefile           |  3 ++-
 multimedia/xanim/Makefile                |  5 +++--
 net/lambdamoo-core/Makefile              |  5 +++--
 net/wakeup/Makefile                      |  4 +++-
 print/cnprint/Makefile                   |  3 ++-
 print/hpijs/Makefile                     |  3 ++-
 shells/bash2-doc/Makefile                |  4 +++-
 sysutils/tdir/Makefile                   |  3 ++-
 textproc/html2text/Makefile              |  3 ++-
 www/jakarta-tomcat5/Makefile             |  6 ++++--
 www/jakarta-tomcat55/Makefile            |  6 ++++--
 40 files changed, 103 insertions(+), 54 deletions(-)

diffs (truncated from 728 to 300 lines):

diff -r f03ef9f8ad97 -r 5ff3aa9dabfa biology/arka/Makefile
--- a/biology/arka/Makefile     Sun May 15 21:54:50 2005 +0000
+++ b/biology/arka/Makefile     Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/03/27 13:08:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/15 22:02:26 jlam Exp $
 #
 
 DISTNAME=      arka-0.11
@@ -20,6 +20,7 @@
 CPPFLAGS+=     -DARKA_PROGRAMS=\"${PKG_SYSCONFDIR}/arkarc\"
 
 INSTALLATION_DIRS=     bin man/man1
+PKGSRC_USE_TOOLS+=     gunzip
 
 post-build:
        cd ${WRKSRC} && ${GUNZIP_CMD} arka.1.gz
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa biology/rasmol/Makefile
--- a/biology/rasmol/Makefile   Sun May 15 21:54:50 2005 +0000
+++ b/biology/rasmol/Makefile   Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:01 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/15 22:02:26 jlam Exp $
 
 DISTNAME=      RasMol_2.7.1
 PKGNAME=       rasmol-2.7.1
@@ -12,6 +12,7 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 USE_IMAKE=     YES
+PKGSRC_USE_TOOLS+=     gunzip
 
 MAKE_ENV+=     DEPTHDEF="${DEPTHDEF}"
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa devel/ddd/Makefile
--- a/devel/ddd/Makefile        Sun May 15 21:54:50 2005 +0000
+++ b/devel/ddd/Makefile        Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2005/04/11 21:45:19 tv Exp $
+# $NetBSD: Makefile,v 1.63 2005/05/15 22:02:26 jlam Exp $
 #
 
 DISTNAME=      ddd-3.3.10
@@ -16,6 +16,7 @@
 USE_GNU_TOOLS+=                make
 USE_LANGUAGES=         c c++
 USE_X11BASE=           YES
+PKGSRC_USE_TOOLS+=     gzip
 
 GCC_REQD+=             3.0
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa devel/device-driver-doc-de/Makefile
--- a/devel/device-driver-doc-de/Makefile       Sun May 15 21:54:50 2005 +0000
+++ b/devel/device-driver-doc-de/Makefile       Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/29 12:44:39 agc Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/15 22:02:26 jlam Exp $
 
 DISTNAME=      NetBSD-treiber_schreiben
 PKGNAME=       device-driver-doc-de-20030729
@@ -9,7 +9,8 @@
 HOMEPAGE=      http://www.unixag-kl.fh-kl.de/~jkunz/
 COMMENT=       Device driver documentation in German
 
-NO_BUILD=      # defined
+NO_BUILD=              yes
+PKGSRC_USE_TOOLS+=     gunzip
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/device-driver-doc-de
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa emulators/spim/Makefile
--- a/emulators/spim/Makefile   Sun May 15 21:54:50 2005 +0000
+++ b/emulators/spim/Makefile   Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/03/24 21:12:54 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/15 22:02:26 jlam Exp $
 
 DISTNAME=              spim
 PKGNAME=               spim-6.5
@@ -18,6 +18,7 @@
 USE_IMAKE=             yes
 USE_GNU_TOOLS+=                lex
 XMKMF=                 ${X11BASE}/bin/xmkmf # don't specify -a option
+PKGSRC_USE_TOOLS+=     gzip
 
 BUILD_TARGET=          y.tab.c depend spim xspim
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/arphic-ttf/Makefile
--- a/fonts/arphic-ttf/Makefile Sun May 15 21:54:50 2005 +0000
+++ b/fonts/arphic-ttf/Makefile Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/12/28 14:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/15 22:02:26 jlam Exp $
 #
 
 DISTNAME=      arphic-ttf-2.11
@@ -22,6 +22,8 @@
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
 
+PKGSRC_USE_TOOLS+=     gunzip
+
 FONTS_TTF_DIRS=        ${PREFIX}/lib/X11/fonts/TTF
 DOCDIR=                ${PREFIX}/share/doc/arphic-ttf
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/biznet-iso8859_2/Makefile
--- a/fonts/biznet-iso8859_2/Makefile   Sun May 15 21:54:50 2005 +0000
+++ b/fonts/biznet-iso8859_2/Makefile   Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:47:07 martti Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:26 jlam Exp $
 #
 
 DISTNAME=      ISO8859-2-pcf
@@ -14,6 +14,8 @@
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
 
+PKGSRC_USE_TOOLS+=     gzip
+
 FONTDIR=       ${PREFIX}/lib/X11/fonts/biznet
 OWN_DIRS=      ${FONTDIR}
 FONTS_X11_DIRS=        ${FONTDIR}/75dpi ${FONTDIR}/100dpi ${FONTDIR}/misc
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/efont-unicode/Makefile
--- a/fonts/efont-unicode/Makefile      Sun May 15 21:54:50 2005 +0000
+++ b/fonts/efont-unicode/Makefile      Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/11/29 15:11:16 uebayasi Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:27 jlam Exp $
 
 DISTNAME=      efont-unicode-bdf-0.4.2
 PKGNAME=       ${DISTNAME:S/-bdf//}
@@ -10,7 +10,8 @@
 HOMEPAGE=      http://openlab.ring.gr.jp/efont/unicode/
 COMMENT=       Free unicode BDF font
 
-USE_X11BASE=   YES
+USE_X11BASE=           YES
+PKGSRC_USE_TOOLS+=     gzip
 
 MESSAGE_SUBST+=        FONTDIR=${FONTDIR}
 PLIST_SUBST+=  FONTDIR=${FONTDIR}
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ja-elisat/Makefile
--- a/fonts/ja-elisat/Makefile  Sun May 15 21:54:50 2005 +0000
+++ b/fonts/ja-elisat/Makefile  Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:17 agc Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:27 jlam Exp $
 
 DISTNAME=              elisat10
 PKGNAME=               ja-elisat-1.0
@@ -14,6 +14,7 @@
 DOCDIR=                        ${PREFIX}/share/doc/elisat
 FONTDIR=               ${X11PREFIX}/lib/X11/fonts/local
 #ALIAS=                        ${WRKDIR}/fonts.alias
+PKGSRC_USE_TOOLS+=     gzip
 
 LICENSE=               no-commercial-use
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ja-elisau/Makefile
--- a/fonts/ja-elisau/Makefile  Sun May 15 21:54:50 2005 +0000
+++ b/fonts/ja-elisau/Makefile  Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/06/15 13:47:54 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/15 22:02:27 jlam Exp $
 
 DISTNAME=              elisau10
 PKGNAME=               ja-elisau-1.0
@@ -19,6 +19,7 @@
 
 WRKSRC=                        ${WRKDIR}
 USE_GNU_TOOLS+=                patch
+PKGSRC_USE_TOOLS+=     gzip
 USE_X11BASE=           YES
 DOCDIR=                        ${PREFIX}/share/doc/elisau
 FONTDIR=               ${X11PREFIX}/lib/X11/fonts/local
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ja-kaname/Makefile
--- a/fonts/ja-kaname/Makefile  Sun May 15 21:54:50 2005 +0000
+++ b/fonts/ja-kaname/Makefile  Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:17 agc Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:27 jlam Exp $
 
 DISTNAME=              kaname_k12_bdf
 PKGNAME=               ja-kaname-0.0.0.20030112
@@ -10,6 +10,7 @@
 
 WRKSRC=                        ${WRKDIR}
 USE_X11BASE=           YES
+PKGSRC_USE_TOOLS+=     gzip
 DOCDIR=                        ${PREFIX}/share/doc/kaname
 FONTDIR=               ${X11PREFIX}/lib/X11/fonts/local
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ja-naga10/Makefile
--- a/fonts/ja-naga10/Makefile  Sun May 15 21:54:50 2005 +0000
+++ b/fonts/ja-naga10/Makefile  Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 21:37:11 grant Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/15 22:02:27 jlam Exp $
 
 DISTNAME=              knj10-1.1
 PKGNAME=               ja-naga10-1.1
@@ -12,6 +12,7 @@
 COMMENT=               10x10 dots X11 bitmap font for JIS X 0208
 
 USE_X11BASE=           YES
+PKGSRC_USE_TOOLS+=     gzip
 DOCDIR=                        ${PREFIX}/share/doc
 FONTDIR=               ${X11PREFIX}/lib/X11/fonts/local
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/jisx0212fonts/Makefile
--- a/fonts/jisx0212fonts/Makefile      Sun May 15 21:54:50 2005 +0000
+++ b/fonts/jisx0212fonts/Makefile      Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:54 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/15 22:02:27 jlam Exp $
 
 DISTNAME=      jisx0212fonts-0.0
 PKGREVISION=   1
@@ -21,6 +21,8 @@
 FONTDIR=       ${PREFIX}/lib/X11/fonts/local
 FONTS_X11_DIRS=        ${FONTDIR}
 
+PKGSRC_USE_TOOLS+=     gzip gunzip
+
 # XXX Can we assume that ${GUNZIP_CMD} can extract .Z files?
 do-extract:
        @for f in ${DISTFILES}; do \
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/jisx0213fonts/Makefile
--- a/fonts/jisx0213fonts/Makefile      Sun May 15 21:54:50 2005 +0000
+++ b/fonts/jisx0213fonts/Makefile      Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/31 10:23:59 grant Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:27 jlam Exp $
 #
 
 DISTNAME=      jisx0213fonts-0.0
@@ -10,7 +10,8 @@
 HOMEPAGE=      ftp://ftp.m17n.org/pub/character/fonts/imamura/jisx0213/
 COMMENT=       X11 bitmap fonts for JIS X 0213
 
-USE_X11BASE=   yes
+USE_X11BASE=           yes
+PKGSRC_USE_TOOLS+=     gzip
 
 FONTS=         K14-1 K14-2 jiskan16-2000-1 jiskan16-2000-2
 FONTDIR=       ${PREFIX}/lib/X11/fonts/local
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ko-baekmuk/Makefile
--- a/fonts/ko-baekmuk/Makefile Sun May 15 21:54:50 2005 +0000
+++ b/fonts/ko-baekmuk/Makefile Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:37:16 grant Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:27 jlam Exp $
 #
 
 DISTNAME=      baekmuk-2.0
@@ -14,6 +14,7 @@
 CONFLICTS+=    ksc5601fonts-[0-9]*
 
 USE_X11BASE=   yes
+USE_TOOLS+=    gzip
 
 MAKE_ENV+=     FONTDIR=${FONTDIR} GZIP_CMD="${GZIP_CMD}"
 
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ko-hanyang/Makefile
--- a/fonts/ko-hanyang/Makefile Sun May 15 21:54:50 2005 +0000
+++ b/fonts/ko-hanyang/Makefile Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:18 grant Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:27 jlam Exp $
 #
 
 DISTNAME=      hanyang-font-pcf
@@ -13,6 +13,7 @@
 CONFLICTS+=    ksc5601fonts-[0-9]*
 
 USE_X11BASE=   yes
+USE_TOOLS+=    gzip
 EXTRACT_ONLY=  # empty
 
 MAKE_ENV+=     FONTDIR=${FONTDIR} GZIP_CMD="${GZIP_CMD}"
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ko-kaist/Makefile
--- a/fonts/ko-kaist/Makefile   Sun May 15 21:54:50 2005 +0000
+++ b/fonts/ko-kaist/Makefile   Sun May 15 22:02:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:20 grant Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/15 22:02:27 jlam Exp $
 #
 
 DISTNAME=      ko-kaist-20010718
@@ -13,6 +13,7 @@
 CONFLICTS+=    ksc5601fonts-[0-9]*
 
 USE_X11BASE=   yes
+USE_TOOLS+=    gzip
 EXTRACT_ONLY=  # empty
 
 MAKE_ENV+=     FONTDIR=${FONTDIR} GZIP_CMD="${GZIP_CMD}"
diff -r f03ef9f8ad97 -r 5ff3aa9dabfa fonts/ko-mizi/Makefile
--- a/fonts/ko-mizi/Makefile    Sun May 15 21:54:50 2005 +0000



Home | Main Index | Thread Index | Old Index