Age | Commit message (Expand) | Author | Files | Lines |
2008-04-23 | Requires libarchive 2.5. | joerg | 1 | -1/+4 |
2008-04-08 | Force depend target to explicitly run for libfetch. Disallow parallel | joerg | 1 | -2/+5 |
2008-04-04 | pkg_install-20080404: | joerg | 1 | -1/+6 |
2008-04-03 | Override PKG_INFO_CMD to point to the just-built pkg_info so that | jlam | 1 | -1/+2 |
2008-03-21 | Request getopt with optreset support from libnbcompat. | joerg | 1 | -1/+3 |
2008-02-26 | Use pkg_add from new build, override *_CMD instead of the full commands. | joerg | 1 | -7/+6 |
2008-02-09 | Always use the newly built pkg_create -- this makes updates easier. | joerg | 1 | -1/+2 |
2007-11-11 | Added commented-out LICENSE=something. | martti | 1 | -1/+2 |
2007-11-03 | pkg_install does the right things with the files, so CHECK_PERMS is not | joerg | 1 | -1/+2 |
2007-09-27 | - Be less aggressive when resizing the version field, just resize if | joerg | 1 | -2/+3 |
2007-09-08 | Convert to use the features framework. | jlam | 1 | -2/+3 |
2007-08-29 | * When adding or checking a package using pkg_admin(1), give a more | jlam | 1 | -6/+5 |
2007-08-10 | Remove comment about importing from NetBSD. | joerg | 1 | -3/+1 |
2007-08-04 | Try hard to get 64bit offsets in all modules, fixing misunderstandings | joerg | 1 | -1/+4 |
2007-08-03 | The forced disabling of zlib and bzip2 was meant for testing only, | joerg | 1 | -4/+1 |
2007-08-03 | - only build pkg_admin, pkg_create and pkg_info for --enable-bootstrap | joerg | 1 | -1/+54 |
2007-07-29 | Specify PKG_DBDIR to pkg_admin and pkg_info via their -K argument | seb | 1 | -3/+3 |
2007-07-29 | Remove redundant SUBST_* from package Makefile | adrianp | 1 | -14/+5 |
2007-07-25 | Mostly deorbit mtree support: | joerg | 1 | -4/+3 |
2007-07-16 | Change download-vulnerability-list.sh to use exec_prefix in the | joerg | 1 | -1/+3 |
2007-07-14 | Update to pkg_install-20070714 | adrianp | 1 | -2/+27 |
2007-07-10 | Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and | joerg | 1 | -19/+1 |
2007-03-11 | Sync with NetBSD base version: | joerg | 1 | -2/+1 |
2007-02-06 | Update pkg_summary(5) man page to mention how it can | reed | 1 | -1/+2 |
2006-07-18 | USE_DIGEST is no more. | jlam | 1 | -4/+2 |
2006-06-13 | This package overrides the "update" target (is that wise?) and runs | jlam | 1 | -2/+2 |
2006-06-09 | Add a new variable CHECK_FILES_SUPPORTED which is a package-settable | jlam | 1 | -1/+9 |
2006-03-14 | Modify the pkginstall framework so that it manages all aspects of | jlam | 1 | -2/+2 |
2006-03-10 | Use pkginstall to generate the INSTALL script instead. | jlam | 1 | -18/+7 |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 |
2006-01-06 | Fixed pkglint warnings about incorrect quoting and unsorted PLIST. | rillig | 1 | -11/+11 |
2005-11-17 | Fix for part of PR#32092: add SKIP_AUDIT_PACKAGES=yes so pkg_install can | erh | 1 | -1/+2 |
2005-11-07 | Use the hard-coded ${PKG_TOOLS_BIN} variable as the correct location of | jlam | 1 | -1/+2 |
2005-11-07 | INSTALL_SCRIPT_ENV wasn't being defined to include a definition for | jlam | 1 | -1/+2 |
2005-11-06 | In the "update" target, use "${UPDATE_TARGET}" to install the new | jlam | 1 | -2/+2 |
2005-11-06 | Remove @exec from PLIST and put the action into an INSTALL script instead. | jlam | 1 | -24/+31 |
2005-10-07 | Remove CONFIGURE_ARGS setting --mandir as this is now done for | reed | 1 | -2/+3 |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -4/+4 |
2005-06-13 | Use += to not override previous USE_TOOLS setting. | jlam | 1 | -2/+2 |
2005-06-07 | List shell tools that are needed by the pkg_view and linkfarm scripts. | jlam | 1 | -1/+5 |
2005-05-16 | Note that this package wants mtree, pax, and tar. | jlam | 1 | -1/+2 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-14 | Redo previous; follow the new idiom of quoting variables ("\"${XYZ}"\") | uebayasi | 1 | -5/+5 |
2005-02-12 | Quote command strings to be passed to configure script. | uebayasi | 1 | -5/+5 |
2005-01-22 | The "make update" target did not clean up after itself, which has caused | jklos | 1 | -1/+2 |
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -2/+2 |
2004-12-09 | Explicitly override the update target to cause the deinstall step to happen | erh | 1 | -1/+9 |
2004-11-02 | Add a -N option to pkg_delete to delete registration information for a package | erh | 1 | -1/+4 |
2004-10-05 | PR pkg/23719: allow a pkg_install package to be created so a system can be | erh | 1 | -3/+1 |
2004-08-14 | Convert to use libnbcompat/inplace.mk. | jlam | 1 | -17/+2 |