summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2010-09-22Allow 90 in PGSQL_VERSIONS_ACCEPTEDadam1-2/+2
2010-09-15Reset maintainer.wiz1-2/+2
2010-09-15pkg_install-20100915: Allow https URLs. From mbalmer.joerg3-9/+12
Reset maintainership.
2010-09-14Add -D flag to pkg_install, to override the "pkg_add -U" check thatgdt6-10/+33
all depending packages have their dependencies satisfied by the new package. Essentially, split off this particular behavior as a special case of -f, so that -f works as before, unforced works as before, and one can give -D to override exactly this check, leaving all other checks intact. The -D flag is in support of make replace, as the workflow for make replace is that inter-package dependencies are sometimes violated (but then one must replace the depending packages, which is what pkg_rolling-replace does via the unsafe_depends flags). Bump PKGTOOLS_VERSION. Add missing break statement in option parsing of "pkg_add -C", riding the version bump. Discussed extensively on tech-pkg@ over the summer. OK pkgsrc-pmc@.
2010-09-14Update "x11-links" package to version 0.60:tron3-10/+8
- Fix a fundamental problem which meant that the package included links for builtin components that "pkgsrc" will not use because they are too old. - Remove NetBSD specific "pixman" hack that is no longer necessary.
2010-09-14Update "x11-links" package to version 0.56:tron3-5/+7
- Add a nasty hack to deal with the "pixman" issue under NetBSD 5.1* (and 5.0?) which provides an old version of "libpixman" with a higher major number than the package in "pkgsrc".
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-14Update "x11-links" package to version 0.55:tron3-5/+6
- Add "pthread-stubs.pc" which is required for "libxcb" under Mac OS X.
2010-09-11Fix comment.wiz1-1/+1
2010-09-11Add support for xcb-util.wiz6-9/+101
Bump to 0.54. While here, remove two _pic.a files from two other file lists -- no other file list included any _pic.a.
2010-09-11Update to 0.53:wiz3-52/+89
Remove xcb-utils files from xorg.libxcb and add symlinks for NetBSD-current's libxcb.
2010-09-11Update "x11-links" package to version 0.52:tron5-7/+37
- Add support for "xcb-proto".
2010-09-11Update "x11-links" package to version 0.51:tron4-5/+196
- Add support for "libxcb" under Mac OS X. Other platforms will need entries for ELF shared libraries.
2010-09-08Update "rpm2pkg" package to version 3.1.5:tron2-10/+5
- Use "@pkgdir" instead of "@exec mkdir ..." to create empty directories. - Don't add "@dirrm" lines for empty directories as they are now deleted automatically. Based on a suggestion by Thomas Klausner in private e-mail.
2010-09-07Update "rpm2pkg" to version 3.1.4:tron2-57/+18
Always treat symbolic links like file when generating the package list. A long time ago "pkg_install" didn't like symbolic links which is why "rpm2pkg" created "@exec" and "@unexec" lines in the package list. This does however cause false positive reported by the "CHECK_FILES" check. This should fix a part of PR pkg/41191.
2010-09-05Update "rpm2pkg" package to version 3.1.3:tron2-33/+57
- Avoid handling RPMs with uncompress data via "lzcat -f". - Improve handling of LZMA compression via "lzcat": - Fail early if the child process fails to start "lzcat". - Don't try to kill the chld process blindly when we close the parent end of the pipe. Check first whether it already terminated which is the normal case. Handling of RPM files with LZMA compression is now tested.
2010-09-05Update "rpm2pkg" package to version 3.1.2 (*sigh*):tron2-7/+13
Fix bug in last change which broke extracting RPMs via "lzcat" (which is now also used for uncompressed RPMs).
2010-09-05Update "rpm2pkg" package to version 3.1.1:tron2-5/+19
- Fix start of "lzcat" if "LZCAT" is not defined as a full pathname. - Handle short reads on the pipe to "lzcat".
2010-09-04Update "rpm2pkg" package to version 3.1:tron2-77/+165
- Implement a minimal parser for the RPM header section and use it to skip to the data section instead of searching for BZip2 or GZip magic headers. - Add untested support for LZMA compression. It currently uses "lzcat" from the "xz" package which is what "pkgsrc" itself uses to handle ".lzma" files.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-07-23pbulk-0.48: If pkg_add fails, remove binary packagejoerg2-5/+8
2010-07-20Update to 1.34:jmmv2-46/+4
- Remove pkg_install version check and rebuild if outdated. pkgsrc is supposed to do that for us. Addresses PR pkg/38323. - Don't bother to explicitly builddigest. pkgsrc DTRT nowadays when PKGSRC_COMPILER includes ccache/distcc.
2010-07-04Use a single pattern to match changes in the diff header so that a change tosbd2-8/+9
the input timestamp/name _and_/or output timestamp _and_/or line numbers changes handled. update version number to 0.123
2010-07-041) Add a space to the second white-space block, when matching filenames as somesbd1-7/+7
diff version must uses spaces to separate the filename and timestamp (that or somepeople do cut-n-pasting of patches). 2) add the comma "," to the pattern used to match line numbers, to match POSIX.
2010-06-20Update docs for some problems found during the png bump.wiz2-17/+17
Bump version.
2010-06-16pkg_install-20100616:joerg13-42/+69
- Recognize -C for pkg_add like the rest of the tools do - Do the existing check for pkg_add -f, it makes the combination of -f and -U a bit less surprising - Fix option handling for CHECK_VULNERABILITIES (from spz@) - Make end-of-life check the default. pkg_install.conf(5) can be used to override the default. The existing admin -e & co continue to work as before.
2010-06-15In patch files, comments are so useful that this is no longer arillig1-5/+5
warning that only applies when -Wextra is given. ok wiz@
2010-06-15pbulk-0.47:joerg3-8/+33
- Explicitly call make create-usergroup if USERGROUP_PHASE is specified and DESTDIR is active - If the current user is not root, don't use su. - Skip lines starting with # in the limited bulk build list.
2010-06-15Update "rpm2pkg" package to version 3.0.2. Changes since 3.0.1:tron2-5/+5
Avoid problems on 32-bit platforms by gently hinting the compiler how to do type expansion properly. This fixes PR pkg/43478 by Greg Oster.
2010-06-14Update "rpm2pkg" to version 3.0.1. Changes since 3.0:tron2-10/+12
- Fix detection of BZip2/GZip signature which would have failed if the signature was located behind a prefix of the signature. - Increase I/O buffer size so that "rpm2pkg" will usually find the data section after only one read(2) system call.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-13Update "rpm2pkg" to version 3.0. Changes since version 2.3:tron2-72/+131
- Don't use the original "rpm" libraries. All we need to do is to identify a file as an RPM file and afterwards find the BZip2 or GZip compressed section at the end of the file. - Use C99's "stdbool.h" instead of home-grown defines.
2010-06-11Fix build with gtk2-2.20.wiz1-1/+7
2010-06-10Update to 0.3.3.1 (on wip: 20100124) + a local patch to fix building onis4-3/+18
Solaris (and, I suspect, other autoconf-using architectures). En detail: 20100123: Many cleanups from stacktic - Replaced strstr's with str{n}cmp when possible - #ifdef'ed PROVIDES - Queries are now const chars 20100102: Solaris 10 support Mac OS X support Many cleanups from stacktic 20100101: Many fixes by stacktic : - Added -n (no-flag) - Various memleaks fixed - pkgname comparison fix - Cleaned up trailing spaces - Got rid of recursion ! 20091206: Added -l status flags 20091203: autoconf support percentage redraw fix (jmcneill) variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch) auto-lookup for SUMEXTS, removed options.mk (sketch) opensolaris fixes (sketch) repositories.conf variables substitution (tuxillo) impact mutex (Johannes Hofmann) SunOS 5.8 support (Mikhail T.)
2010-06-09for OpenBSD-4.7.obache4-4/+49
2010-06-06Force-set ManPath on Debian in order to work around silly things Debiandholland2-3/+10
ships in their imake templates, which otherwise result in pkgsrc man pages landing in /usr/share/man. PR 38248 (and possibly others).
2010-06-04Add pkgconfig file for xkeyboard-config. Bump x11-links version to 0.50.ghen4-5/+9
2010-06-02Added databases/db5 version 5.0.21adam1-4/+4
2010-05-31Reset PKGREVISION after update (oops). Should be quick enough...wiz1-2/+1
2010-05-31Apply patch from Bernd Ernesti in PR 43392, updating the packagewiz20-61/+148
for recent changes in NetBSD-current's xsrc. Bump version.
2010-05-30Add X11/extensions/shapeconst.hmartin2-2/+4
2010-05-28Tri-license it, adding the 2-clause BSD-license.wiz2-3/+4
OK dillo.
2010-05-12In SunOS, use cpp rather than ${CC} -E, as gcc -E is broken.tez2-3/+9
If /usr/ucb/lib/cpp is in the path before gnu cpp this could break things but that is not an expected situation. The only executable in /usr/ucb/lib is cpp, so there is no other reason to add it to the path. This should fix PR#42624
2010-05-06Add isc license as default acceptable license.obache1-1/+2
2010-05-05pbulk-base-0.41:joerg2-10/+19
Improve diagnostic message for dependency cycles by actually showing the path.
2010-04-30Update to x11-links-0.48sbd2-5/+4
This is just a simple version bump so that ${OS_VERSION} can be removed from the DISTNAME as this package now depends on 'pkgtools/osabi' Update BUILDLINK_API_DEPENDS.x11-links to match.
2010-04-30Added pkgtools/osabisbd1-1/+2
2010-04-30Import the 'osabi-${OPSYS}-${OS_VERSION}' as pkgtools/osabisbd3-0/+67
This is a dummy-package which is made a dependence for packages which are tightly bound to a specific version of an operating system, e.g. LKMs or sysutils/lsof. Such binary packages are not backwards compatible with other versions of the OS. The version number of this package should be similar to the operating system version (`uname -r' output).
2010-04-26+ ipafont to default_acceptable_license.obache1-1/+2
2010-04-23Start todo list for pkg_rolling-replace (not installed).gdt1-0/+2