Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-08-09 | Mimic how bsd.pkg.mk calls the GNU configure script in do-configure when | jlam | 1 | -3/+7 |
2004-04-28 | Obey additional bits of CONFIGURE_ENV when configuring libnbcompat. | tv | 1 | -4/+3 |
2004-04-09 | Merge 20040409: Parameterize the umask calls so that defs.*.mk can change | tv | 1 | -2/+4 |
2004-03-29 | Obey CPPFLAGS. | tv | 1 | -2/+3 |
2004-03-28 | remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gcc | grant | 1 | -2/+1 |
2004-03-13 | Set USE_DIGEST=no to avoid checking and building a new digest package. | jlam | 1 | -3/+5 |
2004-03-13 | Solve a chicken-and-egg problem where pkgsrc uses newer features of | jlam | 1 | -1/+9 |
2004-02-11 | pass OPSYS and MACHINE_ARCH in the environmen, not CPPFLAGS. | grant | 1 | -3/+3 |
2004-02-09 | Cut-n-paste error. | jlam | 1 | -2/+2 |
2004-02-09 | bsd.prefs.mk includes mk/compiler/gcc.mk indirectly, which invokes | jlam | 1 | -1/+2 |
2004-02-09 | Include bsd.prefs.mk after defining PKG_INFO so that we don't pass any | jlam | 1 | -6/+6 |
2004-01-15 | we need to define OPSYS_NAME and MACHINE_ARCH to build this version of | grant | 1 | -1/+4 |
2003-12-22 | improve DESCR and COMMENT. | grant | 1 | -2/+2 |
2003-10-11 | ensure pkg_admin is called with the full path and use the right | grant | 1 | -1/+6 |
2003-09-25 | define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed} | grant | 1 | -1/+2 |
2003-09-23 | add --with-{ftp,mtree,pax,tar} to allow overriding the commands that | grant | 1 | -1/+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-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 | 1 | -3/+3 |
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 | allow this to build on -current after groff update to 1.19. | grant | 1 | -2/+2 |