Age | Commit message (Expand) | Author | Files | Lines |
2007-06-30 | Use REPLACE_SH to make this work on SunOS | tnn | 1 | -2/+3 |
2007-06-29 | #!/usr/bin/awk -f - | joerg | 6 | -12/+12 |
2007-06-29 | Use REPLACE_SH to get a sane shell on borked platforms. | tnn | 1 | -2/+4 |
2007-06-29 | *really* fix previous. | tnn | 1 | -3/+3 |
2007-06-29 | Convert extended RE into basic RE equivalent, making us portable again. | tnn | 2 | -5/+5 |
2007-06-28 | Scripts get installed without suffix, so fix default configuration | joerg | 2 | -8/+8 |
2007-06-26 | Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Lets | dmcmahill | 2 | -3/+7 |
2007-06-26 | Fixed the regular expression for detecting the use of the shell variable | rillig | 1 | -2/+2 |
2007-06-25 | Use libnbcompat and fix build issues on Solaris. | joerg | 23 | -131/+212 |
2007-06-25 | Add asprintf implementation based on snprintf. | joerg | 7 | -29/+282 |
2007-06-20 | Force devel/libevent on NetBSD 2, as it is far too old. Found by Dan on | joerg | 1 | -1/+7 |
2007-06-20 | Missing cast to to int for %.*s as noted by dmcahill@ and wiz@. | joerg | 1 | -2/+2 |
2007-06-19 | This package uses BSD-style Makefiles. | rillig | 1 | -2/+2 |
2007-06-19 | Two more includes of sys/types.h to fix build on Mac OS X. | joerg | 2 | -2/+4 |
2007-06-19 | Include sys/types.h first to help Mac OS X. | joerg | 1 | -1/+2 |
2007-06-19 | Remove duplicate assignment. | joerg | 1 | -2/+1 |
2007-06-19 | Added INSTALL_ENV and SUBST_VARS. Noted by joerg. | rillig | 1 | -1/+3 |
2007-06-19 | Added pbulk. | joerg | 1 | -1/+2 |
2007-06-19 | Initial import of pbulk, the new pkgsrc bulk build framework. | joerg | 51 | -0/+5732 |
2007-06-19 | set USE_TOOLS+= gzip:run to get GZIP_CMD - from joerg | abs | 1 | -4/+4 |
2007-06-19 | Obfuscate a bit so that +BUILD_VERSION doesn't contain incorrect | joerg | 1 | -3/+3 |
2007-06-19 | Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pick | joerg | 1 | -4/+4 |
2007-06-18 | Added an explanation to the "Don't add quotes around SUBST_MESSAGE" rule. | rillig | 1 | -1/+9 |
2007-06-09 | Add more files for "openwin". This was reported by | reed | 2 | -3/+24 |
2007-06-05 | Added JAVA_BINPREFIX. | rillig | 1 | -1/+2 |
2007-06-05 | make(1) variable assignments should go after all command line options. | tnn | 1 | -2/+2 |
2007-06-03 | Added "local" as a valid category, since it is suggested in the pkgsrc | rillig | 1 | -2/+2 |
2007-06-02 | Permit installation on "FreeBSD-[0-4].*-*". | schmonz | 1 | -2/+3 |
2007-05-31 | Updated libnbcompat to 20070531. | rillig | 4 | -35/+40 |
2007-05-29 | Fix a couple misspellings, and add a couple items: | schmonz | 1 | -3/+5 |
2007-05-23 | simplify previous | tnn | 1 | -5/+4 |
2007-05-23 | non-current make(1) doesn't support -V. | tnn | 2 | -4/+6 |
2007-05-22 | Add a couple of success reports. | tnn | 1 | -1/+4 |
2007-05-20 | - Change the way pkg_rolling-replace parses version numbers. Everything | tnn | 2 | -12/+12 |
2007-05-19 | Sync with pkgsrc (1.46). | wiz | 1 | -4/+5 |
2007-05-18 | Silence make. If /sbin/sysctl is static or non-existent, ldd would return | joerg | 1 | -2/+2 |
2007-05-18 | Remove myself as maintainer, I don't have the time anymore to keep these | peter | 2 | -4/+4 |
2007-05-15 | Actually substitute "@ID" with the path to id(1) while creating the | tron | 1 | -2/+3 |
2007-05-13 | Added another helpful sentence to the explanation of the "tool vs. | rillig | 1 | -3/+7 |
2007-05-11 | Prepend ${PREFIX} to default location of mk.conf if we're using bmake. | tnn | 3 | -11/+17 |
2007-05-10 | Bump date of manual page. (avoid wakeup() of wizd) | tnn | 1 | -2/+2 |
2007-05-10 | Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONF | tnn | 3 | -12/+23 |
2007-05-07 | Fix bug in configure script, noticed by Thorsten Glaser. | joerg | 2 | -17/+17 |
2007-05-07 | Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507. | joerg | 9 | -4293/+5947 |
2007-05-01 | Added BSDOS to the list of supported operating systems and sorted the list. | rillig | 1 | -2/+2 |
2007-04-29 | Use BUILDLINK_DEPMETHOD instead of BUILD_DEPENDS hack. | tnn | 1 | -6/+5 |
2007-04-28 | Disable inlined setenv. This needs more work. | tnn | 1 | -2/+8 |
2007-04-28 | typecast return value from malloc | tnn | 1 | -2/+2 |
2007-04-28 | Correct resolver prototypes. Add strto(u)ll glue. Provide inlined setenv(3) | tnn | 4 | -10/+36 |
2007-04-27 | Add missing resolver prototypes. | tnn | 3 | -6/+22 |