SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,21 @@
Index: src/Makefile.am
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -42,7 +42,7 @@ check:
ss st sun sv sw swb ta tet th tg ti tk tl tn tpi tr ts \
tt ty tzm-Latn ug uk uz uz-Cyrl ve vec vep vi wa xh \
yi yo zh-Hans zh-Hant zu; do \
- bash ./test-primary.sh $$primarylanguage; \
+ sh ./test-primary.sh $$primarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$primarylanguage && exit 1; \
else \
@@ -51,7 +51,7 @@ check:
done
@echo secondary languages
@for secondarylanguage in sco; do \
- bash ./test-secondary.sh $$secondarylanguage; \
+ sh ./test-secondary.sh $$secondarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$secondarylanguage && exit 1; \
else \