PR/59286 CVS commit: pkgsrc/pkgtools/lintpkgsrc
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59286; it has been noted by GNATS. From: "Roland Illig" <[email protected]> To: [email protected] Cc: Subject: PR/59286 CVS commit: pkgsrc/pkgtools/lintpkgsrc Date: Sun, 4 Jan 2026 15:02:33 +0000 Module Name: pkgsrc Committed By: rillig Date: Sun Jan 4 15:02:32 UTC 2026 Modified Files: pkgsrc/pkgtools/lintpkgsrc: PLIST Log Message: lintpkgsrc: fix build for MANINSTALL=catinstall The default value for MANINSTALL differs between the supported platforms, it may or may not include "catinstall". When it does, it requires all pre-rendered manual pages from the PLIST to be installed. Remove the pre-rendered manual page from the PLIST, as lintpkgsrc does not provide it. It would be wrong to include it in the binary package since it would be generated on the build platform instead of the target platform, thus generating wrong headers and footers. Fixes PR pkg/59286. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/pkgtools/lintpkgsrc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.