summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2003-12-02Treat an empty HOSTDEF file as if it didn't exist.gavan1-2/+2
From Greg A. Woods. Fixes PR pkg/22957.
2003-11-23We're not ready for pkgviews yet!jlam1-3/+1
2003-11-23Be more verbose about when we symlink the font programs.jlam2-2/+8
2003-11-23Update the host.def file during view (de)installation. Also deal withjlam4-8/+22
the font program symlinks at both view-deinstall and normal deinstallation time since the files aren't listed in the PLIST (the font programs are handled completely by the INSTALL/DEINSTALL scripts).
2003-11-20When there is no distinfo file, do not apply patches we would notcube1-2/+0
normally apply: treat them as if the distinfo file was empty. This solves the reason why pkgtools/pkg_install/distinfo was resurrected, and allows us to remove it again, since it had the side effect of introducing a dependency on digest, which is not acceptable when updating pkg_install: it made it impossible to use the pkgsrc tree, as reported by several people.
2003-11-10Add (back) empty distinfo file to mark that this package has nohubertf1-0/+2
patches (any more). This prevents SUP users who dont use the "delete" flag properly to accidentally apply the patches they still have (which is the reason why we keep patches in the distinfo file at all).
2003-10-29Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031003.jlam12-485/+867
New features include fetching binary packages using HTTP (thanks wiz!) and some minor speed optimizations for pkg_delete.
2003-10-27Update to version 0.3.seb3-4/+9
Add support for NetBSD 1.6.2. XXX The "release date" is fiction.
2003-10-20XFree86 4.3.0 and above have "libXrender.so.1.2". Problem pointed on bytron2-3/+4
Bernd Ernesti.
2003-10-19we suggest setting XAPPLRESDIR in /etc/profile and /etc/csh.login, sogrant1-1/+7
provide a csh example as well as a bourne shell example.
2003-10-19s/${X11BASE}/$${X11BASE}/ in COMMENTgrant1-2/+2
2003-10-18Adapt to latest shared library changes in NetBSD's X11 sources andtron2-3/+10
XFree86-current.
2003-10-18s,/usr/X11R6/,$${X11BASE}, in COMMENT.grant1-2/+2
yes, this deliberately does not expand ${X11BASE}, as that would lead to the same confusion (X11R6 vs. openwin, etc.) when we use this pkg's COMMENT on the web site/search.
2003-10-15Welcome to version 2.8.salo2-6/+7
- Do not list pkgconfig files as libraries. - Save one grep and be more precise about removing pkgconfig and intltool buildlink2 file inclusions.
2003-10-13Update pkgtools/x11-links to 0.16.veego3-4/+14
Changes include supporting XFree86-4.3.99.14 aka XFree86-current. Added some new library versions and some freetype2 include files. And bump the required version number in the bsd.buildlink mk's.
2003-10-12Fix typo.jlam1-2/+2
2003-10-12name jlam as the guilty party who wrote this.grant1-2/+2
2003-10-12move src2nbcompat from pkg_install to libnbcompat.grant1-1/+1
2003-10-11Teach lintpkgsrc how to handle empty() conditionals.wiz2-4/+6
Closes second part of PR 23126. Welcome to 3.65!.
2003-10-11ensure pkg_admin is called with the full path and use the rightgrant2-17/+22
directory for man pages in the PLIST. fixes remaining part of PR pkg/21858 from Jeremy C. Reed.
2003-10-10use !defined instead of ! for testing if {,U}LLONG_MAX is defined.grant1-3/+3
fixes build on bsdi, noted by Jeremy C. Reed on tech-pkg.
2003-10-06add TAR_CMD to DEFS to ensure we use the full path to tar.grant1-2/+2
noted by Pierre Bourgin on tech-pkg.
2003-10-06fix handling of DISTDIR. patch from Sebastian Prause on tech-pkg.grant2-4/+5
bump to 3.64.
2003-10-06Catch up.mycroft2-3/+36
2003-10-04Update pkgchk to 1.44 - add a -g option to generate an initial pkgchk.confagc3-7/+20
file based upon the packages currently installed on the host machine.
2003-10-04Remove occurrences of pkgsrc.conf in favor of pkgchk.conf.seb1-4/+4
2003-10-01Update pkglint to 3.63:abs2-4/+9
perl 5.6.1 realpath() cannot handle files, only directories. Handle this case, with the only downside that if the last component in an include path is a symlink the 'performance boost' duplicate check may not work. Reported by Todd Vierling
2003-10-01Update pkgchk to 1.43:abs2-4/+4
Additional duplicate check in -l
2003-10-01Update pkgchk to 1.42abs3-25/+118
Update -L: Do not reset the logfile at the start of each package. Also try to make the 'tail' of the logfile in the event of an error more useful. Implement -l: List the filename for all binary packages (including the exact dependencies against which each package was built) based on pkgchk.conf. Will abort if a binary package is missing. This can be used (in conjunction with -U and -D) to determine what packages would need to be copied to a remote machine to ensure it was completely up to date.
2003-09-30Update to version 0.2.seb2-7/+6
Fix a mostly harmless bug: a utsname.machine string was added at the end of utsname.version string.
2003-09-30Update pkglint to 3.62:abs2-17/+14
lintpkgsrc - handle the buildlink include fest: - Using realpath() to fix exclude of duplicate includes speeds up 'lintpkgsrc -rp' on a PIII-500 from 40 minutes to 3 - Excluding buildlink[^/]*.mk files unless -d is specified further speeds up to just under 1 minute
2003-09-28Document why we include the various buildlink3.mk files.jlam1-1/+4
2003-09-25define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed}grant1-1/+2
in linkfarm.sh and pkg_view.sh.
2003-09-23sync with NetBSD-current after updates from wiz.grant12-140/+216
2003-09-23bump dategrant2-10/+10
2003-09-23add --with-{ftp,mtree,pax,tar} to allow overriding the commands thatgrant7-53/+93
pkg_install calls, and pass the full path for each from the pkg Makefile. fixes issue with pkg_add and pkg_create calling non-existent or less-than-functional tools since it relied on $PATH.
2003-09-23sync with NetBSD-current's pkg_install-20030923.grant47-148/+179
2003-09-23no need to pass $(DEFS) to $(CC) twice.grant6-12/+12
2003-09-23clean up autoconf generated files in view/grant1-1/+3
2003-09-23config.lineno -> configure.linenogrant1-2/+2
2003-09-23Provide prototypes for setmode and getmode functions if necessary.jschauma1-1/+9
This fixes build problems of mtree and pax on Irix.
2003-09-21Make lintpkgsrc handle .includes correctly. Welcome to 3.61.wiz2-5/+23
2003-09-19Fix PLIST. Closes PR 20853 by FUKAUMI Naoki.wiz1-1/+4
2003-09-19shut up the 'do nothing' shell commentsgrant2-5/+5
2003-09-19test's -e operator doesn't work with the sh built-in test on Solaris,grant1-2/+2
use ${TEST} -e instead. noted by mlh@goatnospamhill.org on tech-pkg@.
2003-09-19Whitespace issues.jlam2-8/+11
2003-09-18remove redundant USE_BUILDLINK2, as we set NO_BUILDLINK later.grant1-2/+1
2003-09-18ensure CC is set correctly when running configure in libnbcompat.grant1-2/+3
2003-09-18Update to 2.7:jmmv2-5/+6
- Do not include pkgconfig's nor intltool's dependancies in new generated bl2 files. These are *build* dependancies, and the package providing the bl2 should not assume we will be using them.
2003-09-16Add support for wildcards and mutiple packages on the command line.erh3-66/+89
Bump version to 1.5.