Age | Commit message (Expand) | Author | Files | Lines |
2003-10-29 | Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031003. | jlam | 12 | -485/+867 |
2003-10-27 | Update to version 0.3. | seb | 3 | -4/+9 |
2003-10-20 | XFree86 4.3.0 and above have "libXrender.so.1.2". Problem pointed on by | tron | 2 | -3/+4 |
2003-10-19 | we suggest setting XAPPLRESDIR in /etc/profile and /etc/csh.login, so | grant | 1 | -1/+7 |
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 |
2003-10-18 | s,/usr/X11R6/,$${X11BASE}, in COMMENT. | grant | 1 | -2/+2 |
2003-10-15 | Welcome to version 2.8. | salo | 2 | -6/+7 |
2003-10-13 | Update pkgtools/x11-links to 0.16. | veego | 3 | -4/+14 |
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 |
2003-10-11 | ensure pkg_admin is called with the full path and use the right | grant | 2 | -17/+22 |
2003-10-10 | use !defined instead of ! for testing if {,U}LLONG_MAX is defined. | grant | 1 | -3/+3 |
2003-10-06 | add TAR_CMD to DEFS to ensure we use the full path to tar. | grant | 1 | -2/+2 |
2003-10-06 | fix handling of DISTDIR. patch from Sebastian Prause on tech-pkg. | grant | 2 | -4/+5 |
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 |
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 |
2003-10-01 | Update pkgchk to 1.43: | abs | 2 | -4/+4 |
2003-10-01 | Update pkgchk to 1.42 | abs | 3 | -25/+118 |
2003-09-30 | Update to version 0.2. | seb | 2 | -7/+6 |
2003-09-30 | Update pkglint to 3.62: | abs | 2 | -17/+14 |
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 |
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 |
2003-09-23 | sync with NetBSD-current's pkg_install-20030923. | grant | 47 | -148/+179 |
2003-09-23 | no need to pass $(DEFS) to $(CC) twice. | grant | 6 | -12/+12 |
2003-09-23 | clean up autoconf generated files in view/ | grant | 1 | -1/+3 |
2003-09-23 | config.lineno -> configure.lineno | grant | 1 | -2/+2 |
2003-09-23 | Provide prototypes for setmode and getmode functions if necessary. | jschauma | 1 | -1/+9 |
2003-09-21 | Make lintpkgsrc handle .includes correctly. Welcome to 3.61. | wiz | 2 | -5/+23 |
2003-09-19 | Fix PLIST. Closes PR 20853 by FUKAUMI Naoki. | wiz | 1 | -1/+4 |
2003-09-19 | shut up the 'do nothing' shell comments | grant | 2 | -5/+5 |
2003-09-19 | test's -e operator doesn't work with the sh built-in test on Solaris, | grant | 1 | -2/+2 |
2003-09-19 | Whitespace issues. | jlam | 2 | -8/+11 |
2003-09-18 | remove redundant USE_BUILDLINK2, as we set NO_BUILDLINK later. | grant | 1 | -2/+1 |
2003-09-18 | ensure CC is set correctly when running configure in libnbcompat. | grant | 1 | -2/+3 |
2003-09-18 | Update to 2.7: | jmmv | 2 | -5/+6 |
2003-09-16 | Add support for wildcards and mutiple packages on the command line. | erh | 3 | -66/+89 |
2003-09-16 | bump BUILDLINK_DEPENDS to 20030916. | grant | 1 | -2/+2 |
2003-09-16 | test that md5.h can be compiled and that it provides MD5Init(), | grant | 5 | -14/+251 |
2003-09-16 | New sentence, new line; add -L to SYNOPSIS. Sort options. | wiz | 1 | -45/+59 |
2003-09-16 | Update pkgchk to 1.41: | abs | 3 | -6/+25 |
2003-09-15 | Add MANINSTALL to BUILD_DEFS. With latest changes in bsd.pkg.mk, manual | jmmv | 1 | -1/+3 |
2003-09-15 | add prototypes for v{err,warn}{,x}. | grant | 1 | -1/+5 |