summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2003-09-23bump dategrant1-1/+1
2003-09-23add --with-{ftp,mtree,pax,tar} to allow overriding the commands thatgrant1-2/+25
pkg_install calls, and pass the full path for each from the pkg Makefile. fixes issue with pkg_add and pkg_create calling non-existent or less-than-functional tools since it relied on $PATH.
2003-09-08Substitute for various program paths used by the linkfarm(1) andjlam1-1/+18
pkg_view(1) shell scripts.
2003-09-04Allow this to compile on systems without vfork by #define'ing it to fork.jlam1-1/+7
This is okay since we just do vfork()/exec() in lib/ftpio.c and don't rely on any vfork vs. fork semantics.
2003-09-01Update pkg_install to 20030823, which has the changes to supportjlam1-0/+47
package views. Pkgsrc changes include: * Convert to use pkgtools/libnbcompat so that it's easier to keep this in sync with src/usr.sbin/pkg_install. * Add a src2nbcompat script that converts src/usr.sbin/pkg_install into an appropriate start for pkgtools/pkg_install. The script removes the Makefiles, adds CPP inclusion guards around each #include <...> line, and includes <nbcompat.h> at the top of each *.c file. This should make it even easier to keep sources in sync with the HEAD.