diff options
36 files changed, 75 insertions, 75 deletions
diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile index b3319553076..819f0f1f0ed 100644 --- a/archivers/gzip-base/Makefile +++ b/archivers/gzip-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/09/19 18:50:11 kim Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/21 21:01:29 hubertf Exp $ # DISTNAME= gzip-1.2.4a @@ -19,7 +19,7 @@ BUILD_TARGET= all manlinks=so INSTALL_TARGET= install manlinks=so .if exists(/usr/bin/gzip) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif # We avoid using a patch for disabling the install of the info diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile index c444ca155ed..54d7126a663 100644 --- a/archivers/gzip-info/Makefile +++ b/archivers/gzip-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/09/19 19:25:00 kim Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/21 21:01:29 hubertf Exp $ # DISTNAME= gzip-1.2.4a @@ -20,7 +20,7 @@ NO_CONFIGURE= yes NO_BUILD= yes .if exists(/usr/bin/gzip) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif do-install: diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 06abb8682b3..faae0c520bb 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:27:54 kim Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/21 21:01:29 hubertf Exp $ # DISTNAME= gzip-1.2.4a @@ -21,7 +21,7 @@ NO_BUILD= yes do-install: # empty .if exists(/usr/bin/gzip) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 1a7c3c17737..94d37481832 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/06/13 10:40:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/21 21:01:29 hubertf Exp $ # DISTNAME= py152 @@ -23,7 +23,7 @@ EXTRACT_ELEMENTS= Python-1.5.2/Modules/gdbmmodule.c PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config/ .if ${MACHINE_ARCH} == "sparc64" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif do-configure: diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 4322954a676..cfb67768836 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/08/13 20:40:54 abs Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/21 21:01:30 hubertf Exp $ # DISTNAME= texinfo-3.12 @@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --with-catgets PLIST_SRC= ${WRKDIR}/.PLIST_SRC .if exists(/usr/bin/install-info) -IGNORE= "is included with your NetBSD distribution" +IGNORE= "${PKGNAME} is included with your NetBSD distribution" .endif post-patch: diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 454c106c93c..ae1a3e640c0 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/06/28 11:48:29 agc Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/21 21:01:30 hubertf Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= tv@netbsd.org .if !exists(/usr/lib/libstdc++.so.2.0) -IGNORE= 'Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree' +IGNORE= '${PKGNAME} is designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree' .endif GXXVERSION= 2.8.1.1a # used by internal Makefile diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile index 3ee05870917..2fccaa64ee8 100644 --- a/devel/libgetopt/Makefile +++ b/devel/libgetopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/01 14:18:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/21 21:01:30 hubertf Exp $ # VERS= 1.1 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= getopt_long.c-${VERS} getopt_long.3-${VERS} .if exists(/usr/include/getopt.h) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif MAINTAINER= hubertf@netbsd.org,mcr@netbsd.org diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index c73b37deb5c..c2036264eec 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2000/07/31 04:14:06 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2000/08/21 21:01:30 hubertf Exp $ DISTNAME= libgtop-1.0.9 CATEGORIES= devel gnome @@ -19,7 +19,7 @@ NOT_FOR_PLATFORM= SunOS .if (${MACHINE_ARCH} != arm32) && (${MACHINE_ARCH} != i386) && \ (${MACHINE_ARCH} != m68k) && (${MACHINE_ARCH} != mipsel) && \ (${MACHINE_ARCH} != powerpc) && (${MACHINE_ARCH} != sparc) -IGNORE= "has not yet been ported to ${MACHINE_ARCH}." +IGNORE= "${PKGNAME} has not yet been ported to ${MACHINE_ARCH}." IGNORE+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h" IGNORE+= "and update patches/patch-al appropriately." IGNORE+= "(More information can be found in libgtop.info.)" diff --git a/devel/patch/Makefile b/devel/patch/Makefile index b9ac3115ae3..4c606bf393c 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/19 19:56:48 kim Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/21 21:01:30 hubertf Exp $ # DISTNAME= patch-2.5.4 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" .if exists(/usr/bin/patch) && ${OPSYS} != "SunOS" -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index 41f2f5699eb..ff58ee0286c 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/15 18:46:25 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/21 21:01:30 hubertf Exp $ # DISTNAME= cursesmodule-1.5b1 @@ -18,7 +18,7 @@ ALL_TARGET= default PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config/ .if ${MACHINE_ARCH} == "sparc64" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif do-configure: diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 178a0ffcedd..291f458b875 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/02/11 04:36:17 itojun Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/21 21:01:30 hubertf Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" .if !(defined(USE_INET6) && ${USE_INET6} == "YES") -IGNORE= "requires IPv6 support" +IGNORE= "${PKGNAME} requires IPv6 support" .endif # "bindir" setting is very non-standard for GNU autoconf diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 7e970407682..d985e61deb1 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/02/05 19:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:30 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1999/06/06 13:19:49 taoka Exp $ DISTNAME= kinput2-v3 @@ -17,7 +17,7 @@ PLIST_SRC= ${PKGDIR}/PLIST-common defined(USE_WNN4) && ${USE_WNN4} != YES && \ defined(USE_WNN6) && ${USE_WNN6} != YES && \ defined(USE_SJ3) && ${USE_SJ3} != YES -IGNORE= "is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are \"NO\"" +IGNORE= ${PKGNAME} is ignored. because USE_CANNA,USE_WNN4,USE_WNN6,USE_SJ3 are "NO" .endif .if !defined(USE_CANNA) || ${USE_CANNA} == YES diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 8f0d979991d..73dc6edc2d9 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/07/10 11:49:55 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/21 21:01:31 hubertf Exp $ # FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp # @@ -18,7 +18,7 @@ USE_X11= yes .include "../../mk/bsd.prefs.mk" .if ${OBJECT_FMT} == "ELF" && ${OPSYS} == "NetBSD" -IGNORE+= "has not yet been ported to NetBSD ELF platforms" +IGNORE+= "${PKGNAME} has not yet been ported to NetBSD ELF platforms" .endif do-configure: diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 700ecce215d..b9046b62972 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/01/09 01:19:10 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/21 21:01:31 hubertf Exp $ # DISTNAME= fort77-1.14a @@ -18,7 +18,7 @@ F2CPKGHASNOSHAREDLIB= .endif .if exists(/usr/bin/fort77) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif ALL_TARGET= test diff --git a/lang/guavac/Makefile b/lang/guavac/Makefile index 1a46106a2d3..645ea425c23 100644 --- a/lang/guavac/Makefile +++ b/lang/guavac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/01/09 01:19:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/21 21:01:31 hubertf Exp $ # DISTNAME= guavac-1.2 @@ -32,5 +32,5 @@ post-install: HAVE_GCC27!= ${CXX} -v 2>&1 | ${GREP} '2\.7\.'; ${ECHO} .if !empty(HAVE_GCC27) -IGNORE= "requires gcc 2.8 or egcs or better for ANSI C++" +IGNORE= "${PKGNAME} requires gcc 2.8 or egcs or better for ANSI C++" .endif diff --git a/lang/libperl-current/Makefile b/lang/libperl-current/Makefile index c1b575ff9cc..b1e15585098 100644 --- a/lang/libperl-current/Makefile +++ b/lang/libperl-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/15 01:05:13 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/21 21:01:31 hubertf Exp $ DISTNAME= libperl-${PERL_VERSION} PERL_VERSION= 5.6.0 @@ -20,7 +20,7 @@ NO_BUILD= # defined .if ${OPSYS} == "NetBSD" .if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so) -IGNORE= needs shared objects +IGNORE= ${PKGNAME} needs shared objects .endif .endif diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile index 81c42b123b0..1c4862b7008 100644 --- a/lang/libperl/Makefile +++ b/lang/libperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/05/16 14:46:44 veego Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/21 21:01:31 hubertf Exp $ # DISTNAME= perl5.004_04 @@ -20,7 +20,7 @@ PLIST_SRC= ${PKGDIR}/PLIST-elf .elif exists(/usr/libexec/ld.so) PLIST_SRC= ${PKGDIR}/PLIST-aout .else -IGNORE= "needs shared object support" +IGNORE= "${PKGNAME} needs shared object support" .endif .elif ${OPSYS} == "SunOS" PLIST_SRC= ${PKGDIR}/PLIST-elf diff --git a/mail/mailwrapper/Makefile b/mail/mailwrapper/Makefile index e33de6c0747..3d79bd0c47d 100644 --- a/mail/mailwrapper/Makefile +++ b/mail/mailwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/21 21:01:31 hubertf Exp $ DISTNAME= mailwrapper-19990412 CATEGORIES= mail @@ -12,7 +12,7 @@ NO_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes .if exists(/usr/sbin/mailwrapper) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif WRKSRC= ${WRKDIR}/mailwrapper diff --git a/mail/mutt-current/Makefile b/mail/mutt-current/Makefile index 9fee274a49e..e125edf1100 100644 --- a/mail/mutt-current/Makefile +++ b/mail/mutt-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/21 21:01:31 hubertf Exp $ IGNORE= "Stable mutt avaiable in mail/mutt" @@ -35,7 +35,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} .include "../../mk/bsd.prefs.mk" .if !(defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES) -IGNORE= "Contains PGP code" +IGNORE= "${PKGNAME} contains PGP code" .endif .if ${OPSYS} == "SunOS" diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 7c1e7241d1b..116adc2e454 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/17 01:53:01 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/21 21:01:32 hubertf Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -17,7 +17,7 @@ MAKE_FLAGS= 'OPT=${CFLAGS}' DOCDIR= ${PREFIX}/share/doc/py-Numeric .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif do-configure: diff --git a/misc/dt/Makefile b/misc/dt/Makefile index 4020708608f..e0affe09b54 100644 --- a/misc/dt/Makefile +++ b/misc/dt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:32 hubertf Exp $ # DISTNAME= dt-1.1.7 @@ -12,7 +12,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL .BEGIN: .if (${MACHINE} != "mac68k") && (${MACHINE} != "macppc") -IGNORE= "is only useful for ports that have the adb and grf devices" +IGNORE= "${PKGNAME} is only useful for ports that have the adb and grf devices" .endif ALL_TARGET= depend all diff --git a/misc/freewnn-common/Makefile b/misc/freewnn-common/Makefile index 1a0b3f10d5a..796e164428f 100644 --- a/misc/freewnn-common/Makefile +++ b/misc/freewnn-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/02/20 22:05:41 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/21 21:01:32 hubertf Exp $ # DISTNAME= FreeWnn-1.10 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.freewnn.org/pub/FreeWnn/ \ ftp://ftp.tomo.gr.jp/pub/FreeWnn/ .if !defined(PKGNAME) -IGNORE= "is FreeWnn base package. Use freewnn-lib/server packages" +IGNORE= "${PKGNAME} is FreeWnn base package. Use freewnn-lib/server packages" .endif MAINTAINER= tech-pkg-ja@jp.netbsd.org diff --git a/misc/py-readline/Makefile b/misc/py-readline/Makefile index f1e784b66a5..78957c20917 100644 --- a/misc/py-readline/Makefile +++ b/misc/py-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/07/20 15:30:08 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/21 21:01:32 hubertf Exp $ # DISTNAME= py152 @@ -21,7 +21,7 @@ EXTRACT_ELEMENTS= Python-1.5.2/Modules/readline.c PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config .if ${MACHINE_ARCH} == "sparc64" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif do-configure: diff --git a/net/arla/Makefile b/net/arla/Makefile index ccfb9065b08..8f34dc278cf 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/15 16:08:23 wennmach Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:32 hubertf Exp $ # DISTNAME= arla-0.34.1 @@ -19,7 +19,7 @@ INFO_FILES= arla.info .if exists(${BSDSRCDIR}/sys/lib/libkern/libkern.h) CONFIGURE_ARGS+= --with-sys=${BSDSRCDIR}/sys .else -IGNORE= "requires kernel sources available under \$$BSDSRCDIR/sys (or /sys)" +IGNORE= "${PKGNAME} requires kernel sources available under \$$BSDSRCDIR/sys (or /sys)" .endif .endif diff --git a/net/bind4/Makefile b/net/bind4/Makefile index 722fc2adc76..712ae06548c 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/30 17:02:45 tv Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/21 21:01:32 hubertf Exp $ # DISTNAME= bind-4.9.7-REL @@ -12,7 +12,7 @@ HOMEPAGE= http://www.isc.org/ NO_WRKSUBDIR= yes .if !exists(/usr/sbin/named-bootconf) -IGNORE= "Used with NetBSD 1.4 or higher" +IGNORE= "${PKGNAME} is intended for NetBSD 1.4 or higher" .endif post-extract: diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 9ed627b765c..8ca1f37697f 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/08/18 22:46:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/21 21:01:32 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.05 @@ -27,14 +27,14 @@ PLATFORM= intellinux WRKSRC= ${WRKDIR}/ILINXR.install .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) -IGNORE= 'requires Digital UNIX libraries - see compat_osf1(8)' +IGNORE= '${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)' .endif DISTNAME= fdec-rs-405 PLATFORM= alphaosf WRKSRC= ${WRKDIR}/AOSFRS.install .elif (${MACHINE_ARCH} == "sparc") .if !exists(/emul/svr4/usr/lib/ld.so) -IGNORE= 'requires Solaris libraries - see compat_svr4(8)' +IGNORE= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' .endif DISTNAME= sunsparc-rs-405 WRKSRC= ${WRKDIR}/SSOLRS.install diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index 65604a8143a..210ab9ef998 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/21 21:01:33 hubertf Exp $ PKGNAME= acroread3-3.01 CATEGORIES= print @@ -25,13 +25,13 @@ DISTNAME= acroread_linux_301 PLATFORM= intellinux .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) -IGNORE= "requires Digital UNIX libraries - see compat_osf1(8)" +IGNORE= "${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)" .endif DISTNAME= acroread_osf_301 PLATFORM= alphaosf .elif (${MACHINE_ARCH} == "sparc") .if !exists(/emul/sunos/usr/lib/ld.so) -IGNORE= "requires SunOS libraries - see compat_sunos(8)" +IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)" .endif DISTNAME= acroread_sunos_301 PLATFORM= sparcsun diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 762382cdd9d..a50d0204ed1 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:33 hubertf Exp $ # BROKEN= "broken by PF_KEY API change" @@ -18,7 +18,7 @@ RESTRICTED= "Crypto; export-controlled" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "requires ipsec-ready NetBSD" +IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" .endif # if PATENTEDOPENSSLSRC is defined, then we assume that diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a0bad47de76..71989b60b34 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/18 22:46:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/21 21:01:33 hubertf Exp $ # DISTNAME= openssl-0.9.5a @@ -37,7 +37,7 @@ MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib PLIST_SRC= ${WRKDIR}/.PLIST_SRC .if ${OPSYS} == "NetBSD" && !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so) -IGNORE= requires shared object support +IGNORE= ${PKGNAME} requires shared object support .endif .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index b2c9d2923a2..44ce95cf57c 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/21 21:01:33 hubertf Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -20,7 +20,7 @@ MAKE_FLAGS= 'OPT=${CFLAGS}' INFO_FILES= pct.info .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif post-extract: diff --git a/security/racoon/Makefile b/security/racoon/Makefile index ad52da3e2f1..ff651306489 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/07/30 16:56:36 itojun Exp $ +# $NetBSD: Makefile,v 1.17 2000/08/21 21:01:33 hubertf Exp $ # DISTNAME= racoon-20000731a @@ -12,7 +12,7 @@ RESTRICTED= "Crypto, export-controlled" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "requires ipsec-ready NetBSD" +IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" .endif .include "../../mk/bsd.prefs.mk" diff --git a/sysutils/cdrecord-current/Makefile b/sysutils/cdrecord-current/Makefile index cb82c4dc760..3b69545f4b3 100644 --- a/sysutils/cdrecord-current/Makefile +++ b/sysutils/cdrecord-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/07/22 16:20:39 rh Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/21 21:01:33 hubertf Exp $ DISTNAME= cdrecord-1.9a01 CATEGORIES= sysutils @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html -IGNORE= "has been superseded by the cdrecord package" +IGNORE= "${PKGNAME} has been superseded by the cdrecord package" USE_GMAKE= yes diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 0a13c4a854a..89fd23d05d5 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/06/15 12:08:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/21 21:01:33 hubertf Exp $ # DISTNAME= mkisofs-1.11.3 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://andante.jic.com/mkisofs.html -IGNORE= "is now part of the cdrecord(-current) package" \ +IGNORE= "${PKGNAME} is now part of the cdrecord(-current) package" \ "(someone maybe split mkisofs out from cdrecord)." GNU_CONFIGURE= yes diff --git a/sysutils/user/Makefile b/sysutils/user/Makefile index 15c4d730d58..f1af54a3de6 100644 --- a/sysutils/user/Makefile +++ b/sysutils/user/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/05/09 11:15:59 agc Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/21 21:01:33 hubertf Exp $ # # Note to package maintainers: @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/user ONLY_FOR_PLATFORM= NetBSD-*-* # already in Solaris base system .if exists(/usr/sbin/user) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif NO_CONFIGURE= yes diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index e09d389cc04..7a1b4fc1a4b 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2000/08/18 22:46:51 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.18 2000/08/21 21:01:34 hubertf Exp $ # # Common include file for communicator and navigator packages @@ -26,7 +26,7 @@ VENDOR_NAME= Solaris 2.5.1 # .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) -IGNORE= "requires Digital UNIX libraries - see compat_osf1(8)" +IGNORE= "${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)" .endif PLIST_ARCH= osf-alpha DISTUNAME= alpha-dec-osf4.0 @@ -51,7 +51,7 @@ VENDOR_NAME= Linux 2.2 # .elif (${MACHINE_ARCH} == "sparc") .if !exists(/emul/sunos/usr/lib/ld.so) -IGNORE= "requires SunOS libraries - see compat_sunos(8)" +IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)" .endif NS_VERS= 4.61 NS_ENCRYPTION= export diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index f8329ccff9e..b97369aab83 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/06/29 01:48:56 sakamoto Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/21 21:01:34 hubertf Exp $ # DISTNAME= py152 @@ -25,7 +25,7 @@ EXTRACT_ELEMENTS= Python-1.5.2/Modules/_tkinter.c \ PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config .if ${MACHINE_ARCH} == "sparc64" -IGNORE="Needs dynamic loading" +IGNORE="${PKGNAME} needs dynamic loading" .endif do-configure: |