Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-07 | Check for vprintf() in configure script. This fix the build on Solaris 10. | seb | 4 | -254/+685 | |
Regenerate config.h.in and configure files. Thanks to gavan@ for the report and testing! Bump PKGREVISION to 3. | |||||
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -2/+2 | |
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.) | |||||
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-10 | bl3ify and enable pkgviews installation. | minskim | 1 | -2/+6 | |
2004-01-25 | honour BINOWN and BINGRP. | grant | 1 | -1/+3 | |
from Min Sik Kim in PR pkg/24176. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-10 | GNU TeXinfo's gettext.h unconditionally include locale.h when | seb | 4 | -6/+168 | |
__sun is defined by cpp. Hence the build was quite broken on Solaris. Fix by adding configure bits to check for locale.h, setlocale() and LC_MESSAGES. Build is now ok on Solaris 9 and Solaris 8. Bump PKGREVISION. | |||||
2003-06-10 | Darwin 5.5 does not have getopt.h (says schmonz@, thanks for the report). | seb | 5 | -3/+1652 | |
Fix this once for all the way GNU TeXinfo does it: provide GNU getopt* sources and unconditionally compile them! Bump PKGREVISION. | |||||
2003-06-09 | Initial import of pkg_install-info version 4.5 into the NetBSD Packages | seb | 19 | -0/+7515 | |
Collection. This package provides a standalone GNU install-info utility. |