summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2007-07-25pkgsrc_base_dir is now without leading /, compensate. GC it in the HTMLjoerg3-9/+7
2007-07-25Mostly deorbit mtree support:joerg16-175/+47
2007-07-25Remove an additional ) and correct the assignment of a variable.joerg3-6/+6
2007-07-24Check we can write to ${PKGVULNDIR} before attempting a download.adrianp1-1/+10
2007-07-23Include nbcompat.h to sort out err.hadrianp1-2/+5
2007-07-22Move variable declaration to top of function body to make this build withtnn1-2/+2
2007-07-21Wrap inclusion of inttypes.h in #ifdef HAVE_INTTYPES_Htnn1-1/+3
2007-07-21Uses ntohl(), so include <arpa/inet.h>tnn2-2/+6
2007-07-21Add workaround for broken 'struct sigaction' on Interix.tnn1-1/+3
2007-07-21Add workaround for broken 'struct sigaction' on Interix.tnn1-1/+3
2007-07-21Interix doesn't have sockaddr_in.sin_len.tnn1-2/+2
2007-07-21Another version bump due to added configure check for uintptr_ttnn2-4/+5
2007-07-21* configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c.tnn3-1/+125
2007-07-21Add missed file in last updateadrianp1-4/+35
2007-07-21Misc man page fixesadrianp5-2835/+3618
2007-07-20Split pattern related functions from lib/str.c off into lib/opattern.c.joerg12-152/+221
2007-07-20Always call setprogname for platforms that don't have __progname.joerg9-48/+44
2007-07-20Bump version due to changes in asprintf, snprintf and vsnprintf.tnn2-3/+8
2007-07-20* configure.ac: Test for a standards-conformant vsnprintf. If it is foundtnn3-4/+119
2007-07-20Handle trailing NUL correctly.tnn1-5/+8
2007-07-20Fix logic error in buffer handling (Hi Joerg!)tnn1-6/+6
2007-07-19Replace "poor man's printf" implementation of (v)snprintf with antnn1-764/+69
2007-07-18New sentence, new line. Sort options.wiz1-55/+73
2007-07-18Fix SHA256/SHA512 to work on strict alignment platforms. This wasjoerg2-15/+51
2007-07-17Link libnbcompat before libevent (which may link to libc), so thattnn1-3/+3
2007-07-17HPUX's sockaddr_in doesn't have a sin_len member, so don't initialise it.tnn1-2/+2
2007-07-16Add two variables to specify the prefix of the report mail's subjectjoerg3-5/+7
2007-07-16bulkdir was an old configuration variable and replaced with bulklogjoerg3-16/+17
2007-07-16Change download-vulnerability-list.sh to use exec_prefix in thejoerg3-4/+9
2007-07-16Retire helper scripts for merge from src, this is now the authoritivejoerg2-194/+0
2007-07-16Merge remaining small changes from NetBSD, most of all the pkgsrc.7 manjoerg31-185/+264
2007-07-16Merge r1.37 from NetBSD:joerg1-26/+36
2007-07-15Added support for SUBST_VARS.*.rillig1-7/+17
2007-07-15Added PKG_GROUPS_VARS, PKG_SYSCONFDIR_PERMS, PKG_USERS_VARS andrillig1-1/+5
2007-07-14Merge 1.75 of lib/ftpio.c from NetBSD:joerg2-12/+10
2007-07-14Bump pkg_installadrianp1-2/+2
2007-07-14Update to pkg_install-20070714adrianp20-10/+2841
2007-07-14Some bug fixes following feedback from Aleksey Cheusov.agc2-19/+35
2007-07-12Workaround too aggressive RCS ID find, so that +BUILD_VERSION andjoerg1-2/+2
2007-07-10Avoid embedding $NetBSD\$ and similiar constructs in-tree files.joerg4-9/+9
2007-07-10Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install andjoerg6-61/+10
2007-07-09Update patchsum.joerg1-2/+2
2007-07-09Follow update of digest Makefile, bits is no longer.joerg1-17/+7
2007-07-08Include stdint.h to use integer types such as uint32_t.minskim5-4/+24
2007-07-07Fix a typo. Improve heading for top ten.wiz2-5/+5
2007-07-03Make pkgtools/digest cross-compilation ready and actually improvejoerg21-3799/+2804
2007-07-03Override CHECK_PERMS for checkperms and its dependency digest.joerg1-2/+5
2007-07-02Correct previous. (sigh, I am not good with numbers)tnn1-2/+2
2007-07-01xargs(1) on Interix is broken. It executes the utility on the command linetnn3-3/+27
2007-06-30Use REPLACE_SH to make this work on SunOStnn1-2/+3