summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2008-09-07DESTDIR support and pkglint clean.obache1-5/+6
Requestd by PR 39456.
2008-09-06Bump PKGREVISION for libevent users due to 1.4.3->1.4.5 shlib name change.wiz1-2/+2
2008-09-02Add DESTDIR support and stop one pkglint warning.obache1-4/+5
Requested by Leonardo Taccari in PR 39443.
2008-08-31+ USE_CMAKErillig1-1/+2
2008-08-30Fixed two pkglint warnings.rillig1-3/+3
2008-08-30Fixed a typo found by Eric Haszlakiewicz.rillig1-2/+2
2008-08-29PKG_DESTDIR_SUPPORT=user-destdirabs1-4/+6
2008-08-28Don't warn about pkgbase and pkg-build-options.mk in the buildlink3.mkrillig1-2/+15
files, since that pattern has become quite common.
2008-08-22Update "x11-links" package to version 0.37:tron6-8/+62
Add newer library version as provided by Mac OS 10.5.4. Based on a patch submitted by Brian de Alwis in PR pkg/39207. Tested under NetBSD/i386 4.0_STABLE and Mac OS PPC 10.5.4.
2008-08-08bootstrap-mk-files-20080808:joerg2-3/+5
YAGV (Yet Another Groff Version)
2008-07-29fix yesterday's commit: bump to the correct date (20080728)tnn1-2/+2
2008-07-28bootstrap-mk-files-20080722:tnn2-3/+5
Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov.
2008-07-27Don't mess with PKG_* as it is not required to build bootstrapjoerg1-5/+1
components and it interferes with normal builds.
2008-07-25Update to 4.87:dillo2-3/+16
- Add explanation for "Unquoted shell variable" warning. Patch by rillig.
2008-07-25Add DESTDIR support.obache1-7/+8
2008-07-18Update to version 0.36:tron4-6/+9
Add newer libraries included in Xcode 3.1 for Mac OS X Leopard.
2008-07-14Update libarchive and bsdtar to 2.5.5.joerg1-3/+1
This further polishes bsdcpio and brings in a number of portability fixes. Revert temporary hack to not use vfork on IRIX.
2008-07-14pbulk-0.33: Don't try to install/deinstall bootstrap packages.joerg2-6/+14
This allows a destdir build to package bootstrap components.
2008-07-13Add a temporary workaround for missing vfork on IRIX.joerg1-1/+3
Fixes PR 38674, tested by tnn@.
2008-07-05Update pkg_chk to 1.95:abs2-5/+5
- Handle pkgsrc in LOCALBASE - fixes PR pkg/32326
2008-07-03bootstrap-mk-files-20080703:joerg2-2/+210
AIX's tsort doesn't understand -q, override sys.mk. Reported in PR 39064.
2008-06-22Don't use the existance of pkg_add as trigger to overridejoerg1-2/+7
PKG_ADD and friends, but that the build passed the barrier. Posted to tech-pkg@ without negative feedback.
2008-06-22Drop check for 'make replace => unsafe_depends" support being presentgdt1-22/+4
in pkgsrc. It's been 1.75 years, and the benefit of the check is now outweighed by the cruftiness.
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.