diff options
author | rodent <rodent> | 2013-04-06 04:07:24 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 04:07:24 +0000 |
commit | 763b8099280b5b161080163dd898714454df6aaf (patch) | |
tree | 1063fcfc0f228f802b73a8af257ba7fd7eb31c42 | |
parent | 7231e79f6f0cfc117d9844942313748b75a48708 (diff) | |
download | pkgsrc-763b8099280b5b161080163dd898714454df6aaf.tar.gz |
"Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead."
-rw-r--r-- | devel/pcl-cvs/Makefile | 4 | ||||
-rw-r--r-- | devel/tet3/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc34/options.mk | 8 | ||||
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xbatt/Makefile | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/devel/pcl-cvs/Makefile b/devel/pcl-cvs/Makefile index b9f800f8b33..08125f3af45 100644 --- a/devel/pcl-cvs/Makefile +++ b/devel/pcl-cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2013/02/17 19:17:59 dholland Exp $ +# $NetBSD: Makefile,v 1.26 2013/04/06 04:07:24 rodent Exp $ # DISTNAME= pcl-cvs-2.9.9 @@ -21,7 +21,7 @@ EMACS_VERSIONS_ACCEPTED= emacs20 .include "../../editors/emacs/modules.mk" .if !((${EMACS_FLAVOR} == "emacs") && (${EMACS_VERSION_MAJOR} == "20")) -PKG_SKIP_REASON+= "${PKGNAME} is only for emacs20" +PKG_FAIL_REASON+= "${PKGNAME} is only for emacs20" .endif MAKE_ENV+= PREFIX=${DESTDIR:Q}${PREFIX:Q} diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile index 502e5c9db7c..0e5aa53bba8 100644 --- a/devel/tet3/Makefile +++ b/devel/tet3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/31 11:19:50 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 04:07:24 rodent Exp $ DISTNAME= tet3.7-unsup.src PKGNAME= tet3-3.7 @@ -46,7 +46,7 @@ PTHREAD_OPTS+= native # only native threads make sense .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native" -PKG_SKIP_REASON+= "Native threads are needed for this package" +PKG_FAIL_REASON+= "Native threads are needed for this package" .endif .include "../../mk/bsd.pkg.mk" diff --git a/lang/gcc34/options.mk b/lang/gcc34/options.mk index 97b3abed90f..ebf7140f9ff 100644 --- a/lang/gcc34/options.mk +++ b/lang/gcc34/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2012/12/31 03:20:12 dholland Exp $ +# $NetBSD: options.mk,v 1.4 2013/04/06 04:07:24 rodent Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gcc34 PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java gcc-objc gcc-ada @@ -88,14 +88,14 @@ ALT_GCC_RTS!= ${ALT_GCC} --print-file-name=adalib . if !empty(ALT_GCC_RTS) RALT_GCC_RTS= ${ALT_GCC_RTS:S%${LOCALBASE}%%:S%/%%} . else -PKG_SKIP_REASON+= "${ALT_GCC} does not appear to be an Ada compiler" +PKG_FAIL_REASON+= "${ALT_GCC} does not appear to be an Ada compiler" . endif . else -PKG_SKIP_REASON+= "Missing bootstrap Ada compiler" +PKG_FAIL_REASON+= "Missing bootstrap Ada compiler" . endif . endif . if !defined(ALT_GCC) -PKG_SKIP_REASON+= "An Ada bootstrap compiler must be specified to build Ada" +PKG_FAIL_REASON+= "An Ada bootstrap compiler must be specified to build Ada" . endif . if defined(ALT_GCC) diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 6bfb21a7211..6e2f2f9337b 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2012/09/11 23:19:40 asau Exp $ +# $NetBSD: Makefile,v 1.81 2013/04/06 04:07:24 rodent Exp $ DISTNAME= xpkgwedge-1.17 CATEGORIES= pkgtools devel x11 @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= imake:run xmkmf:run .if ${LOCALBASE} == ${X11BASE} -PKG_SKIP_REASON+= "xpkgwedge is not needed when X11BASE is LOCALBASE" +PKG_FAIL_REASON+= "xpkgwedge is not needed when X11BASE is LOCALBASE" .endif .if exists(${X11BASE}/bin/mkfontscale) diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 297e62f840a..d007389f7e7 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2010/01/27 20:44:47 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 04:07:25 rodent Exp $ # DISTNAME= xbatt-1.3pr1 @@ -14,7 +14,7 @@ COMMENT= Displays battery status of your notebook via APM PKG_DESTDIR_SUPPORT= destdir .if !exists(/usr/include/machine/apmvar.h) -PKG_SKIP_REASON+= "APM is not available for ${MACHINE_PLATFORM}" +PKG_FAIL_REASON+= "APM is not available for ${MACHINE_PLATFORM}" .endif WRKSRC= ${WRKDIR}/xbatt-1.3 |