2009-12-30 13:35:33 by David Brownlee | Files touched by this commit (1) |
Log message: Sync comments section with current bsd.lib.mk from NetBSD - fixes various typos and incorrect entries and also adds a brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY, the latter addresses PR bin/39693 No functionality change, no PKGREVISION bump |
2009-08-07 09:48:59 by David Sainty | Files touched by this commit (2) |
Log message: Yet Another Groff Version, version 1.19.1, present in some release of Gentoo. |
2009-06-14 20:11:03 by Joerg Sonnenberger | Files touched by this commit (14) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-13 01:21:10 by Min Sik Kim | Files touched by this commit (2) |
Log message: "ranlib -t" doesn't work on Darwin; use "touch" instead. |
2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109) |
Log message: Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. |
2009-04-09 00:43:26 by Joerg Sonnenberger | Files touched by this commit (27) |
Log message: Remove the remaining NO_MTREE definitions, it has been a nop for a while. |
2009-04-08 01:42:17 by Tim Zingelman | Files touched by this commit (1) |
Log message: Much simpler fix for PR/41125 Approved by agc |
2009-02-26 08:05:10 by Thomas Klausner | Files touched by this commit (2) |
Log message: Recognize groff-1.20.1 on Linux. From Stathis Kamperis on pkgsrc-users. Bump version. |
2009-02-19 01:51:12 by David Brownlee | Files touched by this commit (3) |
Log message: Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10 - At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 which means (void)fwrite(...) will *always* generate a warning, so set -Wno-error to bypass this in Linux.sys.mk - Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so work around this in tnftp and libnbcompat |
2009-02-17 18:08:13 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: bootstrap-mk-files-20090217: Don't leak the unprivileged user for USE_DESTDIR=full. |