Age | Commit message (Expand) | Author | Files | Lines |
2007-07-20 | Bump version due to changes in asprintf, snprintf and vsnprintf. | tnn | 2 | -3/+8 |
2007-07-20 | * configure.ac: Test for a standards-conformant vsnprintf. If it is found | tnn | 3 | -4/+119 |
2007-07-20 | Handle trailing NUL correctly. | tnn | 1 | -5/+8 |
2007-07-20 | Fix logic error in buffer handling (Hi Joerg!) | tnn | 1 | -6/+6 |
2007-07-19 | Replace "poor man's printf" implementation of (v)snprintf with an | tnn | 1 | -764/+69 |
2007-07-18 | New sentence, new line. Sort options. | wiz | 1 | -55/+73 |
2007-07-18 | Fix SHA256/SHA512 to work on strict alignment platforms. This was | joerg | 2 | -15/+51 |
2007-07-17 | Link libnbcompat before libevent (which may link to libc), so that | tnn | 1 | -3/+3 |
2007-07-17 | HPUX's sockaddr_in doesn't have a sin_len member, so don't initialise it. | tnn | 1 | -2/+2 |
2007-07-16 | Add two variables to specify the prefix of the report mail's subject | joerg | 3 | -5/+7 |
2007-07-16 | bulkdir was an old configuration variable and replaced with bulklog | joerg | 3 | -16/+17 |
2007-07-16 | Change download-vulnerability-list.sh to use exec_prefix in the | joerg | 3 | -4/+9 |
2007-07-16 | Retire helper scripts for merge from src, this is now the authoritive | joerg | 2 | -194/+0 |
2007-07-16 | Merge remaining small changes from NetBSD, most of all the pkgsrc.7 man | joerg | 31 | -185/+264 |
2007-07-16 | Merge r1.37 from NetBSD: | joerg | 1 | -26/+36 |
2007-07-15 | Added support for SUBST_VARS.*. | rillig | 1 | -7/+17 |
2007-07-15 | Added PKG_GROUPS_VARS, PKG_SYSCONFDIR_PERMS, PKG_USERS_VARS and | rillig | 1 | -1/+5 |
2007-07-14 | Merge 1.75 of lib/ftpio.c from NetBSD: | joerg | 2 | -12/+10 |
2007-07-14 | Bump pkg_install | adrianp | 1 | -2/+2 |
2007-07-14 | Update to pkg_install-20070714 | adrianp | 20 | -10/+2841 |
2007-07-14 | Some bug fixes following feedback from Aleksey Cheusov. | agc | 2 | -19/+35 |
2007-07-12 | Workaround too aggressive RCS ID find, so that +BUILD_VERSION and | joerg | 1 | -2/+2 |
2007-07-10 | Avoid embedding $NetBSD\$ and similiar constructs in-tree files. | joerg | 4 | -9/+9 |
2007-07-10 | Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and | joerg | 6 | -61/+10 |
2007-07-09 | Update patchsum. | joerg | 1 | -2/+2 |
2007-07-09 | Follow update of digest Makefile, bits is no longer. | joerg | 1 | -17/+7 |
2007-07-08 | Include stdint.h to use integer types such as uint32_t. | minskim | 5 | -4/+24 |
2007-07-07 | Fix a typo. Improve heading for top ten. | wiz | 2 | -5/+5 |
2007-07-03 | Make pkgtools/digest cross-compilation ready and actually improve | joerg | 21 | -3799/+2804 |
2007-07-03 | Override CHECK_PERMS for checkperms and its dependency digest. | joerg | 1 | -2/+5 |
2007-07-02 | Correct previous. (sigh, I am not good with numbers) | tnn | 1 | -2/+2 |
2007-07-01 | xargs(1) on Interix is broken. It executes the utility on the command line | tnn | 3 | -3/+27 |
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 |