summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-08-21 21:01:29 +0000
committerhubertf <hubertf>2000-08-21 21:01:29 +0000
commit3ccf9a645e688abfaf38a08f2594ca31f2394159 (patch)
treeb8540c2f811aaa6873f63ebe685a84e3151c8018 /devel
parentc018bc21e15534787e9c1b20397c52d2eb358a77 (diff)
downloadpkgsrc-3ccf9a645e688abfaf38a08f2594ca31f2394159.tar.gz
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'devel')
-rw-r--r--devel/gtexinfo/Makefile4
-rw-r--r--devel/libg++/Makefile4
-rw-r--r--devel/libgetopt/Makefile4
-rw-r--r--devel/libgtop/Makefile4
-rw-r--r--devel/patch/Makefile4
-rw-r--r--devel/py-curses/Makefile4
6 files changed, 12 insertions, 12 deletions
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: