| Commit message (Expand) | Author | Age | Files | Lines |
* | framework: Remove $FreeBSD$ | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
* | Add set pipefail in most framework scripts. | Mathieu Arnold | 2020-11-11 | 1 | -0/+1 |
* | Backout r554139. | Mathieu Arnold | 2020-11-05 | 1 | -1/+0 |
* | Add set pipefail in most framework scripts. | Mathieu Arnold | 2020-11-05 | 1 | -0/+1 |
* | generate-symbols: Need @dir entries if PREFIX!=LOCALBASE. | Bryan Drewery | 2019-11-07 | 1 | -2/+4 |
* | Revert r505129: I still have the wrong version. | Bryan Drewery | 2019-06-26 | 1 | -2/+2 |
* | Allow generate-symbols.sh to actually work. | Bryan Drewery | 2019-06-26 | 1 | -2/+2 |
* | Add share/info/*/dir to those files in STAGEDIR to ignore when checking | Gerald Pfeifer | 2018-11-10 | 1 | -1/+1 |
* | Extract PLIST_SUB substitutions into a sed script. | Mathieu Arnold | 2018-07-26 | 1 | -10/+12 |
* | SC2162: read without -r will mangle backslashes. | Mathieu Arnold | 2018-06-08 | 1 | -4/+4 |
* | SC2185: Some finds don't have a default path. Specify '.' explicitly. | Mathieu Arnold | 2018-06-08 | 1 | -5/+5 |
* | Ignore info/*/dir (as used by the lang/gcc* ports, for example) in addition | Gerald Pfeifer | 2017-07-19 | 1 | -1/+1 |
* | The output of tools like awk, date, sort, tr,... depends on the current | Tijl Coosemans | 2017-01-18 | 1 | -1/+0 |
* | Ease debugging of Mk/Scripts scripts. | Mathieu Arnold | 2016-05-20 | 1 | -0/+2 |
* | Add some work-in-progress scripts for splitting symbols out into PREFIX/lib/d... | Bryan Drewery | 2015-10-19 | 1 | -2/+4 |
* | Factorize the function to validate env | Baptiste Daroussin | 2015-07-01 | 1 | -14/+2 |
* | Make fonts repecting XDG | Baptiste Daroussin | 2015-03-21 | 1 | -2/+2 |
* | Don't replace PREFIX anywhere in the plist line, only do it for the beginning. | Bryan Drewery | 2015-01-22 | 1 | -4/+4 |
* | - Move parse_plist() into a new file, functions.sh. | Bryan Drewery | 2015-01-08 | 1 | -138/+15 |
* | - Rework check on $makeplist in parse_plist(). The variable was/is always 0 as | Bryan Drewery | 2015-01-08 | 1 | -2/+4 |
* | Limit the scope of variables in parse_plist() | Bryan Drewery | 2015-01-08 | 1 | -0/+2 |
* | Remove now useless gnomehier, pkg handles automatically the directories where | Baptiste Daroussin | 2014-12-25 | 1 | -6/+2 |
* | - Add three empty dirs that belonged to gnomehier to devel/gconf2, | Antoine Brodin | 2014-12-23 | 1 | -0/+1 |
* | - During makeplist, emit only empty directories inside prefix and | Antoine Brodin | 2014-11-05 | 1 | -3/+6 |
* | - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywords | Alex Kozlov | 2014-10-08 | 1 | -0/+7 |
* | info keyword now handles full paths | Antoine Brodin | 2014-10-08 | 1 | -1/+4 |
* | Replace @dirrm/@dirrmtry with @dir in makeplist and leftovers check | Antoine Brodin | 2014-10-06 | 1 | -9/+9 |
* | check-plist no longer needs to check for directories owned by dependencies. | Bryan Drewery | 2014-10-03 | 1 | -51/+2 |
* | Garbage collect dependency mtree check removed in r368803 | Bryan Drewery | 2014-10-03 | 1 | -31/+0 |
* | Do not report directories in plist as orphans | Antoine Brodin | 2014-09-22 | 1 | -1/+0 |
* | adjust check_stagedir.sh to take in account %%KEY%%@dirrm* | Baptiste Daroussin | 2014-09-22 | 1 | -1/+1 |
* | Update to 1.3.8 Changes: | Baptiste Daroussin | 2014-09-22 | 1 | -3/+4 |
* | Fix typo | Antoine Brodin | 2014-09-17 | 1 | -1/+1 |
* | Make check-stagedir.sh aware of (owner,group,perm) syntax for keywords | Antoine Brodin | 2014-09-02 | 1 | -0/+4 |
* | - Make it possible to use sample keyword with a full path | Antoine Brodin | 2014-09-01 | 1 | -3/+9 |
* | Remove support for pkg_install | Baptiste Daroussin | 2014-09-01 | 1 | -32/+7 |
* | - Fix 'make check-plist' incorrectly considering all installed packages as | Bryan Drewery | 2014-08-11 | 1 | -5/+7 |
* | - Fix check-plist so that its 'files in plist but missing from STAGEDIR' check | Bryan Drewery | 2014-07-24 | 1 | -5/+12 |
* | Do not report parent directories of LOCALBASE as orphans | Antoine Brodin | 2014-06-30 | 1 | -0/+8 |
* | Do not report files @commented by multiple options as orphans | Antoine Brodin | 2014-06-20 | 1 | -1/+1 |
* | fix a typo | Daichi GOTO | 2014-06-13 | 1 | -1/+1 |
* | Add an @shell keyword to handle adding and remove a shell path in /etc/shell | Baptiste Daroussin | 2014-06-11 | 1 | -1/+1 |
* | Add more files to orphans white list: | Antoine Brodin | 2014-05-19 | 1 | -0/+7 |
* | - %D is based on @cwd, not PREFIX; Fix false-postives when using pkg_install | Bryan Drewery | 2014-05-18 | 1 | -1/+1 |
* | - Fix check-plist showing @sample dest files as orphans and also showing in | Bryan Drewery | 2014-05-16 | 1 | -1/+8 |
* | - Ignore MTREE owned PREFIX and PREFIX/info removal for now. | Bryan Drewery | 2014-05-04 | 1 | -1/+11 |
* | - Fix check-stagedir causing staging violating. Quote all directory names | Bryan Drewery | 2014-04-24 | 1 | -2/+5 |
* | - Fix false-positive orphanned dir when '@unexec rmdir -p' is used. | Bryan Drewery | 2014-04-24 | 1 | -3/+3 |
* | - Refactor a bit into functions | Bryan Drewery | 2014-04-24 | 1 | -234/+290 |
* | check-plist: Don't error if GNOME_MTREE_FILE is missing, which can happen | Bryan Drewery | 2014-04-24 | 1 | -1/+1 |