summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2010-04-20pkg_install-20100421:joerg2-5/+5
Fix an off-by-one in the check for properly sized pkgdb entries. It rejected perfectly valid entries.
2010-04-20pkg_install-20100420:joerg15-112/+274
Extract dependencies of libarchive from the pkgconfig file and thereby drop knowledge of the needed libraries. At least some versions of HP-UX are known to not support %zu, add a workaround. This is using the black list approach for now. Recognize xz as compression type for pkg_create. The first time an error is hit while fetching packages, try to reget from the same position. This works around the server closing the connection while fetching dependencies.
2010-04-20Add workaround for broken pread/pwrite. This is needed at least onjoerg8-90/+207
HP-UX.
2010-04-15Link using the "-search_paths_first" option under Mac OS X to maketron1-1/+7
sure that the linker uses our static "libarchive.a" instead of the outdated dynamic library "/usr/lib/libarchive.dylib".
2010-04-15Update to 1.33:jmmv3-6/+15
* Make PKG_DBDIR customizable. This sets the variable in mk.conf, in pkg_install.conf and in the environment.
2010-04-14pkg_install-20100405:joerg9-259/+126
- Try to detect common forms of pkgdb corruption and issue a warning in that case. - Refactor the pkg_vulnerabilities logic to use the compression support from libarchive. This reduces the amount zlib/bzip2 interaction to the linkage.
2010-04-13Remove trailing space.wiz1-2/+2
2010-04-13Update to 1.32:jmmv3-28/+57
* Do not force the install target to take a full package name. pkg_add will automatically pick the latest version. * When building a package as part of makeroot, make sure it actually gets installed. This is to fix a regression with the switch to USE_DESTDIR=yes. Otherwise these packages will get rebuilt later on when needed. * It is common for calls to mktemp to have 6 placeholders in the template, not 4. Make it so.
2010-03-26Require zlib 1.2 for now, as zlib 1.1 doesn't like gzip headers andjoerg1-1/+3
would fail in the decompression code for pkg-vulnerabilities.
2010-03-24Pickup maintainership.sbd1-2/+2
2010-03-23Takeover maintainership.sbd1-2/+2
2010-03-21Pick up maintainership.joerg1-2/+2
2010-03-21Apply patch from PR 34942: Match prototype and body in staticness.joerg1-3/+3
2010-03-21Use ISO C99 / POSIX types. Should fix PR 40416.joerg5-19/+19
2010-03-21Reset maintainer, developer lost his commit bit.wiz7-14/+14
2010-03-20Don't have time to MAINTAIN these anymore, so back to pkgsrc-users@adrianp1-2/+2
2010-03-19Add man pages for audit-packages and download-vulnerability-list whichwiz8-5/+179
point to pkg_admin and notes that the scripts are obsolete. Bump version to 20100319.
2010-03-17Also need to overwrite config.sub, at least on Haiku OS.obache1-2/+3
2010-03-14Recognize PREV_PKGPATH.wiz1-1/+2
2010-03-11Updated pkglint to 4.93.rillig2-4/+6
Changes since 4.92: - Changes for the changing pkgsrc infrastructure - Added basic support for LICENSE expressions