2020-08-09 23:37:26 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/libkver: fix a few pkglint warnings |
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message: all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case. |
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message: *: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed. |
2018-01-27 20:07:48 by Roland Illig | Files touched by this commit (20) |
Log message: pkgtools/*: Realign variables in Makefiles Mainly done by pkglint, manually reviewed and improved in some few cases. |
2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537) |
Log message: Sort PLIST files. Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F |
2017-08-19 02:22:00 by Johnny C. Lam | Files touched by this commit (1) |
Log message: pkgtools/libkver: Install manpages into ${PKGMANDIR}. This project uses BSD makefiles to build and install the binaries and manpages. Add "MANDIR=..." to the flags passed to "make install" so that the manpages are installed in the correct location under ${PKGMANDIR}. |
2016-03-20 20:15:33 by Stoned Elipot | Files touched by this commit (1) |
Log message: whitespace fix PR pkg/38651 |
2015-06-17 10:20:21 by Stephen Borrill | Files touched by this commit (1) |
Log message: Remove duplicate entries from previous commit. |
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message: Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. |
2014-03-03 04:30:55 by OBATA Akio | Files touched by this commit (43) |
Log message: Just define PKGNAME and use it. |