summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2007-07-30Remove a now unused extern declaration.joerg1-2/+1
2007-07-30Remove first obstactle in pkg_add for switching to libarchive:joerg5-125/+35
2007-07-30Don't build a list for a single item, but change the pkg_performjoerg3-31/+15
2007-07-30Push pkg_perform prototype into the individual packages.joerg5-8/+13
2007-07-29+ REPLACE_KSHrillig1-1/+2
2007-07-29Specify PKG_DBDIR to pkg_admin and pkg_info via their -K argumentseb1-3/+3
2007-07-29Remove redundant SUBST_* from package Makefileadrianp2-23/+9
2007-07-29Added REPLACE_PYTHON to fix a warning reported by gdt.rillig1-1/+2
2007-07-28Fix two typos, and improve wording.wiz1-4/+4
2007-07-27As reported by tnn@, the old approach to find the byte orderjoerg7-290/+278
2007-07-27No need to use the -p flag to cp(1) here.tnn1-2/+2
2007-07-27Split bootstrap into two phases:joerg1-0/+32
2007-07-27Some people actually watch the pbulk-build client output, so addjoerg2-4/+4
2007-07-26Update pkglint to 4.78:abs2-14/+33
2007-07-26Thinking again, include bsd.prefs.mk *first* and override CHECK_PERMSjoerg1-2/+3
2007-07-26Skip the permission check for libkver as well to avoid cyclicjoerg1-1/+2
2007-07-26After the obsoletion on March, remove the support for require scripts.joerg14-174/+58
2007-07-26As discussed in PR 36662, the include of nbcompat.h takes care ofjoerg1-3/+5
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