Age | Commit message (Expand) | Author | Files | Lines |
2013-05-23 | prevent to generate binary package in ${PACKAGES} from the side effect of | obache | 2 | -4/+4 |
2013-01-05 | Modify mk/plist/plist-gnu.mk to convert gnu/man to ${PKGGNUDIR}${PKGMANDIR}. | sbd | 1 | -1/+2 |
2012-12-06 | Introduce PKGGNUDIR as a way to control gnu prefix. | jperkin | 1 | -4/+6 |
2012-07-28 | fix typo in comment | reed | 1 | -2/+2 |
2011-11-05 | When using Minix, set BINPKG_SITES to the official Minix binary package site. | tcort | 1 | -1/+4 |
2011-10-15 | Rename "flavor" to "pkgformat". | reed | 4 | -22/+22 |
2011-09-08 | Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i | abs | 2 | -6/+6 |
2011-08-01 | Pass PKGNAME_REQD through to the make process on the other side | apb | 1 | -1/+2 |
2011-06-04 | Add support undo-replace with USE_DESTDIR. | obache | 1 | -1/+8 |
2011-03-21 | remove quote from "DESTDIR". | obache | 1 | -2/+2 |
2011-03-21 | Introduce DESTDIR_VARNAME package-settable variable. | obache | 1 | -4/+9 |
2011-02-07 | Add default binpkg site for DragonFly. From Justin Sherrill in PR 44526. | wiz | 1 | -1/+4 |
2010-04-18 | syncing BINPKG_SITES with reality. | sbd | 1 | -2/+2 |
2010-02-25 | Rename internal package-clean target to package-eat-cookie. | joerg | 1 | -2/+2 |
2010-02-24 | Rename the install phase to stage-install. Introduce a new install | joerg | 2 | -16/+32 |
2009-10-06 | Use the correct variable names. | joerg | 1 | -4/+4 |
2009-09-20 | Fix syntax. Mea culpra | joerg | 1 | -2/+2 |
2009-09-18 | Deal with strip idiosyncracies: | joerg | 1 | -2/+10 |
2009-09-02 | Use filtered plist for install-strip-debug and install-man-handling, | joerg | 1 | -4/+3 |
2009-09-02 | Add STRIP_DEBUG option, which removes debug information from all files, | joerg | 2 | -2/+25 |
2009-06-17 | Make sure that _UPDATE_RUNNING=YES is passed down to su-deinstall for | joerg | 1 | -2/+2 |
2009-06-09 | Add support for using USE_DESTDIR=yes and replace together. | joerg | 1 | -2/+13 |
2008-11-18 | Documented INSTALL_UNSTRIPPED. | rillig | 1 | -1/+10 |
2008-06-11 | Honor PKGLOCALEDIR for AUTO_MKDIRS. | obache | 1 | -1/+2 |
2008-02-20 | Add colon in comment to aid "make help" in finding help | wiz | 1 | -2/+2 |
2008-02-19 | Eliminated some code duplication, provided a default definition for | rillig | 1 | -7/+19 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 1 | -2/+2 |
2007-12-10 | Added compatibility code for INSTALLATION_DIRS_FROM_PLIST. I had | rillig | 1 | -1/+2 |
2007-12-07 | Added AUTO_MKDIRS as an alias for INSTALLATION_DIRS_FROM_PLIST. The | rillig | 1 | -1/+3 |
2007-12-01 | Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs | rillig | 1 | -2/+1 |
2007-11-03 | Moved common commands into a variable. This saves 15 lines. | rillig | 1 | -24/+10 |
2007-11-03 | Simpler includes. | rillig | 1 | -3/+3 |
2007-09-21 | BINPKG_SITES may be empty, and most shells don't like syntactically | rillig | 1 | -3/+5 |
2007-09-19 | Renamed pkgpath to pkg_path, since there exists a completely independent | rillig | 1 | -9/+9 |
2007-09-19 | When using bin-install, the version of the installed package was checked | rillig | 1 | -6/+9 |
2007-09-13 | It has always annoyed be that package authors had to write ${PKGMANDIR}/ | rillig | 1 | -2/+16 |
2007-08-23 | pkg_add can figure out the suffix itself, thanks. | joerg | 1 | -2/+2 |
2007-08-20 | Add cross-compiling support for bin-install and deinstall targets. | joerg | 2 | -3/+35 |
2007-08-14 | Remove bootstrap-register, bootstrap was changed a while ago to use | joerg | 1 | -10/+1 |
2007-08-14 | Fix a number of bugs in the DESTDIR support: | joerg | 1 | -2/+4 |
2007-08-10 | Remove ${WRKDIR}/.pkgdb during "install-clean" as that directory | jlam | 1 | -2/+2 |
2007-08-02 | Add core of the infrastructure support for cross-compilation. | joerg | 1 | -1/+5 |
2007-07-02 | Remove USE_MTREE support. Keep one copy (the NetBSD version) for | joerg | 2 | -15/+4 |
2007-04-19 | Check if INSTALLATION_DIRS_FROM_PLIST is defined before using .if | xtraeme | 1 | -2/+3 |
2007-04-19 | Drop NO_MTREE by making it the default. Introduce USE_MTREE to get the | joerg | 2 | -31/+5 |
2007-03-09 | Fixed pkglint warnings. | rillig | 3 | -23/+24 |
2007-03-09 | Replaced PKG_SILENT/PKG_DEBUG with RUN. | rillig | 2 | -10/+7 |
2007-03-09 | Replaced the remaining PKG_SILENT/PKG_DEBUG pairs with RUN. | rillig | 1 | -6/+9 |
2007-03-09 | Fixed the quoting in INSTALLATION_DIRS and install-dirs-from-PLIST. | rillig | 1 | -33/+32 |
2007-03-09 | Added MAKEFLAGS to the RECURSIVE_MAKE call. Almost all other calls | rillig | 1 | -2/+3 |