summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2003-06-30test for getmode(), setmode(), isblank(), strmode(), tzfile.h.grant4-24/+129
bump to 20030630.
2003-06-30bump to 20030630grant1-2/+2
2003-06-30s/#if !/#ifndef/, since the former confuses some C pre-processorsgrant1-30/+30
2003-06-30fix rcsidgrant1-1/+1
2003-06-30remove config.h in distclean target, not clean.grant1-3/+3
2003-06-29Add BUILDLINK_FILES for IRIX64.jschauma1-1/+44
2003-06-28update to 20030627. sync with -current:grant2-7/+13
---------------------------- revision 1.58 date: 2003/06/27 05:01:21; author: lukem; state: Exp; lines: +7 -1 If _rc_subr_loaded=true, "return" immediately, otherwise set that var and continue as normal. Gains ~ 2 seconds on 110 runs of ". rc.subr" on a shark. Suggested by Andrew Cagney in [bin/18400] ---------------------------- revision 1.57 date: 2003/06/27 04:06:01; author: lukem; state: Exp; lines: +2 -2 run_rc_command(): when checking if ${command} exists before executing it, be sure to check under ${name_chroot} (if set). Fix from Ed Ravin in [bin/18523] ---------------------------- revision 1.56 date: 2003/06/03 14:00:45; author: christos; state: Exp; lines: +4 -4 Use more concise shell syntax: 1. for i in $* -> for i 2. foo=$* -> foo="$@"
2003-06-26Synch with basesrc:jschauma1-7/+7
Quote % characters in macro lines.
2003-06-26Synch with basesrc:jschauma1-3/+3
deleting as non-root works fine, so don't insist on running as root
2003-06-24Make pax compile on Irix by including pwcache.h, which now includesjschauma1-1/+17
forward declarations of the uid_from_user functions.
2003-06-24add prototype for isblank() to avoid implicit declarationgrant2-0/+8
add RCS Id
2003-06-23not all systems define all of the time related constants wegrant1-9/+33
need in tzfile.h, avoid redefinition warnings.
2003-06-23Only need to #include <digest-types.h> once. Discovered during syncatatat1-4/+2
with bootstrap-pkgsrc/digest.
2003-06-23remove old pax package (moved to archivers/pax).grant9-727/+1
2003-06-23add getopt, getopt_long.grant9-21/+621
include tzfile.h and sys/mkdev.h in nbcompat.h. bump to 20030622.
2003-06-23Allow this to work on Linux (at least Slackware 8.1).grant2-4/+16
2003-06-23no need for defaults/rc.conf.grant4-273/+6
minor whitespace fix. bump to 20030622.
2003-06-19add rc.subrgrant1-1/+2
2003-06-19Initial import of rc.subr into The NetBSD Packages Collection.grant10-0/+1294
This package allows you to use rc.subr-style rc scripts (such as those included in pkgsrc) on other operating systems.
2003-06-19Fix a bug which caused "pkg_chk" not to check all packages on system withtron2-4/+4
many (>500) packages installed. Bump package version to 1.39.
2003-06-19Add and enable pkg_install-info.wiz1-1/+2
2003-06-18Update pkgchk to 1.38:abs2-4/+4
Handle 'PKGPATH=' and 'PKGPATH= ' in pkg_info -B. From Marc Recht in PR pkg/21895
2003-06-16Redde Caesari quae sunt Caesaris...seb4-7/+5
2003-06-16A function that is declared to return an int *really ought to do do*.atatat1-2/+4
I expect that since all possible code paths through this function did, as their last step, an assignment of what was to be the return value, that the registers somehow ended up nicely arranged after we fell out of the bottom of the function. But it's still better just to return a value.
2003-06-16Update pkgchk to 1.37:abs2-4/+4
Run 'make update' with 'CLEANDEPENDS=yes' to clean up after us as we go
2003-06-15Update pkglint to 3.55:abs2-5/+10
- In lintpkgsrc check for invalid PKGREVISION, and handle PKGREVISION=0
2003-06-15Reword the guts of digest so that the entry points into the variousatatat1-162/+80
hashes (fooInit(), fooUpdate(), fooFinal(), and fooFile()) are in the array of structs that list the digests we support. This makes the code somewhat simpler, easier to patch, and makes it much easier to add new algorithms. Note that since this *only* changes the inner workings of the digest program, we don't need to touch the version number. Approved (finally) by agc. :)
2003-06-14Add support to pkgdiff for the environment variable PKGDIFF_FMT. Thisatatat3-8/+22
allows you to get context style or plain diffs from mkpatches or pkgdiff, instead of the default unified format. Sometimes it's very nice to be able to look at a different diff format.
2003-06-12Use ${MAKE}, too.jschauma2-5/+6
2003-06-12Initial buildlink2 for X under IRIX.jschauma2-2/+621
XSgi is based on Release 6 of the X Consortium distribution, but it also has a whole bunch of symlinks into Motif libraries and headers. When installing the links, grab the right ABI.
2003-06-10GNU TeXinfo's gettext.h unconditionally include locale.h whenseb4-6/+168
__sun is defined by cpp. Hence the build was quite broken on Solaris. Fix by adding configure bits to check for locale.h, setlocale() and LC_MESSAGES. Build is now ok on Solaris 9 and Solaris 8. Bump PKGREVISION.
2003-06-10Update to 1.110: make grep only match closed CVS tags (including thewiz2-4/+4
second $).
2003-06-10Darwin 5.5 does not have getopt.h (says schmonz@, thanks for the report).seb5-3/+1652
Fix this once for all the way GNU TeXinfo does it: provide GNU getopt* sources and unconditionally compile them! Bump PKGREVISION.
2003-06-10use wildward for installed header files rather than listing eachgrant1-17/+2
individually.
2003-06-10protect against multiple inclusiongrant1-0/+5
2003-06-10test for both getmode() and setmode().grant4-6/+94
2003-06-09Initial import of pkg_install-info version 4.5 into the NetBSD Packagesseb19-0/+7515
Collection. This package provides a standalone GNU install-info utility.
2003-06-09regen after bumping dategrant1-9/+9
2003-06-09add isblank() and strmode().grant6-10/+218
bump to 20030609.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma3-6/+6
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-31Whitespace policecjep1-3/+3
2003-05-28Use .Aq instead of <>.wiz1-3/+5
2003-05-28Update to version 0.109.seb2-13/+24
Belatedly document pkgvi's '+command' option per zuntum@ request. As textproc/groff now brings in a lot of dependencies don't make it a build dependency for this package on Solaris. XXX Hence do not install any man pages on Solaris. This is a temporary stopgap measure. Do people really want a somewhat important number of dependencies installed just to be able to do 'man mkpatches'? I surely don't... A better solution has to be devised. But as added bonus this package now handles gracefully MANINSTALL setting. See you have not lost everything!
2003-05-28Update pkg_tarup to 1.4. Changes:hubertf3-5/+45
- Add pkg_tarup_all to tarup a pkg plus all it's dependencies.
2003-05-27Remove "country code" check -- a remnant from FreeBSD times. Update to 3.54.wiz2-7/+3
2003-05-25Commit the recent 'setmode' change here, too, as pointed out by grant.jschauma1-1/+1
2003-05-22Add some more protoypes in extern.h and check for setmode to shut up somejschauma3-3/+23
warnings.
2003-05-22Update pkgchk to 1.36:abs2-4/+5
When passed -f run fetch on all packages to be updated, not just the set suitable for 'make update'. Should fix PR 16785.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv6-9/+9
2003-05-06Update pkgchk to 1.35:abs2-4/+8
Handle missing /etc/mk.conf - fixes PR pkg/21471 from Tomasz Luchowski