mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] gettext: version bump 0.19.8.1 ->  0.20.2
@ 2020-07-14 16:54 Bruno Thomsen
  2020-07-14 16:54 ` [ptxdist] [PATCH 2/3] gettext: cli/lib install options Bruno Thomsen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Bruno Thomsen @ 2020-07-14 16:54 UTC (permalink / raw)
  To: ptxdist; +Cc: Bruno Thomsen, bth

Configuration parameters removed:
--disable-native-java
--with-included-glib
--with-included-libcroco

Configuration parameters added:
--enable-cross-guesses
--enable-namespacing

License hash updated since urls has been updated from
http to https.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/gettext.make | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/rules/gettext.make b/rules/gettext.make
index dd1d22ffb..f4360aa2a 100644
--- a/rules/gettext.make
+++ b/rules/gettext.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GETTEXT) += gettext
 #
 # Paths and names
 #
-GETTEXT_VERSION	:= 0.19.8.1
-GETTEXT_MD5	:= df3f5690eaa30fd228537b00cb7b7590
+GETTEXT_VERSION	:= 0.20.2
+GETTEXT_MD5	:= 0cf5f68338d5d941bbf9ac93b847310f
 GETTEXT		:= gettext-$(GETTEXT_VERSION)
 GETTEXT_SUFFIX	:= tar.xz
 GETTEXT_URL	:= $(call ptx/mirror, GNU, gettext/$(GETTEXT).$(GETTEXT_SUFFIX))
@@ -25,7 +25,7 @@ GETTEXT_SOURCE	:= $(SRCDIR)/$(GETTEXT).$(GETTEXT_SUFFIX)
 GETTEXT_DIR	:= $(BUILDDIR)/$(GETTEXT)
 GETTEXT_LICENSE	:= GPL-3.0-or-later AND LGPL-2.1-or-later
 GETTEXT_LICENSE_FILES := \
-	file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+	file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \
 	file://gettext-runtime/intl/COPYING.LIB;md5=a4b192f7208753fc0fc8d88c733e6106 \
 
 # ----------------------------------------------------------------------------
@@ -41,7 +41,7 @@ GETTEXT_ENV 	:= $(CROSS_ENV)
 GETTEXT_AUTOCONF := \
 	$(CROSS_AUTOCONF_USR) \
 	--disable-java \
-	--disable-native-java \
+	--enable-namespacing \
 	--disable-csharp \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--enable-threads=posix \
@@ -49,6 +49,7 @@ GETTEXT_AUTOCONF := \
 	--disable-nls \
 	--disable-rpath \
 	--enable-c++ \
+	--enable-cross-guesses=conservative \
 	--disable-relocatable \
 	--enable-libasprintf \
 	--disable-acl \

base-commit: 9fe5462616de2ce93663f409f471ea83a6d5fbb5
-- 
2.26.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-17 11:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 16:54 [ptxdist] [PATCH 1/3] gettext: version bump 0.19.8.1 -> 0.20.2 Bruno Thomsen
2020-07-14 16:54 ` [ptxdist] [PATCH 2/3] gettext: cli/lib install options Bruno Thomsen
2020-07-16 12:18   ` Bruno Thomsen
2020-07-17  6:47     ` Michael Olbrich
2020-07-17 11:57   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-14 16:54 ` [ptxdist] [PATCH 3/3] Revert "gettext: move to staging" Bruno Thomsen
2020-07-17 11:57   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-17 11:57 ` [ptxdist] [APPLIED] gettext: version bump 0.19.8.1 -> 0.20.2 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox