summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2003-04-30Add a new -m option that prints sh script which invokes make for eachatatat3-67/+274
"interesting" package, where "interesting" is defined by the other options given on the command line. Rework the "rebuild", "delete", and "fetch" output modes to use a new generic routine invoked with (the new) -m option. Other new options are: -a all packages (to make more packages becoming "interesting") -e adds an "existence check" to each of the lines of sh(1) style output (ala the current rebuild output) -r reverses the order in which the packages are listed -S package selects a subgraph of the installed package base -s print a simple list of packages instead of sh commands Also: fix a dreadful bug in the group number assignment loop. Groups are now assigned more properly, meaning that wholely selected subgraphs (via the new -S option) work. Welcome to version 2.5.
2003-04-30Add some code to the "stored database" to deal with counting packagesatatat2-8/+29
that have multiple versions (eg, apache or emacs), so that the number of packages loaded when generating the database will match the number loaded from the database afterwards. Curiously, reorganizing the code a little makes the stored database about 20-25% smaller. Old stored databases are still completely supported. Jump to version 3.53.
2003-04-29Update createbuildlink to 2.6. Changes include:rh3-10/+11
- use of ${MAKE} instead of 'make' in the script so this works on non-NetBSD systems as well - s/NetBSD/pkgsrc/ in the manual page
2003-04-27work around the need for rpl_malloc (induced by config.h), since wegrant1-2/+11
don't need a GNU compatible malloc() here. a GNU compatible malloc() is still used in libnbcompat.a if it is required. fixes build on (at least) Tru64.
2003-04-24Remove the package name from the COMMENTagc1-2/+2
2003-04-23Update to version 20030423 via patch from src/usr.sbin/pkg_install.seb2-4/+9
>Log Message: >pkg_add fix: >When doing quick pre-check if any conflicting dependencies are installed >and a dependency is not found installed do not try to search for a wildcarded >(-[0-9]* suffix) package if the dependency was already wildcarded. > >This prevent something like 'p5-Net-DNS-0.33' reported as an already >installed version of 'p5-Net-[0-9]*' as a dependency. >Before this fix 'p5-Net-[0-[0-9]*' would have been incorrectly searched for. > >Reviewed by hubertf@. > >Bump PKGTOOLS_VERSION to 20030423. > > >To generate a diff of this commit: >cvs rdiff -r1.81 -r1.82 src/usr.sbin/pkg_install/add/perform.c >cvs rdiff -r1.26 -r1.27 src/usr.sbin/pkg_install/lib/version.h
2003-04-23Update url2pkg to 1.23. In this version, the SourceForge magic now worksrh2-5/+5
with or without the '?use_mirror=.*' suffix.
2003-04-223.52: Fix last in case the file exists (doh).wiz2-10/+10
2003-04-223.51: Yell if .included files do not exist.wiz2-5/+10
2003-04-22Update url2pkg to 1.22. Notable changes include:rh2-11/+21
- conversion of prdownloads.sourceforge.net URLs to MASTER_SITE_SOURCEFORGE - pre-fill CATEGORIES from the directory name - educated guess about the HOMEPAGE
2003-04-21Update url2pkg to 1.21. Notable changes include:rh2-23/+50
- now sets USE_PKGLOCALEDIR if .mo or .gmo files are found - now recognizes GCONF schemas - no PKGCONFIG_OVERRIDE statements for -uninstalled .pc.in files - some minor code cleanup
2003-04-20sync with bootstrap:grant5-15/+15
make sure man pages get installed into a sane location if --mandir is not specified.
2003-04-19Update pkglint to 3.50. This version does a (slightly) better job atrh2-3/+8
Makefile variable parsing and lets "VARNAME=" override "VARNAME?=" definitions. This should also fix the current bogus warnings about distinfo in the weekly pkgsrc output.
2003-04-17Add a list of things to be done, most of them based on dmcmahill@ comments.jmmv1-0/+22
2003-04-17sync with bootstrap and -current:grant3-17/+15
- pkg_admin getcwd() fix. - pkg_delete checksum mismatch warning. - crank PKGTOOLS_VERSION.
2003-04-17sync with bootstrap, remove an unnecessary cast which found its way ingrant1-3/+3
here.
2003-04-17Initial import of dfdisk, version 1.0:jmmv1-0/+14
dfdisk is an utility that adds extra functionality to pkgsrc, allowing it to fetch distfiles from multiple locations. It currently supports the following methods: CD-ROM and Network. Others may be added in the future.
2003-04-17Initial import of dfdisk, version 1.0:jmmv2-0/+57
dfdisk is an utility that adds extra functionality to pkgsrc, allowing it to fetch distfiles from multiple locations. It currently supports the following methods: CD-ROM and Network. Others may be added in the future.
2003-04-17Add and enable dfdisk.jmmv1-1/+2
2003-04-17Initial import of dfdisk, version 1.0:jmmv3-0/+738
dfdisk is an utility that adds extra functionality to pkgsrc, allowing it to fetch distfiles from multiple locations. It currently supports the following methods: CD-ROM and Network. Others may be added in the future.
2003-04-17Initial import of dfdisk, version 1.0:jmmv1-0/+5
dfdisk is an utility that adds extra functionality to pkgsrc, allowing it to fetch distfiles from multiple locations. It currently supports the following methods: CD-ROM and Network. Others may be added in the future.
2003-04-16Drop a trailing space, and simplify some mdoc.wiz1-4/+4
2003-04-11sync with current:grant2-8/+8
darwin doesn't have uint64_t, use int64_t for now.
2003-04-11sync with -current:grant1-3/+3
improve a message.
2003-04-11catch up to bootstrap.grant9-44/+108
bump PKGTOOLS_VERSION to 20030411.
2003-04-11only include db1 support if on NetBSD. fixes updating problem on Solaris.grant1-2/+6
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-04-09Update to version 0.108.seb2-4/+4
Newer diffutils' (>=2.8, as seen in pkgsrc and -current) diff had seen the regexp syntax of its -I and -F options changed from Emacs syntax to grep syntax. Hence fix pkgdiff's diff invocation so diffs on configure scripts are kept to a minimum.