Age | Commit message (Expand) | Author | Files | Lines |
2005-04-15 | Initial commit of the new tools framework. This is currently designed | jlam | 7 | -0/+879 |
2005-04-13 | Fixed quoting errors. Approved by jlam. | rillig | 1 | -10/+10 |
2005-04-13 | Print out the exitcode of pkg_create if nonzero, as it sometimes exists | rillig | 1 | -1/+2 |
2005-04-13 | Fix error introduced in rev. 1.1606: "$${PKGVULNDIR}" should be | jlam | 1 | -2/+2 |
2005-04-13 | Utilize load-balanced RING project servers. | uebayasi | 2 | -15/+22 |
2005-04-11 | catch up with PostgreSQL 8.0.2 and support Darwin .dylib | recht | 1 | -3/+21 |
2005-04-11 | Be more informative when cleaning packages and pre-requisites, and clean | agc | 1 | -3/+3 |
2005-04-10 | uncomment the checksums for IRIX | jschauma | 1 | -4/+4 |
2005-04-10 | Fix typo. | jmmv | 1 | -2/+2 |
2005-04-10 | Remove <errno.h> TODO item -- it's fine as is. Rationale: the | schmonz | 1 | -2/+1 |
2005-04-09 | Sense of a USE_BUILDLINK3 test was reversed when USE_BUILDLINK3 was | markd | 1 | -2/+1 |
2005-04-08 | Per discussion on tech-pkg, use USE_X11 (not USE_IMAKE) to add X11BASE/bin; | tv | 1 | -2/+2 |
2005-04-08 | Second cut of a fix for the problem where PKGNAME is geting set to xemacs-${V... | jwise | 1 | -1/+5 |
2005-04-07 | In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mk | tv | 1 | -4/+2 |
2005-04-07 | Add mt locale, first used in kmplayer. | markd | 13 | -13/+65 |
2005-04-05 | Always include wrapper/bl3, period, even if NO_BUILD. | tv | 1 | -4/+2 |
2005-04-05 | Prevent MAKEFLAGS from being passed through shell environment. It was | minskim | 1 | -2/+2 |
2005-03-31 | The last revision to this file added a check for removing packages. | reed | 1 | -1/+3 |
2005-03-31 | Fix for PR 28230 (bsd.pkg.mk ignores /etc/audit-packages.conf) by | agc | 1 | -2/+7 |
2005-03-30 | If SIGN_AS is not set, remind the user to please sign the checksum | hubertf | 1 | -1/+4 |
2005-03-30 | libkver please | hubertf | 1 | -0/+1 |
2005-03-30 | Before calculating checksums, print a line that says what's happening. | hubertf | 1 | -1/+3 |
2005-03-30 | Remove the packages added when pruning files etc. before starting | kristerw | 1 | -1/+17 |
2005-03-29 | Fixes for shlib handling on AIX | garbled | 2 | -8/+4 |
2005-03-29 | Run download-vulnerability-list before bulk-builds if | hubertf | 1 | -2/+13 |
2005-03-28 | Fix user_exists and group_exists to actually use their arguments | jlam | 1 | -18/+20 |
2005-03-28 | With the SORT=gsort hack for Interix, all hell breaks loose on pkg_add | tv | 2 | -8/+12 |
2005-03-28 | Remove security/cyrus-sasl and security/cy-login. These packages | jlam | 1 | -3/+3 |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 13 | -149/+34 |
2005-03-24 | Correctly pass ${SORT} to tflat. Interix needs something other than the | tv | 2 | -5/+5 |
2005-03-24 | Unfortunately, BULK_PREREQ doesn't shield its prerequisites from being | tv | 1 | -1/+2 |
2005-03-23 | Add fy locale, first used by KDE 3.4. | markd | 13 | -13/+65 |
2005-03-23 | Replace inline definitions of errno with "#include <errno.h>" to | schmonz | 1 | -2/+14 |
2005-03-23 | Add a Makefile fragment for packages with djb-style build machinery. | schmonz | 1 | -0/+64 |
2005-03-22 | In the distclean target, if PKG_RESUME_TRANSFERS is set, clean | xtraeme | 1 | -1/+4 |
2005-03-22 | Some changes for PKG_RESUME_TRANSFERS: | xtraeme | 1 | -45/+63 |
2005-03-22 | Several NetBSD ports (e.g. sparc64) don't have "/sbin/ldconfig". So check | tron | 1 | -1/+5 |
2005-03-22 | Change default to 2005Q1. | wiz | 1 | -2/+2 |
2005-03-22 | Bump LIBTOOL_REQD to 1.5.14; this unifies all the support again and fixes | tv | 4 | -11/+5 |
2005-03-21 | Add -*- sh -*- comment at top of file; from PR 22947. | wiz | 2 | -2/+4 |
2005-03-21 | Move "GNU replacements" block to the top. | tv | 1 | -15/+13 |
2005-03-21 | Don't claim that the "gawk" bundled with Interix is really gawk. It's | tv | 1 | -2/+3 |
2005-03-20 | Reset the current locale to a sane value (that is, 'C') during the build | jmmv | 1 | -1/+8 |
2005-03-20 | Define SCREWS_USER and SCREWS_GROUP, which are going to be used by www/screws. | jmmv | 1 | -1/+13 |
2005-03-19 | Let this file be included even if JAVA_WRAPPERS is empty; this was possible | jmmv | 1 | -14/+14 |
2005-03-19 | The gawk that comes with Interix is 2.15, which works for most purposes | tv | 1 | -1/+8 |
2005-03-18 | Fix a gleaming illustration of why using YES/NO variables everywhere | tv | 14 | -63/+44 |
2005-03-18 | Some updates, mostly from PR 28611. | wiz | 1 | -30/+15 |
2005-03-18 | Add defaults for "bind9" package enhancements. | tron | 1 | -1/+16 |
2005-03-17 | fix broken sed regexp which sometimes causes a failed pkg fail in marking oth... | dmcmahill | 1 | -2/+2 |