diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
commit | 0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /devel | |
parent | a2849a9dcac8e838b0156047f813c71851ab8a56 (diff) | |
download | pkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libg++/Makefile | 4 | ||||
-rw-r--r-- | devel/libgetopt/Makefile | 4 | ||||
-rw-r--r-- | devel/libgtop/Makefile | 21 | ||||
-rw-r--r-- | devel/libgtop2/Makefile | 20 | ||||
-rw-r--r-- | devel/py-kqueue/Makefile | 4 |
5 files changed, 27 insertions, 26 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 97c265d3dee..f18dd040b04 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/11/06 06:52:00 sjg Exp $ +# $NetBSD: Makefile,v 1.23 2002/12/07 02:38:53 schmonz Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org COMMENT= GNU C++ Class Library .if !exists(/usr/lib/libstdc++.so.2.0) && !exists(/usr/lib/libstdc++.so) -IGNORE= '${PKGNAME} is designed for NetBSD>=1.4. NetBSD 1.3(.x) comes with this in-tree' +PKG_SKIP_REASON= '${PKGNAME} is part of your NetBSD-1.3.x distribution. This is designed for NetBSD>=1.4.' .endif # used by internal Makefile diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile index 03610b22989..90c620efcbf 100644 --- a/devel/libgetopt/Makefile +++ b/devel/libgetopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/07/29 05:32:34 tron Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/07 02:38:53 schmonz Exp $ # DISTNAME= libgetopt-${VERS} @@ -14,7 +14,7 @@ COMMENT= Library for handling --long options NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL .if exists(/usr/include/getopt.h) -IGNORE= "${PKGNAME} is part of your NetBSD distribution" +PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif VERS= 1.3 diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 3273791ece8..23a9c179038 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2002/11/30 23:21:37 salo Exp $ +# $NetBSD: Makefile,v 1.66 2002/12/07 02:38:54 schmonz Exp $ DISTNAME= libgtop-1.0.13 CATEGORIES= devel gnome @@ -15,16 +15,17 @@ NOT_FOR_PLATFORM= SunOS-*-* OSVERSION_SPECIFIC= yes .include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == NetBSD -.if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \ - (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \ - (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \ - (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64) -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.)" -.endif +. if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \ + (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \ + (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \ + (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64) +PKG_FAIL_REASON= "${PKGNAME} has not yet been ported to ${MACHINE_ARCH}." +PKG_FAIL_REASON+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h" +PKG_FAIL_REASON+= "and update patches/patch-al appropriately." +PKG_FAIL_REASON+= "(More information can be found in libgtop.info.)" +. endif .endif USE_PERL5= build diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 0eb44f71744..433e4da7936 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/11/30 23:21:38 salo Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/07 02:38:54 schmonz Exp $ DISTNAME= libgtop-2.0.0 PKGNAME= ${DISTNAME:S/-/2-/} @@ -17,15 +17,15 @@ OSVERSION_SPECIFIC= YES .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == NetBSD -.if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \ - (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \ - (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \ - (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64) -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.)" -.endif +. if (${MACHINE_ARCH} != alpha) && (${MACHINE_ARCH} != arm32) && \ + (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \ + (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \ + (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64) +PKG_FAIL_REASON= "${PKGNAME} has not yet been ported to ${MACHINE_ARCH}." +PKG_FAIL_REASON+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h" +PKG_FAIL_REASON+= "and update patches/patch-al appropriately." +PKG_FAIL_REASON+= "(More information can be found in libgtop.info.)" +. endif .endif USE_PERL5= build diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index a4de1e45c6b..406b68a864c 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/24 09:30:24 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/07 02:38:55 schmonz Exp $ DISTNAME= py-kqueue-2.0 PKGNAME= ${PYPKGPREFIX}-kqueue-2.0 @@ -14,7 +14,7 @@ PYDISTUTILSPKG= # defined .include "../../mk/bsd.prefs.mk" .if !defined(PKG_HAVE_KQUEUE) -IGNORE+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}, needs OS support for kqueue(2)" +PKG_FAIL_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}, needs OS support for kqueue(2)" .endif .include "../../lang/python/extension.mk" |