Date: Mon, 25 May 2026 21:08:03 +0000 From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9cf99307157 - main - textproc/snowballstemmer: Update to 3.1.0 Message-ID: <6a14ba33.20d02.399434ec@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9cf993071579448bf0f6a3854d8f1c6d28656e5 commit d9cf993071579448bf0f6a3854d8f1c6d28656e5 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2026-05-25 21:04:48 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2026-05-25 21:04:48 +0000 textproc/snowballstemmer: Update to 3.1.0 --- textproc/snowballstemmer/Makefile | 10 +++++----- textproc/snowballstemmer/distinfo | 6 +++--- textproc/snowballstemmer/files/patch-GNUmakefile | 20 ++++++++++---------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/textproc/snowballstemmer/Makefile b/textproc/snowballstemmer/Makefile index 8f1405e8eda8..76e68ecdd78a 100644 --- a/textproc/snowballstemmer/Makefile +++ b/textproc/snowballstemmer/Makefile @@ -1,5 +1,5 @@ PORTNAME= snowballstemmer -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -23,15 +23,15 @@ PLIST_FILES= bin/stemwords \ include/libstemmer.h \ lib/libstemmer.so \ lib/libstemmer.so.3 \ - lib/libstemmer.so.3.0.1 + lib/libstemmer.so.3.1.0 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stemwords ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/include/libstemmer.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/libstemmer.so.3.0.1 ${STAGEDIR}${PREFIX}/lib - ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.0.1 \ + ${INSTALL_LIB} ${WRKSRC}/libstemmer.so.3.1.0 ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.1.0 \ ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3 - ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.0.1 \ + ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.3.1.0 \ ${STAGEDIR}${PREFIX}/lib/libstemmer.so .include <bsd.port.mk> diff --git a/textproc/snowballstemmer/distinfo b/textproc/snowballstemmer/distinfo index 3c5e00a03127..49c20998db03 100644 --- a/textproc/snowballstemmer/distinfo +++ b/textproc/snowballstemmer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746862404 -SHA256 (snowballstem-snowball-v3.0.1_GH0.tar.gz) = 80ac10ce40dc4fcfbfed8d085c457b5613da0e86a73611a3d5527d044a142d60 -SIZE (snowballstem-snowball-v3.0.1_GH0.tar.gz) = 256065 +TIMESTAMP = 1779626474 +SHA256 (snowballstem-snowball-v3.1.0_GH0.tar.gz) = e49fa0a641be9b93d6b4040785007e82d7b5c74eaca51a6d40e47b516a528927 +SIZE (snowballstem-snowball-v3.1.0_GH0.tar.gz) = 351600 diff --git a/textproc/snowballstemmer/files/patch-GNUmakefile b/textproc/snowballstemmer/files/patch-GNUmakefile index 1921ee4b804d..abe504d7e615 100644 --- a/textproc/snowballstemmer/files/patch-GNUmakefile +++ b/textproc/snowballstemmer/files/patch-GNUmakefile @@ -1,12 +1,12 @@ ---- GNUmakefile.orig 2025-05-09 03:10:41 UTC +--- GNUmakefile.orig 2026-05-22 01:29:07 UTC +++ GNUmakefile -@@ -190,12 +190,12 @@ JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.clas +@@ -294,12 +294,12 @@ JAVA_RUNTIME_CLASSES=$(JAVA_RUNTIME_SOURCES:.java=.cla JAVA_CLASSES = $(JAVA_SOURCES:.java=.class) - JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.class) + JAVA_RUNTIME_CLASSES=$(JAVA_RUNTIME_SOURCES:.java=.class) --CFLAGS=-g -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Wshadow $(WERROR) +-CFLAGS=-g -O2 -W -Wall -Wcast-qual -Wmissing-prototypes -Wmissing-declarations -Wshadow $(WERROR) -CPPFLAGS= -+CFLAGS+=-fPIC -W -Wall -Wmissing-prototypes -Wmissing-declarations -Wshadow $(WERROR) ++CFLAGS+=-fPIC -W -Wall -Wcast-qual -Wmissing-prototypes -Wmissing-declarations -Wshadow $(WERROR) +CPPFLAGS+= INCLUDES=-Iinclude @@ -14,15 +14,15 @@ -all: snowball$(EXEEXT) libstemmer.a stemwords$(EXEEXT) $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) $(C_OTHER_OBJECTS) +all: snowball$(EXEEXT) libstemmer.a libstemmer.so stemwords$(EXEEXT) $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) $(C_OTHER_OBJECTS) - algorithms.mk: libstemmer/mkalgorithms.pl libstemmer/modules.txt - libstemmer/mkalgorithms.pl algorithms.mk libstemmer/modules.txt -@@ -256,6 +256,9 @@ libstemmer.a: libstemmer/libstemmer.o $(RUNTIME_OBJECT + algorithms.mk: GNUmakefile libstemmer/mkalgorithms.pl $(MODULES) + libstemmer/mkalgorithms.pl algorithms.mk $(MODULES) +@@ -406,6 +406,9 @@ libstemmer.a: libstemmer/libstemmer.o $(RUNTIME_OBJECT libstemmer.a: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS) - $(AR) -cru $@ $^ + $(AR) $(ARFLAGS) $@ $^ + +libstemmer.so: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS) -+ $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname,libstemmer.so.3,-version-script,libstemmer/symbol.map -o $@.3.0.1 $^ ++ $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname,libstemmer.so.3,-version-script,libstemmer/symbol.map -o $@.3.1.0 $^ examples/%.o: examples/%.c $(CC) $(CFLAGS) $(INCLUDES) $(CPPFLAGS) -c -o $@ $<home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a14ba33.20d02.399434ec>
