Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-07-08 | Prevent a reference to build directories on machines that do | kristerw | 1 | -2/+2 | |
not need ldconfig. | |||||
2005-06-25 | Change the CONFIGURE_ENV to use the variables users are supposed to set, | kristerw | 1 | -3/+3 | |
rather than the autoconf cache variables. | |||||
2005-06-23 | Prevent paths to the build directories from being included in the package. | kristerw | 1 | -2/+5 | |
Bump PKGREVISION. | |||||
2005-04-30 | Update MASTER_SITES and HOMEPAGE. | agc | 1 | -3/+3 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-10-08 | Make this package build after the mk/wrapper changes. | kristerw | 1 | -1/+2 | |
Make sure that a temporary library name buffer is nul-terminated. PKGREVISION++. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2000-08-24 | Fix this program to work on ELF systems. | wiz | 1 | -3/+1 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -9/+9 | |
pattern match format. Minor pkglint along the way. | |||||
1998-11-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 1 | -3/+3 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-13 | Initial addition of dync, an awk-like utility which uses C as a | agc | 1 | -0/+13 | |
language, to the NetBSD packages collection. |