pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check mk/check: remove documentation for obsolete S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2ba5e4e2ea2
branches:  trunk
changeset: 415415:c2ba5e4e2ea2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 06 13:38:22 2019 +0000

description:
mk/check: remove documentation for obsolete SKIP_PORTABILITY_CHECK

diffstat:

 mk/check/check-portability.mk |  17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diffs (35 lines):

diff -r a595522d22c4 -r c2ba5e4e2ea2 mk/check/check-portability.mk
--- a/mk/check/check-portability.mk     Sun Oct 06 13:25:24 2019 +0000
+++ b/mk/check/check-portability.mk     Sun Oct 06 13:38:22 2019 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: check-portability.mk,v 1.8 2014/10/12 23:39:17 joerg Exp $
+# $NetBSD: check-portability.mk,v 1.9 2019/10/06 13:38:22 rillig Exp $
 #
 # This file contains some checks that are applied to the configure
 # scripts to check for certain constructs that are known to cause
-# problems on some platforms.
+# problems on some platforms. The detailed checks are in
+# check-portability.sh.
 #
-# The following variables may be set by the pkgsrc user in mk.conf:
+# User-settable variables:
 #
 # CHECK_PORTABILITY
 #      Whether to enable some portability checks for the configure
@@ -12,15 +13,7 @@
 #
 #      Default value: yes for PKG_DEVELOPERs, no otherwise.
 #
-# The following variables may be set by the package:
-#
-# SKIP_PORTABILITY_CHECK
-#      Whether the above checks should be skipped for the current
-#      package.
-#
-#      Default value: no
-#      Deprecated: Use CHECK_PORTABILITY_SKIP instead.
-#      Obsolete since 2008-02-20.
+# Package-settable variables:
 #
 # CHECK_PORTABILITY_SKIP
 #      The list of files that should be skipped in the portability



Home | Main Index | Thread Index | Old Index