Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 16:29:33 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393738 - in head/devel: gettext gettext-tools
Message-ID:  <201508081629.t78GTXtc033638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Aug  8 16:29:32 2015
New Revision: 393738
URL: https://svnweb.freebsd.org/changeset/ports/393738

Log:
  - Update devel/gettext to 0.19.5.1
  - Add THREADS option to devel/gettext-tools
  
  PR:		202125
  Exp-run by:	antoine
  Approved by:	portmgr (antoine)

Modified:
  head/devel/gettext-tools/Makefile
  head/devel/gettext-tools/pkg-plist
  head/devel/gettext/Makefile.common
  head/devel/gettext/distinfo

Modified: head/devel/gettext-tools/Makefile
==============================================================================
--- head/devel/gettext-tools/Makefile	Sat Aug  8 16:25:26 2015	(r393737)
+++ head/devel/gettext-tools/Makefile	Sat Aug  8 16:29:32 2015	(r393738)
@@ -31,22 +31,18 @@ WRKSRC_SUBDIR=	gettext-tools
 CPE_PRODUCT=	gettext
 CPE_VENDOR=	gnu
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS THREADS
+OPTIONS_DEFAULT=THREADS
+OPTIONS_EXCLUDE_DragonFly=	THREADS
 
-.include <bsd.port.options.mk>
+DOCS_INFO=	gettext
 
-.if ${PORT_OPTIONS:MDOCS}
-INFO+=		gettext
-.endif
+THREADS_CONFIGURE_ENABLE=	threads
 
-.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} < 900506)
-CONFIGURE_ARGS+=--disable-threads
-.endif
+post-patch-DOCS-off:
+	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
 
 post-patch:
-.if ! ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
-.endif
 # Exclude examples and gnulib-tests.
 	@${REINPLACE_CMD} -E '/^SUBDIRS =/s/(examples|gnulib-tests)//g' \
 		${WRKSRC}/Makefile.in

Modified: head/devel/gettext-tools/pkg-plist
==============================================================================
--- head/devel/gettext-tools/pkg-plist	Sat Aug  8 16:25:26 2015	(r393737)
+++ head/devel/gettext-tools/pkg-plist	Sat Aug  8 16:29:32 2015	(r393738)
@@ -17,14 +17,15 @@ bin/msguniq
 bin/recode-sr-latin
 bin/xgettext
 include/gettext-po.h
-lib/libgettextlib-0.19.4.so
+lib/libgettextlib-0.19.5.1.so
 lib/libgettextlib.so
 lib/libgettextpo.a
 lib/libgettextpo.so
 lib/libgettextpo.so.0
 lib/libgettextpo.so.0.5.3
-lib/libgettextsrc-0.19.4.so
+lib/libgettextsrc-0.19.5.1.so
 lib/libgettextsrc.so
+lib/gettext/cldr-plurals
 lib/gettext/hostname
 lib/gettext/project-id
 lib/gettext/urlget

Modified: head/devel/gettext/Makefile.common
==============================================================================
--- head/devel/gettext/Makefile.common	Sat Aug  8 16:25:26 2015	(r393737)
+++ head/devel/gettext/Makefile.common	Sat Aug  8 16:29:32 2015	(r393738)
@@ -4,7 +4,7 @@
 # experimental ports run.  Untested commits may be backed out at portmgr's
 # discretion.
 
-PORTVERSION=	0.19.4
+PORTVERSION=	0.19.5.1
 PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
 CATEGORIES=	devel
 MASTER_SITES=	GNU/gettext

Modified: head/devel/gettext/distinfo
==============================================================================
--- head/devel/gettext/distinfo	Sat Aug  8 16:25:26 2015	(r393737)
+++ head/devel/gettext/distinfo	Sat Aug  8 16:29:32 2015	(r393738)
@@ -1,2 +1,2 @@
-SHA256 (gettext-0.19.4.tar.xz) = 719adadb8bf3e36bac52c243a01c0add18d23506a3a40437e6f5899ceab18d20
-SIZE (gettext-0.19.4.tar.xz) = 6656168
+SHA256 (gettext-0.19.5.1.tar.xz) = 66da00dc2c810d733b1f55a2a4af5cb669e2ee4259937d50a51d5614cdad323d
+SIZE (gettext-0.19.5.1.tar.xz) = 6873540



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508081629.t78GTXtc033638>