Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-11 | MIPSPro doesn't like code such as: | tnn | 2 | -1/+28 | |
void foo(void) {} void bar(void) { return foo(); } Stripping away the return makes it happy. PR pkg/38210. | |||||
2008-03-08 | Update to grep-2.5.3. | tnn | 6 | -83/+34 | |
Main changes are move to GPLv3 and several updated translations. Also some bugfixes (at least the ones we had patched in pkgsrc). Sorry, not more specific because NEWS isn't properly maintained. | |||||
2006-04-17 | Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey | jlam | 1 | -21/+21 | |
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory. | |||||
2006-04-13 | BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with | jlam | 1 | -3/+2 | |
USE_TOOLS+=msgfmt. | |||||
2006-04-07 | List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. | jlam | 2 | -3/+4 | |
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -2/+2 | |
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
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-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-07-06 | Apply patch from | bouyer | 2 | -6/+26 | |
http://lists.gnu.org/archive/html/bug-gnu-utils/2002-03/msg00359.html requested by Georg Schwarz in private mail: make it compile with non-gcc compilers. | |||||
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-03-10 | Remove info files entries from PLIST. | seb | 1 | -5/+1 | |
2004-02-09 | bsd.pkg.mk now runs GNU configure scripts with ${SH}, so we no longer | grant | 1 | -5/+1 | |
need to do so here. | |||||
2003-09-18 | Update to 2.5.1nb2: | wiz | 3 | -3/+23 | |
Use the right grep binary in fgrep and egrep shell scripts. Patch provided by Nicolas Fugier in PR 20905. | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-08-02 | use new texinfo handling. | grant | 2 | -8/+8 | |
minor whitespace fix. | |||||
2003-07-30 | explicitly disable pcre support as it was never enabled. | grant | 1 | -1/+3 | |
fixes build on systems which have libpcre installed as the configure script's detection of it is slightly broken. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-06-24 | remove unneeded parens, quote a literal in .if | grant | 1 | -2/+2 | |
2003-02-13 | Update to 2.5.1: bugfix release. | wiz | 3 | -24/+5 | |
2003-01-09 | USE_PKGLOCALEDIR=yes. Fixes PLIST problems on SunOS | cjep | 1 | -1/+2 | |
2002-12-25 | Use .tar.bz2. | wiz | 2 | -4/+5 | |
2002-12-25 | Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed. | wiz | 5 | -32/+65 | |
While here: Fix build on NetBSD-current. | |||||
2002-12-06 | Fix up configure nit for Solaris. Suggested by tron. | cjep | 1 | -1/+7 | |
2002-10-14 | Package for GNU grep 2.5. | bouyer | 5 | -0/+82 | |