1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/Mk/Scripts
Mathieu Arnold f5e4ea9e14 Unbreak make makepatch.
The glob in `find ./*` is handled by the shell and actually sorts the
files, so one needs to to ask find to sort the result, using `find -s`.

`find ./* -maxdepth 0` is not equivalent to `find . -maxdepth 0`, the
depth increases by one as `./x` is on level deeper than `.`.

Pointy hat:	bdrewery
2020-01-23 08:55:25 +00:00
..
actual-package-depends.sh SC2006: Use $(..) instead of legacy ... 2018-06-01 16:20:54 +00:00
cargo-crates.awk Mk/Uses/cargo.mk: Support new Cargo.lock format 2019-12-05 06:42:22 +00:00
check_leftovers.sh Respect UID_FILES. 2019-03-09 18:38:18 +00:00
check-desktop-entries.sh Extract desktop-categories, check-desktop-entries, and install-desktop-entries into scripts. 2018-01-28 08:25:06 +00:00
check-stagedir.sh generate-symbols: Need @dir entries if PREFIX!=LOCALBASE. 2019-11-07 20:49:17 +00:00
check-vulnerable.sh Improve vulnerability checking 2019-05-27 13:02:05 +00:00
checksum.sh SC2198: Arrays don't work as operands in [ ]. Use a loop (or concatenate with * instead of @). 2018-06-01 16:20:33 +00:00
create-manifest.sh If pkg-message is not a UCL file, assume the message is "install" only. 2019-08-19 12:18:16 +00:00
depends-list.sh Add support for overlays 2019-09-03 14:36:00 +00:00
desktop-categories.sh Retire the palm category (1999-2019) 2019-11-04 11:57:46 +00:00
dialog4ports.sh
do-depends.sh Add support for overlays 2019-09-03 14:36:00 +00:00
do-fetch.sh Fix fetch-list when running as a user. 2019-07-31 10:10:35 +00:00
do-patch.sh
do-users-groups.sh
find-lib.sh Use full path to file(1) from base as sysutils/file is buggy 2018-10-06 08:19:19 +00:00
functions.sh Prevent globbing before validating env vars. 2019-08-27 08:52:28 +00:00
generate-symbols.sh generate-symbols: Need @dir entries if PREFIX!=LOCALBASE. 2019-11-07 20:49:17 +00:00
install-desktop-entries.sh Extract desktop-categories, check-desktop-entries, and install-desktop-entries into scripts. 2018-01-28 08:25:06 +00:00
makesum.sh
plist_sub_sed_sort.sh Extract PLIST_SUB substitutions into a sed script. 2018-07-26 11:09:46 +00:00
ports_env.sh
qa.sh Add QA warning about useless REINPLACE_CMD 2020-01-09 13:01:45 +00:00
rust-compat11-canary.sh lang/rust: Add COMPAT_FREEBSD11 canary 2020-01-13 18:36:04 +00:00
security-check.awk Convert to readelf. 2018-06-30 08:37:33 +00:00
smart_makepatch.sh Unbreak make makepatch. 2020-01-23 08:55:25 +00:00