pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Retire check for ONLY_FOR_ARCHS, NOT_FOR_ARCHS and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9bb4ea7f3ee
branches:  trunk
changeset: 572305:c9bb4ea7f3ee
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 23 17:24:55 2010 +0000

description:
Retire check for ONLY_FOR_ARCHS, NOT_FOR_ARCHS and NOT_FOR_OPSYS.

diffstat:

 mk/bsd.pkg.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r e0428c6edf7c -r c9bb4ea7f3ee mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Feb 23 17:24:17 2010 +0000
+++ b/mk/bsd.pkg.mk     Tue Feb 23 17:24:55 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1965 2010/02/23 17:24:17 joerg Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1966 2010/02/23 17:24:55 joerg Exp $
 #
 # This file is in the public domain.
 #
@@ -140,11 +140,6 @@
 PKG_FAIL_REASON+='Please unset PKG_PATH before doing pkgsrc work!'
 .endif
 
-.if defined(ONLY_FOR_ARCHS) || defined(NOT_FOR_ARCHS) \
-       || defined(ONLY_FOR_OPSYS) || defined(NOT_FOR_OPSYS)
-PKG_FAIL_REASON+='ONLY/NOT_FOR_ARCHS/OPSYS are deprecated and must be replaced with ONLY/NOT_FOR_PLATFORM.'
-.endif
-
 # Allow variables to be set on a per-OS basis
 OPSYSVARS+=    CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LIBS
 .for _var_ in ${OPSYSVARS:O}



Home | Main Index | Thread Index | Old Index