Age | Commit message (Expand) | Author | Files | Lines |
2003-12-08 | Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031121. | grant | 11 | -180/+192 |
2003-11-20 | When there is no distinfo file, do not apply patches we would not | cube | 1 | -2/+0 |
2003-11-10 | Add (back) empty distinfo file to mark that this package has no | hubertf | 1 | -0/+2 |
2003-10-29 | Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031003. | jlam | 12 | -485/+867 |
2003-10-12 | move src2nbcompat from pkg_install to libnbcompat. | grant | 1 | -143/+0 |
2003-10-11 | ensure pkg_admin is called with the full path and use the right | grant | 2 | -17/+22 |
2003-10-06 | add TAR_CMD to DEFS to ensure we use the full path to tar. | grant | 1 | -2/+2 |
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-19 | shut up the 'do nothing' shell comments | grant | 2 | -5/+5 |
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-14 | Move inclusion of bsd.prefs.mk a little higher so that /etc/mk.conf | jlam | 1 | -3/+3 |
2003-09-14 | Update pkg_install to 20030914. Changes from version 20030913 are | jlam | 2 | -5/+6 |
2003-09-13 | Update pkg_install to 20030913. Changes from version 20020912 are quieting | jlam | 2 | -5/+5 |
2003-09-13 | Update pkg_install to version 20030912. Changes from 200230907 are | jlam | 4 | -20/+72 |
2003-09-13 | Build pkg_install without dependencies by pulling in the libnbcompat source | jlam | 1 | -2/+13 |
2003-09-11 | Improved DESCR and COMMENT. Changed HOMEPAGE. (Okay'd by jlam.) | reed | 2 | -3/+13 |
2003-09-10 | Pull in rev 1.49 of perform.c from src/usr.sbin/pkg_install/info. This | jlam | 1 | -3/+3 |
2003-09-09 | Bump version to 20030907. Changes from previous version include: | jlam | 23 | -407/+580 |
2003-09-08 | Whee... pkgdb_remove_pkg returns 1 on success, so make the dummy function | jlam | 1 | -3/+3 |
2003-09-08 | It turns out the comment at the top of pkgdb_open is wrong. It actually | jlam | 1 | -3/+3 |
2003-09-08 | Substitute for various program paths used by the linkfarm(1) and | jlam | 4 | -29/+617 |
2003-09-08 | The pkgdb_* functions should be no-ops on platforms that don't have the | jlam | 1 | -3/+3 |
2003-09-08 | Return the documented value "0" instead of EXIT_SUCCESS, which while it may | jlam | 1 | -5/+5 |
2003-09-08 | Exit if there's a problem building in one of the subdirectories instead of | jlam | 1 | -2/+2 |
2003-09-04 | Allow this to compile on systems without vfork by #define'ing it to fork. | jlam | 3 | -2/+20 |
2003-09-03 | Put back <sys/vfs.h> lost in last update. | jlam | 1 | -2/+5 |
2003-09-03 | Update to pkg_install-20030824. Changes from the previous version include: | jlam | 7 | -48/+18 |
2003-09-03 | Put back several includes lost in the update that should fix builds on | jlam | 2 | -5/+10 |
2003-09-02 | We don't need to build cat1 files since they're part of the sources, so | jlam | 1 | -5/+1 |
2003-09-02 | libnbcompat/buildlink2.mk does more magic for us, so do less here. | jlam | 1 | -3/+1 |
2003-09-02 | The *.0 files belong in $(mandir)/cat1. | jlam | 5 | -10/+10 |
2003-09-02 | allow this to build on -current after groff update to 1.19. | grant | 1 | -2/+2 |
2003-09-02 | Sync to latest pkg_install sources from the HEAD for pkg_delete | jlam | 30 | -91/+91 |
2003-09-02 | Only copy new files into place if they're different from the original file, | jlam | 1 | -6/+25 |
2003-09-02 | Reverse the order that the config.h file and <nbcompat.h> are included, | jlam | 1 | -7/+12 |
2003-09-02 | Re-add the checks for HAVE_CHFLAGS and HAVE_DBOPEN so that this can build | jlam | 2 | -4/+23 |
2003-09-01 | Document the actions taken by the tree-conversion script. | jlam | 1 | -1/+10 |
2003-09-01 | Drop trailing space; sort sections; sort SEE ALSO. | wiz | 1 | -6/+6 |
2003-09-01 | Sort SEE ALSO, pkg_view(1) not pkg_views(1). | wiz | 1 | -3/+3 |
2003-09-01 | Update pkg_install to 20030823, which has the changes to support | jlam | 75 | -4497/+10008 |
2003-08-31 | Do previous in another way: simply define PKG_ADMIN to be the command that | jlam | 1 | -3/+3 |
2003-08-31 | Explicitly call pkg_admin(1) using "PKG_DBDIR=... pkg_admin" so that we | jlam | 1 | -2/+3 |