Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-10 | bump version for glob() fix. | grant | 1 | -2/+2 | |
2003-12-10 | always use local glob() as some glob() implementations have security | grant | 6 | -121/+14 | |
issues. suggested by lukem. | |||||
2003-12-09 | Update pkgchk to 1.45: | abs | 2 | -5/+5 | |
-r should imply -i | |||||
2003-12-08 | shut up another escaping warning from gawk. | grant | 1 | -2/+2 | |
2003-12-08 | fix last; it's not 20031211 yet. | grant | 1 | -2/+2 | |
2003-12-08 | bump version for glob.[ch] fix. | grant | 1 | -2/+2 | |
2003-12-08 | always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren't | grant | 4 | -2/+94 | |
defined. | |||||
2003-12-08 | Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031121. | grant | 11 | -180/+192 | |
2003-12-08 | kill some superfluous escaping to shut up warnings from gawk. | grant | 1 | -10/+10 | |
2003-12-05 | Updated version that works on AIX. | erh | 1 | -2/+2 | |
2003-12-05 | Check for setenv and unsetenv independantly since setenv presence doesn't | erh | 4 | -6/+109 | |
always imply unsetenv. | |||||
2003-12-05 | AIX needs getopt_long. | erh | 1 | -2/+2 | |
2003-12-05 | On AIX h_errno is a function call. Don't try to redefine it. | erh | 1 | -1/+3 | |
2003-12-02 | Treat an empty HOSTDEF file as if it didn't exist. | gavan | 1 | -2/+2 | |
From Greg A. Woods. Fixes PR pkg/22957. | |||||
2003-11-23 | We're not ready for pkgviews yet! | jlam | 1 | -3/+1 | |
2003-11-23 | Be more verbose about when we symlink the font programs. | jlam | 2 | -2/+8 | |
2003-11-23 | Update the host.def file during view (de)installation. Also deal with | jlam | 4 | -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-20 | When there is no distinfo file, do not apply patches we would not | cube | 1 | -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-10 | Add (back) empty distinfo file to mark that this package has no | hubertf | 1 | -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-29 | Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031003. | jlam | 12 | -485/+867 | |
New features include fetching binary packages using HTTP (thanks wiz!) and some minor speed optimizations for pkg_delete. | |||||
2003-10-27 | Update to version 0.3. | seb | 3 | -4/+9 | |
Add support for NetBSD 1.6.2. XXX The "release date" is fiction. | |||||
2003-10-20 | XFree86 4.3.0 and above have "libXrender.so.1.2". Problem pointed on by | tron | 2 | -3/+4 | |
Bernd Ernesti. | |||||
2003-10-19 | we suggest setting XAPPLRESDIR in /etc/profile and /etc/csh.login, so | grant | 1 | -1/+7 | |
provide a csh example as well as a bourne shell example. | |||||
2003-10-19 | s/${X11BASE}/$${X11BASE}/ in COMMENT | grant | 1 | -2/+2 | |
2003-10-18 | Adapt to latest shared library changes in NetBSD's X11 sources and | tron | 2 | -3/+10 | |
XFree86-current. | |||||
2003-10-18 | s,/usr/X11R6/,$${X11BASE}, in COMMENT. | grant | 1 | -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-15 | Welcome to version 2.8. | salo | 2 | -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-13 | Update pkgtools/x11-links to 0.16. | veego | 3 | -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-12 | Fix typo. | jlam | 1 | -2/+2 | |
2003-10-12 | name jlam as the guilty party who wrote this. | grant | 1 | -2/+2 | |
2003-10-12 | move src2nbcompat from pkg_install to libnbcompat. | grant | 1 | -1/+1 | |
2003-10-11 | Teach lintpkgsrc how to handle empty() conditionals. | wiz | 2 | -4/+6 | |
Closes second part of PR 23126. Welcome to 3.65!. | |||||
2003-10-11 | ensure pkg_admin is called with the full path and use the right | grant | 2 | -17/+22 | |
directory for man pages in the PLIST. fixes remaining part of PR pkg/21858 from Jeremy C. Reed. | |||||
2003-10-10 | use !defined instead of ! for testing if {,U}LLONG_MAX is defined. | grant | 1 | -3/+3 | |
fixes build on bsdi, noted by Jeremy C. Reed on tech-pkg. | |||||
2003-10-06 | add TAR_CMD to DEFS to ensure we use the full path to tar. | grant | 1 | -2/+2 | |
noted by Pierre Bourgin on tech-pkg. | |||||
2003-10-06 | fix handling of DISTDIR. patch from Sebastian Prause on tech-pkg. | grant | 2 | -4/+5 | |
bump to 3.64. | |||||
2003-10-06 | Catch up. | mycroft | 2 | -3/+36 | |
2003-10-04 | Update pkgchk to 1.44 - add a -g option to generate an initial pkgchk.conf | agc | 3 | -7/+20 | |
file based upon the packages currently installed on the host machine. | |||||
2003-10-04 | Remove occurrences of pkgsrc.conf in favor of pkgchk.conf. | seb | 1 | -4/+4 | |
2003-10-01 | Update pkglint to 3.63: | abs | 2 | -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-01 | Update pkgchk to 1.43: | abs | 2 | -4/+4 | |
Additional duplicate check in -l | |||||
2003-10-01 | Update pkgchk to 1.42 | abs | 3 | -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-30 | Update to version 0.2. | seb | 2 | -7/+6 | |
Fix a mostly harmless bug: a utsname.machine string was added at the end of utsname.version string. | |||||
2003-09-30 | Update pkglint to 3.62: | abs | 2 | -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-28 | Document why we include the various buildlink3.mk files. | jlam | 1 | -1/+4 | |
2003-09-25 | define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed} | grant | 1 | -1/+2 | |
in linkfarm.sh and pkg_view.sh. | |||||
2003-09-23 | sync with NetBSD-current after updates from wiz. | grant | 12 | -140/+216 | |
2003-09-23 | bump date | grant | 2 | -10/+10 | |
2003-09-23 | add --with-{ftp,mtree,pax,tar} to allow overriding the commands that | grant | 7 | -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-23 | sync with NetBSD-current's pkg_install-20030923. | grant | 47 | -148/+179 | |