summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2008-10-13Fix strip_txz() so it actually works even when the extension found isn'terh2-5/+5
going to be returned. This fixes some issues with automatic installation of dependencies.
2008-10-11Fix execution of autoswc by fixing the call to AC_INIT (missing parameter).jmmv2-4/+4
Bump version to 1.6. Reported by Arnaud Lacombe in private email.
2008-10-10Version 1.31 - make chroot target return its exit statussborrill2-5/+7
2008-10-10pkg_install-20081010:joerg45-5/+11196
Add optional bdb. Make it included by default for standalone builds.
2008-10-09Updated pkglint to 4.88.rillig3-4/+19
Changes since 4.87: - Added support for PLIST_VARS and PLIST.*, which had been added in April. That's a long time ago ...
2008-10-09It already tries.rillig1-2/+1
2008-10-08pbulk-0.36:joerg2-8/+12
Avoid grep -q and use awk instead. This has the side effect of parsing presolve only once for each file. grep -q doesn't exist on Solaris.
2008-10-08Mac OS X doesn't define uintXX_t in sys/types.h, so explicitly pull injoerg4-3/+17
inttypes.h if present. Make md5.h, sha1.h and sha2.h self contained by including nbcompat/types.h. Problem reported by Greg Troxel.
2008-10-07Check for existance of sysexits.h and regen config.h.in.joerg3-11/+6
2008-10-06libnbcompat-20080922:joerg25-1548/+1739
- DESTDIR support - Add check for inttypes.h and sys/socket.h - Provide compatibility fallback for netdb.h and the RFC2553 API (getaddrinfo), supoprting IPv4 only. Code from OpenSSH. - Use normal autoconf checks for fixed size bit types. Stop using the older BSD types (u_intXX_t) in libnbcompat. - Add implementation of shquote (from NetBSD). - Fix a buglet in the getenv/setenv/unsetenv detection. - Fix a buglet in the mkdtemp/mkstemp detection.
2008-10-05Bump x11-links to 0.39 and force dependency after cube-native-xorg merge.cube2-4/+4
2008-10-05Merge cube-native-xorg, so that pkgsrc-current can be used with the nativecube49-90/+268
X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
2008-10-02pkg_install-20081002:joerg2-8/+8
Explicitly cast time_t values to long and print them as such. Reported by bjs@.
2008-10-02Fix build by unifying sysutils/mtree and pkgtools/mtree in terms ofjoerg2-5/+3
nbcompat usage.
2008-10-01Set "USE_BSD_MAKEFILE" to indicate that this package uses a BSD-styletron1-1/+2
makefile. This should fix HTML manual page issue under NetBSD-current. Problem reported by Cesar Catrian Carreno on "pkgsrc-users" mailing list.
2008-09-22pbulk-0.35:joerg2-3/+27
Sync Dewey with pkg_install(-renovation) and add a fast check if a pattern could ever match. This reduces the time for pbulk-resolve on a full tree on my laptop from 12.9s to 5.3s.
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.