Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-02 | Added databases/db5 version 5.0.21 | adam | 1 | -4/+4 | |
2010-05-31 | Reset PKGREVISION after update (oops). Should be quick enough... | wiz | 1 | -2/+1 | |
2010-05-31 | Apply patch from Bernd Ernesti in PR 43392, updating the package | wiz | 20 | -61/+148 | |
for recent changes in NetBSD-current's xsrc. Bump version. | |||||
2010-05-30 | Add X11/extensions/shapeconst.h | martin | 2 | -2/+4 | |
2010-05-28 | Tri-license it, adding the 2-clause BSD-license. | wiz | 2 | -3/+4 | |
OK dillo. | |||||
2010-05-12 | In SunOS, use cpp rather than ${CC} -E, as gcc -E is broken. | tez | 2 | -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-06 | Add isc license as default acceptable license. | obache | 1 | -1/+2 | |
2010-05-05 | pbulk-base-0.41: | joerg | 2 | -10/+19 | |
Improve diagnostic message for dependency cycles by actually showing the path. | |||||
2010-04-30 | Update to x11-links-0.48 | sbd | 2 | -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-30 | Added pkgtools/osabi | sbd | 1 | -1/+2 | |
2010-04-30 | Import the 'osabi-${OPSYS}-${OS_VERSION}' as pkgtools/osabi | sbd | 3 | -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. | obache | 1 | -1/+2 | |
2010-04-23 | Start todo list for pkg_rolling-replace (not installed). | gdt | 1 | -0/+2 | |
2010-04-20 | pkg_install-20100421: | joerg | 2 | -5/+5 | |
Fix an off-by-one in the check for properly sized pkgdb entries. It rejected perfectly valid entries. | |||||
2010-04-20 | pkg_install-20100420: | joerg | 15 | -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-20 | Add workaround for broken pread/pwrite. This is needed at least on | joerg | 8 | -90/+207 | |
HP-UX. | |||||
2010-04-15 | Link using the "-search_paths_first" option under Mac OS X to make | tron | 1 | -1/+7 | |
sure that the linker uses our static "libarchive.a" instead of the outdated dynamic library "/usr/lib/libarchive.dylib". | |||||
2010-04-15 | Update to 1.33: | jmmv | 3 | -6/+15 | |
* Make PKG_DBDIR customizable. This sets the variable in mk.conf, in pkg_install.conf and in the environment. | |||||
2010-04-14 | pkg_install-20100405: | joerg | 9 | -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-13 | Remove trailing space. | wiz | 1 | -2/+2 | |
2010-04-13 | Update to 1.32: | jmmv | 3 | -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-26 | Require zlib 1.2 for now, as zlib 1.1 doesn't like gzip headers and | joerg | 1 | -1/+3 | |
would fail in the decompression code for pkg-vulnerabilities. | |||||
2010-03-24 | Pickup maintainership. | sbd | 1 | -2/+2 | |
2010-03-23 | Takeover maintainership. | sbd | 1 | -2/+2 | |
2010-03-21 | Pick up maintainership. | joerg | 1 | -2/+2 | |
2010-03-21 | Apply patch from PR 34942: Match prototype and body in staticness. | joerg | 1 | -3/+3 | |
2010-03-21 | Use ISO C99 / POSIX types. Should fix PR 40416. | joerg | 5 | -19/+19 | |
2010-03-21 | Reset maintainer, developer lost his commit bit. | wiz | 7 | -14/+14 | |
2010-03-20 | Don't have time to MAINTAIN these anymore, so back to pkgsrc-users@ | adrianp | 1 | -2/+2 | |
2010-03-19 | Add man pages for audit-packages and download-vulnerability-list which | wiz | 8 | -5/+179 | |
point to pkg_admin and notes that the scripts are obsolete. Bump version to 20100319. | |||||
2010-03-17 | Also need to overwrite config.sub, at least on Haiku OS. | obache | 1 | -2/+3 | |
2010-03-14 | Recognize PREV_PKGPATH. | wiz | 1 | -1/+2 | |
2010-03-11 | Updated pkglint to 4.93. | rillig | 2 | -4/+6 | |
Changes since 4.92: - Changes for the changing pkgsrc infrastructure - Added basic support for LICENSE expressions | |||||
2010-03-11 | remove unused leftover | tnn | 1 | -2/+1 | |
2010-03-11 | simplify previous fix | tnn | 1 | -5/+3 | |
2010-03-11 | mawk(1) doesn't know how to take length() of an array. | tnn | 1 | -3/+6 | |
2010-03-10 | Updated the handling of the LICENSE variable. It is no longer a simple ↵ | rillig | 1 | -11/+23 | |
identifier, but may be a complex boolean expression. | |||||
2010-03-08 | Make sure to overwrite the config.guess script in libarchive for the | joerg | 1 | -1/+6 | |
sake of Interix. | |||||
2010-03-03 | Avoid conflicting types for `pgno_t', treat same as db_185.h in db[234]. | obache | 1 | -1/+9 | |
IRIX have it in sys/types.h as reported by PR42841. | |||||
2010-02-27 | Mention that '_' is the same as '.'. | wiz | 1 | -3/+5 | |
Noted missing by Aleksey Cheusov in PR 41148. | |||||
2010-02-27 | BSIZE and BSHIFT are defined by sys/param.h on HP-UX, so undef them | joerg | 1 | -1/+3 | |
first. | |||||
2010-02-26 | pbulk-base-0.40: | joerg | 2 | -5/+11 | |
Don't print all failed/successful jobs at the beginning, just a small message when it is done. | |||||
2010-02-25 | Remove "also" for Slader_LB. | wiz | 1 | -2/+2 | |
2010-02-24 | pbulk-0.46: Use stage-install instead of install. | joerg | 1 | -2/+2 | |
[Change in pbulk-0.45, but be explicit here] | |||||
2010-02-24 | pbulk-0.45: | joerg | 4 | -7/+20 | |
Make the age check for packages an option, but keep it enabled by default. | |||||
2010-02-24 | Split up RCS ID template differently, so that the +BUILD_INFO builder | joerg | 1 | -3/+3 | |
doesn't catch it. | |||||
2010-02-24 | Fix option order in SYNOPSIS. From Slader_LB. | wiz | 1 | -2/+2 | |
2010-02-24 | Refer to pkg_admin from -f flag. | wiz | 1 | -5/+9 | |
Make chroot reference an Xr. Downcase Package Database. Suggested by Slader_LB. | |||||
2010-02-24 | Downcase Package Database. | wiz | 1 | -3/+3 | |
2010-02-24 | Make sure that FILESDIR is a full path, so that the resulting +BUILD_INFO | joerg | 1 | -2/+2 | |
is consistent. |