summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-11remove unused leftovertnn1-2/+1
2010-03-11simplify previous fixtnn1-5/+3
2010-03-11mawk(1) doesn't know how to take length() of an array.tnn1-3/+6
2010-03-10Updated the handling of the LICENSE variable. It is no longer a simple ↵rillig1-11/+23
identifier, but may be a complex boolean expression.
2010-03-08Make sure to overwrite the config.guess script in libarchive for thejoerg1-1/+6
sake of Interix.
2010-03-03Avoid conflicting types for `pgno_t', treat same as db_185.h in db[234].obache1-1/+9
IRIX have it in sys/types.h as reported by PR42841.
2010-02-27Mention that '_' is the same as '.'.wiz1-3/+5
Noted missing by Aleksey Cheusov in PR 41148.
2010-02-27BSIZE and BSHIFT are defined by sys/param.h on HP-UX, so undef themjoerg1-1/+3
first.
2010-02-26pbulk-base-0.40:joerg2-5/+11
Don't print all failed/successful jobs at the beginning, just a small message when it is done.
2010-02-25Remove "also" for Slader_LB.wiz1-2/+2