maintenance update to 0.19.6

This commit is contained in:
naddy 2015-09-14 19:48:44 +00:00
parent c5ca4bd627
commit 80bd6603e3
7 changed files with 23 additions and 23 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1 2015/07/19 23:46:08 naddy Exp $
# $OpenBSD: Makefile,v 1.2 2015/09/14 19:48:45 naddy Exp $
COMMENT= GNU gettext development and translation tools
VERSION= 0.19.5.1
VERSION= 0.19.6
DISTNAME= gettext-${VERSION}
PKGNAME= gettext-tools-${VERSION}
SHARED_LIBS += gettextlib 6.0 # unknown

View File

@ -1,2 +1,2 @@
SHA256 (gettext-0.19.5.1.tar.xz) = ZtoA3CyBDXM7H1WipK9ctmni7kJZk31QpR1WFM2tMj0=
SIZE (gettext-0.19.5.1.tar.xz) = 6873540
SHA256 (gettext-0.19.6.tar.xz) = m5WBZiD9EWjLTuyg6dwP/YboZPxmj3b143zAVNaYLlE=
SIZE (gettext-0.19.6.tar.xz) = 6878652

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-gettext-tools_configure,v 1.1 2015/07/19 23:46:08 naddy Exp $
$OpenBSD: patch-gettext-tools_configure,v 1.2 2015/09/14 19:48:45 naddy Exp $
Allow use of pre-installed gettext with gettexts-tools.
--- gettext-tools/configure.orig Wed Jul 15 03:32:24 2015
+++ gettext-tools/configure Sat Jul 18 19:11:13 2015
@@ -22215,8 +22215,7 @@ $as_echo "$ac_res" >&6; }
--- gettext-tools/configure.orig Fri Sep 11 05:05:06 2015
+++ gettext-tools/configure Mon Sep 14 16:53:57 2015
@@ -22218,8 +22218,7 @@ $as_echo "$ac_res" >&6; }
if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
|| { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.1 2015/07/19 23:46:08 naddy Exp $
$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.2 2015/09/14 19:48:45 naddy Exp $
Use standard shared library versioning.
Do not remove static library after building.
This was also a race if MAKE_JOBS > 1.
--- gettext-tools/gnulib-lib/Makefile.in.orig Wed Jul 15 03:32:27 2015
+++ gettext-tools/gnulib-lib/Makefile.in Sat Jul 18 19:09:06 2015
@@ -2178,7 +2178,7 @@ EXTRA_libgettextlib_la_SOURCES = acl_entries.c atexit.
--- gettext-tools/gnulib-lib/Makefile.in.orig Fri Sep 11 05:05:09 2015
+++ gettext-tools/gnulib-lib/Makefile.in Mon Sep 14 16:53:57 2015
@@ -2181,7 +2181,7 @@ EXTRA_libgettextlib_la_SOURCES = acl_entries.c atexit.
#libgettextlib_la_LDFLAGS += $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@
libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LIB_ACL) \
$(LTLIBICONV) $(LTLIBINTL) $(LTLIBTHREAD) $(LTLIBUNISTRING) \
@ -16,7 +16,7 @@ This was also a race if MAKE_JOBS > 1.
$(am__append_3) $(am__append_12)
# Use this preprocessor expression to decide whether #include_next works.
@@ -3394,7 +3394,7 @@ getopt.h: getopt.in.h $(top_builddir)/config.status $(
@@ -3400,7 +3400,7 @@ getopt.h: getopt.in.h $(top_builddir)/config.status $(
mv -f $@-t $@
# No need to install libgettextlib.a, except on AIX.

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.1 2015/07/19 23:46:08 naddy Exp $
$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.2 2015/09/14 19:48:45 naddy Exp $
Use standard shared library versioning.
Do not remove static library after building.
This was also a race if MAKE_JOBS > 1.
--- gettext-tools/src/Makefile.in.orig Wed Jul 15 03:32:29 2015
+++ gettext-tools/src/Makefile.in Sat Jul 18 19:09:06 2015
@@ -2042,7 +2042,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
--- gettext-tools/src/Makefile.in.orig Fri Sep 11 05:05:11 2015
+++ gettext-tools/src/Makefile.in Mon Sep 14 16:53:57 2015
@@ -2052,7 +2052,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
# Need @LTLIBINTL@ because many source files use gettext().
# Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c
# use iconv().
@ -16,7 +16,7 @@ This was also a race if MAKE_JOBS > 1.
../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) @LTLIBINTL@ \
@LTLIBICONV@ @LTLIBEXPAT@ -lc -no-undefined $(am__append_2)
libgettextsrc_la_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_3)
@@ -3420,7 +3420,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB
@@ -3456,7 +3456,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB
# No need to install libgettextsrc.a, except on AIX.

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.76 2015/07/19 23:46:08 naddy Exp $
# $OpenBSD: Makefile,v 1.77 2015/09/14 19:48:44 naddy Exp $
COMMENT= GNU gettext runtime libraries and programs
DISTNAME= gettext-0.19.5.1
SHARED_LIBS += intl 6.0 # 9.3
DISTNAME= gettext-0.19.6
SHARED_LIBS += intl 6.0 # 9.4
SHARED_LIBS += asprintf 1.1 # unknown
CATEGORIES= devel

View File

@ -1,2 +1,2 @@
SHA256 (gettext-0.19.5.1.tar.xz) = ZtoA3CyBDXM7H1WipK9ctmni7kJZk31QpR1WFM2tMj0=
SIZE (gettext-0.19.5.1.tar.xz) = 6873540
SHA256 (gettext-0.19.6.tar.xz) = m5WBZiD9EWjLTuyg6dwP/YboZPxmj3b143zAVNaYLlE=
SIZE (gettext-0.19.6.tar.xz) = 6878652