Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-20 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2008-06-19 | Add a marker for bootstrap packages to allow special cases them during | joerg | 3 | -3/+6 | |
bulk builds. | |||||
2008-06-19 | Add DESTDIR support. | joerg | 1 | -9/+11 | |
2008-06-19 | Make style more consistent. | joerg | 1 | -6/+6 | |
2008-06-16 | Fix DESTDIR. | joerg | 3 | -13/+12 | |
2008-06-16 | Fix DESTDIR. | joerg | 1 | -8/+7 | |
2008-06-16 | Fix DESTDIR. | joerg | 1 | -3/+3 | |
2008-06-15 | Mark as meta-package. | joerg | 1 | -7/+3 | |
2008-06-13 | fix DESTDIR issue | abs | 1 | -8/+9 | |
2008-06-12 | fixup DESTDIR - bump pkgrevision | abs | 1 | -3/+4 | |
2008-06-12 | Use full path for chown. | joerg | 2 | -4/+4 | |
2008-06-12 | Add DESTDIR support. | joerg | 10 | -22/+34 | |
2008-06-11 | pbulk-0.31: | joerg | 2 | -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-08 | Commit two fixes which at least for me appear to be required when | he | 1 | -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-08 | Add example showing how to mark all packages depdending on X11 for | gdt | 2 | -2/+10 | |
rebuild, useful for moving to X11_TYPE=modular. From tnn@. | |||||
2008-06-06 | Sort. | wiz | 1 | -2/+2 | |
2008-06-04 | Support alternate ${PREFIX}. | sketch | 2 | -8/+8 | |
2008-06-02 | Explicitly depend on ftp. | joerg | 1 | -2/+2 | |
2008-05-30 | Don't set NOMAN for SunOS. | tnn | 1 | -6/+1 | |
2008-05-29 | don't create catdir | tnn | 1 | -2/+2 | |
2008-05-29 | Merge some changes from PR pkg/38521 to clean up the package and | tnn | 2 | -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-29 | Make it DESTDIR ready. | tnn | 1 | -5/+6 | |
2008-05-28 | Inhibit possible dependency on sysutils/checkperms to avoid circular dep. | tnn | 1 | -1/+2 | |
2008-05-26 | Remove the broken FreeBSD manual page rule overrides. | tnn | 1 | -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-26 | Bump version to 1.94: | tron | 2 | -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-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -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-25 | Fix indentation. | tron | 1 | -2/+2 | |
2008-05-25 | bsdtar is a valid value for EXTRACT_USING. | joerg | 1 | -2/+2 | |
2008-05-25 | If there is no va_copy(), provide one and just assume the compiler knows | tnn | 5 | -2/+116 | |
how to copy va_lists by value. | |||||
2008-05-25 | Fix hpux bugfix. __strtoll needs inttypes.h | tnn | 3 | -5/+5 | |
2008-05-25 | Remove me as maintainer of some package, clame ownership of a few packages. | tron | 1 | -2/+2 | |
2008-05-25 | Assert OWNERship of some packages, relinquish others entierly. | dillo | 1 | -2/+2 | |
2008-05-24 | Trust configure to pick the right install(1). | tnn | 1 | -2/+2 | |
2008-05-24 | "I claim this planet in the name of Mars, hmm, isn't that lovely, hmm?" | abs | 1 | -2/+2 | |
(Set OWNER to abs@NetBSD.org) | |||||
2008-05-24 | minor nits and comments | tnn | 1 | -5/+8 | |
2008-05-24 | fix pasteo | tnn | 1 | -1/+0 | |
2008-05-24 | Added pkgtools/compat_headers | tnn | 1 | -1/+2 | |
2008-05-24 | Import compat_headers-0.1 as pkgtools/compat_headers. | tnn | 17 | -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-23 | Remove pkgtools/posix_headers | tnn | 1 | -2/+1 | |
2008-05-23 | Since posix is a registered trademark and this package by no means provides | tnn | 15 | -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-22 | Fix typo | tnn | 1 | -3/+3 | |
2008-05-21 | Bump version to 1.93: | dillo | 2 | -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-21 | update pkglint to 4.86 - necessary bu not sufficient to handle OWNER in | abs | 3 | -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. | tnn | 2 | -6/+14 | |
- improve usage - bump version to 1.1 | |||||
2008-05-20 | Try to fix a bootstrap failure reported on Slackware 12.1. Untested. | tnn | 1 | -2/+4 | |
2008-05-19 | libnbcompat-20080519: | joerg | 3 | -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-16 | Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes. | tnn | 1 | -2/+2 | |
2008-05-15 | Shift after -K. | joerg | 1 | -0/+2 | |
2008-05-15 | + pkg_leaves | joerg | 1 | -1/+2 | |
2008-05-15 | As requested on IRC, add pkg_leaves-1.0: | joerg | 4 | -0/+98 | |
pkg_leaves is a small script to print a list of leaf packages aka packages not depended on. |