1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +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
cargo-crates.awk Mk/Uses/cargo.mk: Support new Cargo.lock format 2019-12-05 06:42:22 +00:00
check_leftovers.sh
check-desktop-entries.sh
check-stagedir.sh generate-symbols: Need @dir entries if PREFIX!=LOCALBASE. 2019-11-07 20:49:17 +00:00
check-vulnerable.sh
checksum.sh
create-manifest.sh
depends-list.sh
desktop-categories.sh
dialog4ports.sh
do-depends.sh
do-fetch.sh
do-patch.sh
do-users-groups.sh
find-lib.sh
functions.sh
generate-symbols.sh generate-symbols: Need @dir entries if PREFIX!=LOCALBASE. 2019-11-07 20:49:17 +00:00
install-desktop-entries.sh
makesum.sh
plist_sub_sed_sort.sh
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
smart_makepatch.sh Unbreak make makepatch. 2020-01-23 08:55:25 +00:00