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: Sun Oct 6 13:38:22 UTC 2019
Modified Files:
pkgsrc/mk/check: check-portability.mk
Log Message:
mk/check: remove documentation for obsolete SKIP_PORTABILITY_CHECK
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/mk/check/check-portability.mk:1.9
--- pkgsrc/mk/check/check-portability.mk:1.8 Sun Oct 12 23:39:17 2014
+++ pkgsrc/mk/check/check-portability.mk Sun Oct 6 13:38:22 2019
@@ -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