summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20pbulk-0.32:joerg3-25/+13
Make bulkbuild-rebuild over 200 times faster when running against a full tree scan by using awk to filter out the data instead of the while read shell builtin.
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg3-3/+6
bulk builds.
2008-06-19Add DESTDIR support.joerg1-9/+11
2008-06-19Make style more consistent.joerg1-6/+6
2008-06-16Fix DESTDIR.joerg3-13/+12
2008-06-16Fix DESTDIR.joerg1-8/+7
2008-06-16Fix DESTDIR.joerg1-3/+3
2008-06-15Mark as meta-package.joerg1-7/+3
2008-06-13fix DESTDIR issueabs1-8/+9
2008-06-12fixup DESTDIR - bump pkgrevisionabs1-3/+4
2008-06-12Use full path for chown.joerg2-4/+4
2008-06-12Add DESTDIR support.joerg10-22/+34
2008-06-11pbulk-0.31:joerg2-8/+70
- For direct build failures, make the package location in the first column a hyper link to the last (supposedly failing) phase. - For indirect failures, list the first 10 failing dependencies.
2008-06-08Commit two fixes which at least for me appear to be required whenhe1-1/+3
doing an old-style bulk build on 4.0 or older systems: - in mk/bulk/build, do "make update" instead of "make install + clean" when installing a new pkg_install - in pkgtools/pkg_install/Makefile, don't try to use our own executables (${WORKDIR}/pkg_add/pkg_add etc.) if they don't exist Discussed with joerg, and even though he's not entirely happy with the latter change, he didn't appear to have a better suggestion. This, and putting /usr/pkg/sbin earlier than /usr/sbin in the $PATH appears to be required to get an old-style bulk build going.
2008-06-08Add example showing how to mark all packages depdending on X11 forgdt2-2/+10
rebuild, useful for moving to X11_TYPE=modular. From tnn@.
2008-06-06Sort.wiz1-2/+2
2008-06-04Support alternate ${PREFIX}.sketch2-8/+8
2008-06-02Explicitly depend on ftp.joerg1-2/+2
2008-05-30Don't set NOMAN for SunOS.tnn1-6/+1
2008-05-29don't create catdirtnn1-2/+2
2008-05-29Merge some changes from PR pkg/38521 to clean up the package andtnn2-29/+7
desupport installing catpage. Thanks to cheusov for the PR and obache for making me aware of it. Bump the version to 20080529.
2008-05-29Make it DESTDIR ready.tnn1-5/+6
2008-05-28Inhibit possible dependency on sysutils/checkperms to avoid circular dep.tnn1-1/+2
2008-05-26Remove the broken FreeBSD manual page rule overrides.tnn1-137/+0
This deviates too much from the standard bsd.sys.mk with no good reason, and breaks more than it fixes. PR pkg/38650
2008-05-26Bump version to 1.94:tron2-5/+5
Fix a bug exposed by the "set -e" improvements in NetBSD-current's "/bin/sh" which would prevent the script from cleaning up its temporary directory. Change approved by David Brownlee.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Fix indentation.tron1-2/+2
2008-05-25bsdtar is a valid value for EXTRACT_USING.joerg1-2/+2
2008-05-25If there is no va_copy(), provide one and just assume the compiler knowstnn5-2/+116
how to copy va_lists by value.
2008-05-25Fix hpux bugfix. __strtoll needs inttypes.htnn3-5/+5
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo1-2/+2
2008-05-24Trust configure to pick the right install(1).tnn1-2/+2
2008-05-24"I claim this planet in the name of Mars, hmm, isn't that lovely, hmm?"abs1-2/+2
(Set OWNER to abs@NetBSD.org)
2008-05-24minor nits and commentstnn1-5/+8
2008-05-24fix pasteotnn1-1/+0
2008-05-24Added pkgtools/compat_headerstnn1-1/+2
2008-05-24Import compat_headers-0.1 as pkgtools/compat_headers.tnn17-0/+14104
This package attempts to resolve deficiencies in system headers by providing missing types, definitions and prototypes in shadow headers. New in this version: - Rewrote all of the tests to use autoconf. - Implemented tests and support for more standard integer types.
2008-05-23Remove pkgtools/posix_headerstnn1-2/+1
2008-05-23Since posix is a registered trademark and this package by no means providestnn15-270/+0
nor intends to provide full posix(r) compatibility, I've decided to rename it. An improved version of the package will be re-imported later, probably under the name "compat_headers".
2008-05-22Fix typotnn1-3/+3
2008-05-21Bump version to 1.93:dillo2-6/+8
- Explicitly clear automatic flag for packages user wants installed that got pulled in previously. - Only ignore pkg_summary.gz in local repository if newer files with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz created by pbulk would be ignored because pkg_summary.bz2 is newer.) Okayed by abs@.
2008-05-21update pkglint to 4.86 - necessary bu not sufficient to handle OWNER inabs3-5/+7
Makefiles. As a first pass make MAINTAINER optional and add an optional OWNER directly after it in the same section. This will pass valid OWNER/MAINTAINER combinations but not reject some invalid ones. Full fix (hopefully) coming soon...
2008-05-21- Actually show usage() instead of entering an infinite loop.tnn2-6/+14
- improve usage - bump version to 1.1
2008-05-20Try to fix a bootstrap failure reported on Slackware 12.1. Untested.tnn1-2/+4
2008-05-19libnbcompat-20080519:joerg3-15/+12
Many of the hash function headers are incompatible with the OpenSSL headers, so don't include them by default and require the caller to include them on demand.
2008-05-16Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes.tnn1-2/+2
2008-05-15Shift after -K.joerg1-0/+2
2008-05-15+ pkg_leavesjoerg1-1/+2