summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2008-09-18Fix build on Solaris by using nbcompat.joerg3-18/+18
2008-09-17pkg_install-20080916:joerg9-27/+27
Merge from changes for read_plist from pkg_install-renovation to always initialize the plist and add append_plist for the one case where this is not desired. Fixes PR 39276.
2008-09-16pbulk-0.34:joerg15-23/+127
- version configuration file, object if the version doesn't match - add an option for pbulk-resolve to ignore unresolvable dependencies similiar to the incremental mode - use this option to run pbulk-resolve again if ignore_missing_depencies is set to yes. Report this explicitly to un-confuse readers and point them to the logfile.
2008-09-16Main tree must not depend on wip, so pkglint should try to warn aboutjoerg1-1/+2
it.
2008-09-16Clarified a comment, since I didn't understand it two years after writing it.rillig1-4/+4
2008-09-16Don't include useless definitions in the documentation.rillig1-2/+3
2008-09-1620080915:joerg9-29/+45
Merge a number of bugfixes from the pkg_install-renovation branch: - explicit include of nbcompat/md5.h - use errx when dealing with libfetch as it doesn't set errno - avoid optind = 0 as GNUish getopt will reset itself otherwise
2008-09-16Update "x11-links" package to version 0.38:tron5-6/+19
- Add support for builtin "pixman". - Add some extra entries for Mac OS X.
2008-09-14pbulk-0.34:joerg5-60/+41
Isolate rules to compute the restricted subset in the upload script. Make the upload script independent from the report file to allow uploading partial builds. Only depend on NO_BIN_ON_FTP to decide what to upload and what not.
2008-09-12Determine both for setmode.c and pwcache.c if any of the functions isjoerg2-116/+20
provided by the system and if one is lacking use the file. Don't short cut the list as before and do a second iteration, it is just confusing. This breaks the regression introduced by the last commit on OS X.
2008-09-08libnbcompat-20080908:joerg7-68/+228
- declare endpwent and endgrent if system headers are missing them - check for existance of statfs.f_flags before using it - drop a bunch of redundant function checks Based on the work of Timothy Larson.
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@.