pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Mar 14 10:32:30 UTC 2020

Modified Files:
        pkgsrc/mk: pkg-build-options.mk

Log Message:
mk/pkg-build-options.mk: make the documentation more precise


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mk/pkg-build-options.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/pkg-build-options.mk
diff -u pkgsrc/mk/pkg-build-options.mk:1.12 pkgsrc/mk/pkg-build-options.mk:1.13
--- pkgsrc/mk/pkg-build-options.mk:1.12 Wed Mar  8 16:16:40 2017
+++ pkgsrc/mk/pkg-build-options.mk      Sat Mar 14 10:32:30 2020
@@ -1,18 +1,20 @@
-# $NetBSD: pkg-build-options.mk,v 1.12 2017/03/08 16:16:40 jperkin Exp $
+# $NetBSD: pkg-build-options.mk,v 1.13 2020/03/14 10:32:30 rillig Exp $
 #
 # This procedure determines the PKG_OPTIONS that have been in effect
 # when the package ${pkgbase} has been built. When the package is not
-# yet installed, the current PKG_OPTIONS are queried.
+# yet installed, its current PKG_OPTIONS are queried.
 #
 # Parameters:
 #      pkgbase
-#              The basename of the package.
+#              The package identifier, as in the package's buildlink3.mk
+#              file.
 #
 # Returns:
 #      PKG_BUILD_OPTIONS.${pkgbase}
 #              The build options of the package.
 #
 # Example:
+#      .include "../../emulators/wine/buildlink3.mk"
 #      pkgbase := wine
 #      .include "../../mk/pkg-build-options.mk"
 #



Home | Main Index | Thread Index | Old Index