Files
ports/textproc/libexttextcat/files/patch-src__Makefile.in
T
Dima Panov 63fab19d13 textproc/libexttextcat: update to 3.4.8 release (+)
release to 3.4.8
  + respect bufsize in prepbuffer
  + widen fp_Create bufsize from uint4 to size_t (ABI break;
    SONAME bumped libexttextcat-2.0.so.0 -> libexttextcat-2.0.so.1
    via -version-info 1:0:0)
  + fix leak in textcat_Init bailout path
  + avoid forming &dest[-1] in wg_trim (undefined behavior)
  + update README for current UDHR source location (efele.net,
    after unicode.org/udhr retired in January 2024)
  + add Telugu, Kabyle, Nenets, Karakalpak, Morisyen, Arpitan,
    Sidamo, Quechua (North Bolivian), Inari Saami and Skolt Saami
  + rename ha-NG to ha-Latn-NG to match BCP-47/LibreOffice

release to 3.4.7
  + add Saraiki and Ilocano
2026-07-13 17:26:07 +03:00

21 lines
732 B
Makefile

--- src/Makefile.in.orig 2026-05-16 19:54:17 UTC
+++ src/Makefile.in
@@ -849,7 +849,7 @@ check:
ss st sun sv sw swb ta te 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 yrk zh-Hans zh-Hant zu; do \
- bash ./test-primary.sh $$primarylanguage; \
+ ${SHELL} ./test-primary.sh $$primarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$primarylanguage && exit 1; \
else \
@@ -858,7 +858,7 @@ check:
done
@echo secondary languages
@for secondarylanguage in sco; do \
- bash ./test-secondary.sh $$secondarylanguage; \
+ $(SHELL) ./test-secondary.sh $$secondarylanguage; \
if test x$$? != x0; then \
echo FAIL: $$secondarylanguage && exit 1; \
else \