summaryrefslogtreecommitdiff
path: root/pkgtools/autoswc
AgeCommit message (Collapse)AuthorFilesLines
2005-06-19Avoid creating an empty directory that is not used (and which didn't matchjmmv1-2/+1
the PLIST). Noticed by minskim@.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-251.5: Remove some things that could be in -lnsl on SVR4 descendants.tv2-5/+3
(gethostname, gethostbyname)
2004-10-211.4: Add a bunch of types, symbols, and headers to the checks based ontv2-5/+59
some builds I did recently. (Only including those things which should be in the C library; avoiding things such as the resolver -- which may be in libbind -- or TCP/IP headers and symbols.)
2004-10-15We have to set --build and --host in order to get correct values, becausetv2-4/+6
these are actually pulled from the cache by some packages. Use the value of ${MACHINE_GNU_PLATFORM} for both. Bump to version 1.3.
2004-04-07It's INSTALLATION_DIRS, not INSTALL_DIRS.jmmv1-2/+2
2004-02-29Update to 1.2:jmmv2-4/+3
- Do not check for fnmatch(3) in the default configure script because we don't know beforehand if a package wants a GNU or a POSIX version of it. This fixes the build of, for example, diffutils.
2004-02-24Update to 1.1:jmmv2-5/+5
- Fix detection of sys/mount.h in the default configure.ac script.
2004-02-21Prepend pkgtools to CATEGORIES.jmmv1-2/+2
2004-02-21Reimport of autoswc, version 1.0, coming from sysutils:jmmv8-0/+765
autoswc is an utility that automatically generates system wide cache files for use with configure scripts created by GNU autoconf, and specially by those executed within pkgsrc. Reason for the move: pkgtools' Makefile says this category is for packages used within pkgsrc. autoswc is specially designed to work for pkgsrc, so it is better placed here. And it may get more exposure ;-)