Age | Commit message (Expand) | Author | Files | Lines |
2018-01-25 | Don't include TEST_DEPENDS in the normal dependency reduction run. | joerg | 1 | -2/+2 |
2018-01-14 | Add missing empty TEST_DEPENDS for the bootstrap case. | joerg | 1 | -2/+2 |
2018-01-13 | Introduce TEST_DEPENDS. | joerg | 3 | -11/+53 |
2017-10-06 | Comment out debug printf. | wiz | 1 | -2/+2 |
2017-10-04 | reduce-depends.awk: Also reduce "exact match" and "any version". | jlam | 2 | -63/+432 |
2017-10-04 | reduce-depends.awk: Match version strings containing tilde (~). | jlam | 2 | -2/+27 |
2017-10-01 | reduce-depends.awk: Avoid "delete array" statement for portability. | jlam | 1 | -5/+10 |
2017-10-01 | reduce-depends.awk: Avoid gensub() for portability. | jlam | 1 | -2/+2 |
2017-10-01 | reduce-depends.awk: Reduce "pkg>1" and "pkg<2" into "pkg>1<2". | jlam | 3 | -63/+601 |
2017-08-23 | mk/pkgformat: Only pass "-C" option to pkg_create(1) if it's valid. | jlam | 1 | -2/+2 |
2017-08-21 | mk/pkgformat: Support INSTALL scripts that rely on UNPACK. | jlam | 1 | -1/+10 |
2017-08-19 | Run pkg_add(1) and pkg_delete(1) using ${SETENV} ${PKGTOOLS_ENV}. | jlam | 4 | -13/+19 |
2017-08-19 | Substitute the correct string for GTK3_UPDATE_ICON_CACHE. | jlam | 1 | -2/+2 |
2017-08-10 | mk/pkgtasks: Failures in POST- stages of the scripts are non-fatal. | jlam | 3 | -6/+30 |
2017-08-10 | mk/pkgtasks: Add infrastructure to use "icon_themes" package task. | jlam | 1 | -1/+3 |
2017-08-10 | mk/pkgtasks: Add additional variables used by package tasks. | jlam | 1 | -1/+10 |
2017-06-07 | Substitute for LDCONFIG_ADD_CMD and LDCONFIG_REMOVE_CMD in scripts. | jlam | 1 | -1/+5 |
2017-06-07 | Fix subsitutions for @PKG_ADMIN@ and @PKG_INFO@. | jlam | 1 | -3/+3 |
2017-06-07 | Subsitute for @CROSSBASE@ and @VARBASE@ in install scripts. | jlam | 2 | -2/+10 |
2017-06-02 | Using script templates implies a dependency on pkgtasks. | jlam | 2 | -4/+39 |
2017-06-01 | Provide switch to activate new frameworks to replace "pkginstall". | jlam | 1 | -1/+35 |
2017-06-01 | Make creation of +DEINSTALL/+INSTALL scripts pkgformat-specific. | jlam | 7 | -0/+757 |
2017-05-19 | Drop redundant dependency patterns. The normal reduction logic doesn't | joerg | 1 | -1/+4 |
2016-09-19 | Omit pkg_tarup during replace in destdir mode | gdt | 1 | -2/+2 |
2016-07-18 | Fix a typo in a comment | leot | 1 | -2/+2 |
2016-05-09 | Stop creating category symlinks in ${PACKAGES}, but keep All/ for now. | joerg | 1 | -28/+3 |
2016-04-10 | Remove support for USE_DESTDIR=no. | joerg | 5 | -150/+12 |
2016-04-10 | Always require the 2010 version of pkg_install to simplify things a bit. | joerg | 1 | -5/+1 |
2016-02-02 | Changed "Install binary package" to "Installing binary package" | rillig | 1 | -2/+2 |
2015-10-29 | Perform signing at the staged package stage rather than only during the | jperkin | 1 | -17/+19 |
2015-09-07 | Switch to globbing for package symlinks to delete. This provides significant | jperkin | 1 | -3/+3 |
2015-07-04 | Remove USE_X11BASE and X11PREFIX. | joerg | 1 | -2/+1 |
2015-04-21 | Add a new ulimit modifier for cputime. Support raising limits for | joerg | 1 | -2/+2 |
2015-02-16 | Put back PKGNAME_REQD fix for su-real-package-install. | jperkin | 1 | -1/+2 |
2015-02-16 | Put back MESSAGE_SRC_DFLT. | jperkin | 1 | -18/+17 |
2015-02-02 | Revert | obache | 1 | -17/+18 |
2015-02-01 | Revert "Pass PKGNAME_REQD to su-real-package-install", | obache | 1 | -2/+1 |
2014-12-30 | Remove pkg_views support, second part: infrastructure. | wiz | 4 | -112/+3 |
2014-12-08 | Fix a typo. No functional change. | agc | 1 | -2/+2 |
2014-12-07 | Pass PKGNAME_REQD to su-real-package-install, for multiversion packages | obache | 1 | -1/+2 |
2014-11-02 | introduce MESSAGE_SRC_DFLT, same as PLIST_SRC_DFLT for PLIST_SRC. | obache | 1 | -18/+17 |
2014-10-08 | Add missing braces and check getline returns success, this code must have | jperkin | 1 | -2/+3 |
2014-04-07 | Fixes undefined variable references. | obache | 1 | -3/+3 |
2014-04-06 | Create signed packages automatically if desired. It is disabled by default, | khorben | 1 | -3/+18 |
2014-03-08 | Clean up target file if failed. | obache | 1 | -4/+4 |
2014-03-02 | Skip automatic shlib permission fix for files in CHECK_SHLIBS_SKIP. | obache | 1 | -1/+5 |
2013-08-10 | drop unwanted stage-package-remove before stage-package-create, | obache | 1 | -2/+2 |
2013-08-10 | reduce dependencies, to avoid unwanted binary package regeneration. | obache | 1 | -3/+2 |
2013-07-13 | ${_SIZE_PKG_FILE} only require ${PLIST}, so restrict dependency to it. | obache | 1 | -2/+2 |
2013-05-23 | prevent to generate binary package in ${PACKAGES} from the side effect of | obache | 2 | -8/+49 |