summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2008-05-25Fix hpux bugfix. __strtoll needs inttypes.htnn3-5/+5
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo1-2/+2
2008-05-24Trust configure to pick the right install(1).tnn1-2/+2
2008-05-24"I claim this planet in the name of Mars, hmm, isn't that lovely, hmm?"abs1-2/+2
(Set OWNER to abs@NetBSD.org)
2008-05-24minor nits and commentstnn1-5/+8
2008-05-24fix pasteotnn1-1/+0
2008-05-24Added pkgtools/compat_headerstnn1-1/+2
2008-05-24Import compat_headers-0.1 as pkgtools/compat_headers.tnn17-0/+14104
This package attempts to resolve deficiencies in system headers by providing missing types, definitions and prototypes in shadow headers. New in this version: - Rewrote all of the tests to use autoconf. - Implemented tests and support for more standard integer types.
2008-05-23Remove pkgtools/posix_headerstnn1-2/+1
2008-05-23Since posix is a registered trademark and this package by no means providestnn15-270/+0
nor intends to provide full posix(r) compatibility, I've decided to rename it. An improved version of the package will be re-imported later, probably under the name "compat_headers".
2008-05-22Fix typotnn1-3/+3
2008-05-21Bump version to 1.93:dillo2-6/+8
- Explicitly clear automatic flag for packages user wants installed that got pulled in previously. - Only ignore pkg_summary.gz in local repository if newer files with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz created by pbulk would be ignored because pkg_summary.bz2 is newer.) Okayed by abs@.
2008-05-21update pkglint to 4.86 - necessary bu not sufficient to handle OWNER inabs3-5/+7
Makefiles. As a first pass make MAINTAINER optional and add an optional OWNER directly after it in the same section. This will pass valid OWNER/MAINTAINER combinations but not reject some invalid ones. Full fix (hopefully) coming soon...
2008-05-21- Actually show usage() instead of entering an infinite loop.tnn2-6/+14
- improve usage - bump version to 1.1
2008-05-20Try to fix a bootstrap failure reported on Slackware 12.1. Untested.tnn1-2/+4
2008-05-19libnbcompat-20080519:joerg3-15/+12
Many of the hash function headers are incompatible with the OpenSSL headers, so don't include them by default and require the caller to include them on demand.
2008-05-16Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes.tnn1-2/+2
2008-05-15Shift after -K.joerg1-0/+2
2008-05-15+ pkg_leavesjoerg1-1/+2
2008-05-15As requested on IRC, add pkg_leaves-1.0:joerg4-0/+98
pkg_leaves is a small script to print a list of leaf packages aka packages not depended on.
2008-05-11Bump version to 20080510.joerg2-11/+11
2008-05-11As workaround for PR 38625, rebuild with autoconf 2.61.joerg1-1477/+1060
2008-05-09Fix a bug in the SHA512 implementation that would be triggered if thejoerg1-1/+1
last block has exactly the length of a short fragment. This happened incidently with two files in the NetBSD 4.0 release.
2008-05-09digest-20080509:joerg4-1072/+1496
The tiger hash needs to run at least once through the update function, even for empty input. The fix is different from the patch in PR 36565.
2008-05-082-clause my license.wiz2-15/+3
2008-05-03Oops, it was already 1.91 before my previous commit. Bump versionapb1-2/+2
to pkg_chk-1.92. (Thanks wiz)
2008-05-02Bump version to pkg_chk-1.91:apb3-46/+57
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf, and /etc/mk.conf, in that order. * Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF, ".", "..", "../..", and "/usr/pkgsrc", in that order. * Convert the Makefil to use the SUBST framework. Proposed in tech-pkg; OK (in principle) David Brownlee
2008-05-02Bump version to pkg_rolling-replace-0.16:apb3-16/+52
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf, and /etc/mk.conf, in that order. * Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF, ".", "..", "../..", and "/usr/pkgsrc", in that order. Proposed in tech-pkg; OK Greg Troxel.
2008-04-29Drop clauses 3 and 4 from TNF licensesmartin49-400/+57
2008-04-26Revert last change, it was not intended to go into HEAD.joerg20-1289/+3587
2008-04-26Add a clean pkg_add implementation on top of libarchive and libfetch.joerg20-3587/+1289
Known regressions: - "pkg_add -" (aka reading from stdin) is currently not supported - "pkg_add -s" is not supported either - no progress reports for the downloads - binary packages with hardlinks created by pkg_create before pkg_install-20080422 will not extract correctly (libarchive issue) - no adhoc check for potential conflicts between dependencies and already installed packages Features: - Twice as fast for the typical case of /var/tmp and /usr/pkg on different filesystems - Standalone - implicit conflict detection before actual installation.
2008-04-23update pkg_chk to 1.91:abs2-3/+11
- Use a local pkg_summary.gz iff it is the most recently modified file in the PACKAGES/All directory
2008-04-23Make pkg_delete with -p actually work. Prepending the prefix doesn'tjoerg1-8/+12
work as it will still use the one in the package. Use the approach from pkg_add to override it instead.
2008-04-23Use id -un for whoami on QNX.joerg1-2/+2
2008-04-23pkg_install-20080423:joerg2-48/+75
Make the linkresolver code more robust.
2008-04-23Requires libarchive 2.5.joerg1-1/+4
2008-04-23rc.subr-20080423: Add QNX support.joerg2-4/+14
From Christian Leutloff on tech-pkg.
2008-04-22Restore symlinks as the code was accidently removed.joerg1-2/+5
2008-04-22pkg_install-20080422:joerg2-56/+24
Make use of the linkresolver from libarchive and thereby fix the permissions of hardlinks in archives. This wasn't a problem so far as nbpax is (incorrectly) ignoring the permissions of the other entries.
2008-04-21libnbcompat-20080422:joerg5-2413/+4070
Check if stdio.h declares vasprintf and snprintf and provide a prototype otherwise.
2008-04-20Detect socket and gethostbyname requirements for Solaris.joerg2-1468/+1825
2008-04-18Move get_dash_string to pkg_create as only user.joerg3-27/+17
Remove str_lowercase.
2008-04-18Nuke unused macros.joerg1-10/+1
2008-04-18Mark this package MAKE_JOBS_SAFE=no.bjs1-1/+3
2008-04-17Don't let a mathematican add numbers with less than 20 digits. Fix thejoerg2-3/+3
the offset for November and December and welcome libnbcompat-20080416.
2008-04-16pkg_install-20080415:joerg6-7/+136
Add audit-history subcommand for pkg_admin, that lists all known vulnerabilities for a given base package name. E.g. if you run a web server, don't run "pkg_admin audit-history php" before going to bed.
2008-04-15Refactor by moving logic for IGNORE_URL into subfunction.joerg1-23/+31
2008-04-15bootstrap-mk-files-20080415:joerg2-34/+4
Don't bother with real dependency tracking, just touch .depend.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam6-64/+65
through PLIST_SUBST to the plist module.