aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-08-09 00:29:32 +0800
committertijl <tijl@FreeBSD.org>2015-08-09 00:29:32 +0800
commit3c03c2abf16c8b9e95e729b600cfb0af2ffa5bb5 (patch)
treebe12b398ff4bc5bf8c8271949f2bab5f9fd93542 /devel
parent9dfab0a76c9bf60e2de87a8fc66ce556c64ba865 (diff)
downloadfreebsd-ports-gnome-3c03c2abf16c8b9e95e729b600cfb0af2ffa5bb5.tar.gz
freebsd-ports-gnome-3c03c2abf16c8b9e95e729b600cfb0af2ffa5bb5.tar.zst
freebsd-ports-gnome-3c03c2abf16c8b9e95e729b600cfb0af2ffa5bb5.zip
- 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)
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext-tools/Makefile18
-rw-r--r--devel/gettext-tools/pkg-plist5
-rw-r--r--devel/gettext/Makefile.common2
-rw-r--r--devel/gettext/distinfo4
4 files changed, 13 insertions, 16 deletions
diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile
index 8232b13d5e71..576e8e7f38f9 100644
--- a/devel/gettext-tools/Makefile
+++ b/devel/gettext-tools/Makefile
@@ -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
diff --git a/devel/gettext-tools/pkg-plist b/devel/gettext-tools/pkg-plist
index 412d58b6e9f5..50a1458f765f 100644
--- a/devel/gettext-tools/pkg-plist
+++ b/devel/gettext-tools/pkg-plist
@@ -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
diff --git a/devel/gettext/Makefile.common b/devel/gettext/Makefile.common
index a836b0dee342..c8d5cd87d526 100644
--- a/devel/gettext/Makefile.common
+++ b/devel/gettext/Makefile.common
@@ -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
diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo
index 5fe7ecf10e00..17bb0a8b61c4 100644
--- a/devel/gettext/distinfo
+++ b/devel/gettext/distinfo
@@ -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