Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2014-03-03 | LICENSE=gnu-gpl-v2 (or later) | obache | 1 | -1/+2 | |
2014-03-03 | Just define PKGNAME and use it. | obache | 1 | -4/+2 | |
2013-09-08 | Fix const usage. | joerg | 1 | -20/+10 | |
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2011-11-11 | Missing forward prototypes. | joerg | 1 | -1/+2 | |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 | |
2008-05-16 | Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes. | tnn | 1 | -2/+2 | |
2007-11-08 | Supports DESTDIR. | joerg | 1 | -1/+2 | |
2007-07-31 | Disable CHECK_PERMS here as it is needed for groff onsome platforms. | joerg | 1 | -1/+2 | |
2006-12-24 | added hack to work around gcc issue with -O3 optimization | schwarz | 1 | -0/+15 | |
2006-03-11 | Explain why this exists and mention other package with it. | reed | 1 | -1/+6 | |
2006-03-10 | Add -DHAVE_CONFIG_H to CPPFLAGS so xstrdup.c will include <string.h> | epg | 1 | -1/+2 | |
and get the correct prototypes for strcpy and strlen. Fixes build on Ubuntu Linux, and likely others. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-12-27 | Lower expectations, both others' and mine: relinquish stewardship | seb | 1 | -2/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -3/+3 | |
NO_BUILD, USE_LIBTOOL. | |||||
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. |