summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-28 03:34:03 +0000
committerrillig <rillig@pkgsrc.org>2020-01-28 03:34:03 +0000
commitf1dcbe7fc55d4f63d71c5c6b0a85b7738a72108b (patch)
tree2a7737412cafd50f19f10fd771f4a338115dd3cd /doc/pkgsrc.txt
parent27f1bc074716587b3fbf93dc326e8e0f25150020 (diff)
downloadpkgsrc-f1dcbe7fc55d4f63d71c5c6b0a85b7738a72108b.tar.gz
doc/pkgsrc.*: regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index aa05ccf16e5..ce2ddcb2f9c 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -8192,7 +8192,7 @@ A.1.1. Makefile
DISTNAME= bison-1.25
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
@@ -8221,10 +8221,17 @@ A.1.4. Checking a package with pkglint
The NetBSD package system comes with pkgtools/pkglint which helps to check the
contents of these files. After installation it is quite easy to use, just
-change to the directory of the package you wish to examine and execute pkglint:
+change to the directory of the package you wish to examine and run pkglint:
$ pkglint
-looks fine.
+ERROR: Makefile: Each package must define its LICENSE.
+WARN: Makefile:9: HOMEPAGE should migrate from http to https.
+NOTE: PLIST:3: The .gz extension is unnecessary for manual pages.
+WARN: PLIST:5: "share/bison.hairy" should be sorted before "share/bison.simple".
+1 error, 2 warnings and 1 note found.
+(Run "pkglint -e" to show explanations.)
+(Run "pkglint -fs" to show what can be fixed automatically.)
+(Run "pkglint.exe -F" to automatically fix some issues.)
Depending on the supplied command line arguments (see pkglint(1)), more checks
will be performed. Use e.g. pkglint -Wall for a very thorough check.