pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/check



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Mar 11 19:58:45 UTC 2020

Modified Files:
        pkgsrc/mk/check: check-portability.mk

Log Message:
mk/check: remove obsolete SKIP_PORTABILITY_CHECK variable

Marking a variable as obsolete for 12 years should be enough for everyone
to migrate.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mk/check/check-portability.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/check/check-portability.mk
diff -u pkgsrc/mk/check/check-portability.mk:1.10 pkgsrc/mk/check/check-portability.mk:1.11
--- pkgsrc/mk/check/check-portability.mk:1.10   Wed Mar 11 19:21:00 2020
+++ pkgsrc/mk/check/check-portability.mk        Wed Mar 11 19:58:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.10 2020/03/11 19:21:00 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.11 2020/03/11 19:58:45 rillig Exp $
 #
 # This file contains some checks that are applied to the configure
 # scripts to check for certain constructs that are known to cause
@@ -30,9 +30,6 @@ _PKG_VARS.check-portability=  CHECK_PORTA
 CHECK_PORTABILITY?=            yes
 .endif
 CHECK_PORTABILITY?=            no
-.if defined(SKIP_PORTABILITY_CHECK)
-PKG_FAIL_REASON+=              "[check-portability.mk] SKIP_PORTABILITY_CHECK is obsolete."
-.endif
 CHECK_PORTABILITY_SKIP?=       # none
 
 .if ${CHECK_PORTABILITY:M[Yy][Ee][Ss]} != ""



Home | Main Index | Thread Index | Old Index