summaryrefslogtreecommitdiff
path: root/mk/pkgformat
AgeCommit message (Expand)AuthorFilesLines
2019-05-28mk: Support MESSAGE.rcd and MESSAGE.smf.jperkin1-1/+7
2019-04-03mk/pkgformat: add show-all-depends targetrillig1-1/+6
2019-01-22Call replace-names before SUroy1-3/+1
2018-01-25Don't include TEST_DEPENDS in the normal dependency reduction run.joerg1-2/+2
2018-01-14Add missing empty TEST_DEPENDS for the bootstrap case.joerg1-2/+2
2018-01-13Introduce TEST_DEPENDS.joerg3-11/+53
2017-10-06Comment out debug printf.wiz1-2/+2
2017-10-04reduce-depends.awk: Also reduce "exact match" and "any version".jlam2-63/+432
2017-10-04reduce-depends.awk: Match version strings containing tilde (~).jlam2-2/+27
2017-10-01reduce-depends.awk: Avoid "delete array" statement for portability.jlam1-5/+10
2017-10-01reduce-depends.awk: Avoid gensub() for portability.jlam1-2/+2
2017-10-01reduce-depends.awk: Reduce "pkg>1" and "pkg<2" into "pkg>1<2".jlam3-63/+601
2017-08-23mk/pkgformat: Only pass "-C" option to pkg_create(1) if it's valid.jlam1-2/+2
2017-08-21mk/pkgformat: Support INSTALL scripts that rely on UNPACK.jlam1-1/+10
2017-08-19Run pkg_add(1) and pkg_delete(1) using ${SETENV} ${PKGTOOLS_ENV}.jlam4-13/+19
2017-08-19Substitute the correct string for GTK3_UPDATE_ICON_CACHE.jlam1-2/+2
2017-08-10mk/pkgtasks: Failures in POST- stages of the scripts are non-fatal.jlam3-6/+30
2017-08-10mk/pkgtasks: Add infrastructure to use "icon_themes" package task.jlam1-1/+3
2017-08-10mk/pkgtasks: Add additional variables used by package tasks.jlam1-1/+10
2017-06-07Substitute for LDCONFIG_ADD_CMD and LDCONFIG_REMOVE_CMD in scripts.jlam1-1/+5
2017-06-07Fix subsitutions for @PKG_ADMIN@ and @PKG_INFO@.jlam1-3/+3
2017-06-07Subsitute for @CROSSBASE@ and @VARBASE@ in install scripts.jlam2-2/+10
2017-06-02Using script templates implies a dependency on pkgtasks.jlam2-4/+39
2017-06-01Provide switch to activate new frameworks to replace "pkginstall".jlam1-1/+35
2017-06-01Make creation of +DEINSTALL/+INSTALL scripts pkgformat-specific.jlam7-0/+757
2017-05-19Drop redundant dependency patterns. The normal reduction logic doesn'tjoerg1-1/+4
2016-09-19Omit pkg_tarup during replace in destdir modegdt1-2/+2
2016-07-18Fix a typo in a commentleot1-2/+2
2016-05-09Stop creating category symlinks in ${PACKAGES}, but keep All/ for now.joerg1-28/+3
2016-04-10Remove support for USE_DESTDIR=no.joerg6-152/+13
2016-04-10Always require the 2010 version of pkg_install to simplify things a bit.joerg1-5/+1
2016-02-02Changed "Install binary package" to "Installing binary package"rillig1-2/+2
2015-10-29Perform signing at the staged package stage rather than only during thejperkin1-17/+19
2015-09-07Switch to globbing for package symlinks to delete. This provides significantjperkin1-3/+3
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2015-04-21Add a new ulimit modifier for cputime. Support raising limits forjoerg1-2/+2
2015-02-16Put back PKGNAME_REQD fix for su-real-package-install.jperkin1-1/+2
2015-02-16Put back MESSAGE_SRC_DFLT.jperkin1-18/+17
2015-02-02Revertobache1-17/+18
2015-02-01Revert "Pass PKGNAME_REQD to su-real-package-install",obache1-2/+1
2014-12-30Remove pkg_views support, second part: infrastructure.wiz5-114/+4
2014-12-08Fix a typo. No functional change.agc1-2/+2
2014-12-07Pass PKGNAME_REQD to su-real-package-install, for multiversion packagesobache1-1/+2
2014-11-02introduce MESSAGE_SRC_DFLT, same as PLIST_SRC_DFLT for PLIST_SRC.obache1-18/+17
2014-10-08Add missing braces and check getline returns success, this code must havejperkin1-2/+3
2014-04-07Fixes undefined variable references.obache1-3/+3
2014-04-06Create signed packages automatically if desired. It is disabled by default,khorben1-3/+18
2014-03-08Clean up target file if failed.obache1-4/+4
2014-03-02Skip automatic shlib permission fix for files in CHECK_SHLIBS_SKIP.obache1-1/+5
2013-08-10drop unwanted stage-package-remove before stage-package-create,obache1-2/+2