Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -9/+9 |
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 | 1 | -1/+22 |
2008-11-18 | Documented INSTALL_UNSTRIPPED. | rillig | 1 | -1/+10 |
2008-06-11 | Honor PKGLOCALEDIR for AUTO_MKDIRS. | obache | 1 | -1/+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-09-13 | It has always annoyed be that package authors had to write ${PKGMANDIR}/ | rillig | 1 | -2/+16 |
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-07-02 | Remove USE_MTREE support. Keep one copy (the NetBSD version) for | joerg | 1 | -10/+3 |
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 | 1 | -2/+2 |
2007-03-09 | Fixed pkglint warnings. | rillig | 1 | -9/+9 |
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 |
2007-03-09 | Renamed some more flavor-specific targets to have the form _flavor-*. | rillig | 1 | -42/+5 |
2007-03-02 | Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'. | wiz | 1 | -5/+5 |
2007-03-02 | Desupport unused FORCE_PKG_REGISTER. | wiz | 1 | -2/+2 |
2007-03-02 | Remove support for obsolete and unused NO_PKG_REGISTER. | wiz | 1 | -3/+3 |
2007-01-06 | Moved the code that installs check-files on the hook from install.mk to | rillig | 1 | -5/+1 |
2006-11-12 | Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now in | rillig | 1 | -7/+1 |
2006-11-12 | Moved the check for whether check-wrkref should be run from | rillig | 1 | -4/+1 |
2006-11-11 | Added some documentation. | rillig | 1 | -19/+23 |
2006-11-11 | Moved the check whether check-shlibs should be run from | rillig | 1 | -4/+1 |
2006-11-07 | Just make the PREFIX with INSTALL_DATA_DIR. Drop the conditional and | joerg | 1 | -2/+2 |
2006-11-04 | When a package sets INSTALLATION_DIRS_FROM_PLIST to "yes", it does not | rillig | 1 | -1/+31 |
2006-11-03 | Fix thinko: INSTALLATION_DIRS entries don't have ${DESTDIR} as prefix, | joerg | 1 | -3/+3 |
2006-10-26 | Change INSTALL_MAKE_FLAGS to be _appended_ to MAKE_FLAGS when running | rillig | 1 | -3/+3 |
2006-10-13 | Added a new post-installation check to see whether the files have their | rillig | 1 | -1/+4 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 1 | -13/+26 |
2006-10-09 | Add variable to control whether the install target is run as root. | joerg | 1 | -1/+5 |
2006-10-06 | Added more error checking: If a directory is specified in | rillig | 1 | -1/+5 |
2006-10-05 | Both, the pkgsrc user and the package maintainer must agree that this | rillig | 1 | -3/+3 |
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE, as suggested in PR 28392. | obache | 1 | -2/+2 |
2006-08-09 | Only acquire the localbase lock after acquiring root privileges. This | jlam | 1 | -3/+9 |
2006-08-04 | Fixed the locking, as suggested by Johnny on the tech-pkg mailing list. | rillig | 1 | -3/+3 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 1 | -2/+2 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 1 | -2/+2 |
2006-07-20 | The package directory path is "PKGPATH", not "PKG_PATH", which is used | jlam | 1 | -2/+2 |
2006-07-14 | Add a "bootstrap-register" target used specially by the bootstrap script | jlam | 1 | -1/+10 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -10/+10 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -10/+15 |