summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2010-02-24pbulk-0.46: Use stage-install instead of install.joerg1-2/+2
[Change in pbulk-0.45, but be explicit here]
2010-02-24pbulk-0.45:joerg4-7/+20
Make the age check for packages an option, but keep it enabled by default.
2010-02-24Split up RCS ID template differently, so that the +BUILD_INFO builderjoerg1-3/+3
doesn't catch it.
2010-02-24Fix option order in SYNOPSIS. From Slader_LB.wiz1-2/+2
2010-02-24Refer to pkg_admin from -f flag.wiz1-5/+9
Make chroot reference an Xr. Downcase Package Database. Suggested by Slader_LB.
2010-02-24Downcase Package Database.wiz1-3/+3
2010-02-24Make sure that FILESDIR is a full path, so that the resulting +BUILD_INFOjoerg1-2/+2
is consistent.
2010-02-24Fix path to not confuse RCS ID check for +BUILD_INFO.joerg2-4/+4
2010-02-24Describe -A more clearly.wiz1-3/+3
2010-02-24Improve wording, remove unneeded Bk/Ek, various minor fixes.wiz1-18/+18
2010-02-20Sync with libarchive 2.8.0.joerg1-2/+3
2010-02-20Rename xfree.xpm to xfree.libXpm, so that xfree.mk will find it.bouyer2-2/+3
Fixes PR pkg/42827 and should also fix pkg/42671 once pulled up. PKGREVISION++
2010-02-20PR 38488: It looks like BSDish warn(3), it smells like BSDish warn(3),joerg2-9859/+2181
but it isn't BSDish warn(3). Do not use warn(3) family on Mac OS X, as it likes to vis(3) some arguments.
2010-02-20pkg_install-20100220:joerg7-46/+63
Try harder to give the user an idea which file failed. Addresses PR 42223.
2010-02-19Use REAL_ROOT_USER. Bump version.joerg1-3/+3
2010-02-18Regen.joerg1-20/+18
2010-02-18Reflect reality that pkg_add -uu == pkg_add -u.joerg2-19/+16
2010-02-18Update x11-links to 0.47.obache26-27/+55
support OpenBSD-4.6.
2010-02-16+ complain if LICENSE definition is missingwiz1-1/+2
2010-02-14* accept python26, no reason to reject it.obache2-47/+49
* include python/extension.mk and PYSITELIB in PLIST instead of hard coded python2.5. * PKGLOCALEDIR are handled automatically, no need to use in PLIST. * icontains *.desktop, so include desktop-file-utils/desktopdb.mk. Bump PKGREVISION.
2010-02-11fix inverted testtnn1-2/+2
2010-02-11might as well uniqify the FAILED and SUCCEEDED liststnn1-11/+3
2010-02-11- Clean up the error handling a bittnn2-30/+49
- Bomb if we couldn't extract the PKGPATH from an installed package. XXX the pkg_rr main loop has grown too large and should be split into functions.