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 /lang | |
parent | a2849a9dcac8e838b0156047f813c71851ab8a56 (diff) | |
download | pkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fort77/Makefile | 4 | ||||
-rw-r--r-- | lang/guavac/Makefile | 4 | ||||
-rw-r--r-- | lang/libperl/Makefile | 4 | ||||
-rw-r--r-- | lang/python/extension.mk | 4 | ||||
-rw-r--r-- | lang/python20/Makefile.inc | 4 | ||||
-rw-r--r-- | lang/ruby-base/Makefile.common | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 2fe50cb0a10..170f496a0d7 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:16 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/07 02:38:57 schmonz Exp $ # DISTNAME= fort77-1.14a @@ -19,7 +19,7 @@ F2CPKGHASNOSHAREDLIB= .endif .if exists(/usr/bin/fort77) -IGNORE= "${PKGNAME} is part of your NetBSD distribution" +PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif ALL_TARGET= test diff --git a/lang/guavac/Makefile b/lang/guavac/Makefile index 1c9618bc3b4..d39b5527fe3 100644 --- a/lang/guavac/Makefile +++ b/lang/guavac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/17 09:07:11 agc Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/07 02:38:57 schmonz Exp $ # DISTNAME= guavac-1.2 @@ -33,5 +33,5 @@ post-install: HAVE_GCC27!= ${CXX} -v 2>&1 | ${GREP} '2\.7\.'; ${ECHO} .if !empty(HAVE_GCC27) -IGNORE= "${PKGNAME} requires gcc 2.8 or egcs or better for ANSI C++" +PKG_FAIL_REASON= "${PKGNAME} requires gcc 2.8 or egcs or better for ANSI C++" .endif diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile index 250f5122e3d..d9b0ea7c484 100644 --- a/lang/libperl/Makefile +++ b/lang/libperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/11/15 00:33:04 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2002/12/07 02:38:57 schmonz Exp $ .include "../../lang/perl5/Makefile.common" @@ -27,7 +27,7 @@ MKPIC= no .endif .if ${MKPIC} == "no" -IGNORE= ${PKGNAME} needs shared objects. +PKG_FAIL_REASON= "${PKGNAME} needs shared objects" .endif do-build: diff --git a/lang/python/extension.mk b/lang/python/extension.mk index d8e5bd274a5..57eb658c474 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.1 2002/09/21 23:47:03 jlam Exp $ +# $NetBSD: extension.mk,v 1.2 2002/12/07 02:38:58 schmonz Exp $ # derive a python version from the package name if possible .if defined(PKGNAME_REQD) @@ -9,7 +9,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_REQD:C/^py([^-]*)-.*/\1/} .if defined(PYBINMODULE) .if ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -IGNORE="${PKGNAME} needs dynamic loading" +PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading" .endif .endif diff --git a/lang/python20/Makefile.inc b/lang/python20/Makefile.inc index ad0f8819e74..79fdb8a9334 100644 --- a/lang/python20/Makefile.inc +++ b/lang/python20/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 2002/01/22 18:04:55 drochner Exp $ +# $NetBSD: Makefile.inc,v 1.2 2002/12/07 02:38:58 schmonz Exp $ # PY_VERSION= 2.0 @@ -24,7 +24,7 @@ DEPENDS+= python20-${PY_VERSION}*:../../lang/python20 ALL_TARGET?= default .if ${MACHINE_ARCH} == "sparc64" -IGNORE="${PKGNAME} needs dynamic loading" +PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading" .endif # Set PY_SETUP_SUBST to substitute "${variable}" for "@value@" in Setup.in. diff --git a/lang/ruby-base/Makefile.common b/lang/ruby-base/Makefile.common index f915880564e..261849ff0fe 100644 --- a/lang/ruby-base/Makefile.common +++ b/lang/ruby-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2002/10/20 00:39:52 wiz Exp $ +# $NetBSD: Makefile.common,v 1.10 2002/12/07 02:38:58 schmonz Exp $ # FreeBSD: ports/Mk/bsd.ruby.mk,v 1.11 2000/11/16 17:59:40 knu Exp # Makefile.common: ruby common makefile, based on FreeBSD's bsd.ruby.mk. @@ -242,7 +242,7 @@ _RUBY_PROVIDED!= case `expr ${_RUBY_VERMAJOR} ">" ${_RUBY_REQMAJOR}` in \ esac ;; \ esac; ${ECHO} "no" .if ${_RUBY_PROVIDED} == "no" -IGNORE+= "This package requires ruby ${RUBY_REQD} or later." +PKG_FAIL_REASON+= "This package requires ruby ${RUBY_REQD} or later." .endif .else RUBY_REQD?= ${RUBY_VERSION} |