View | Details | Raw Unified | Return to bug 202125
Collapse All | Expand All

(-)devel/gettext/Makefile.common (-1 / +1 lines)
Lines 4-10 Link Here
4
# experimental ports run.  Untested commits may be backed out at portmgr's
4
# experimental ports run.  Untested commits may be backed out at portmgr's
5
# discretion.
5
# discretion.
6
6
7
PORTVERSION=	0.19.4
7
PORTVERSION=	0.19.5.1
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
9
CATEGORIES=	devel
9
CATEGORIES=	devel
10
MASTER_SITES=	GNU/gettext
10
MASTER_SITES=	GNU/gettext
(-)devel/gettext/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gettext-0.19.4.tar.xz) = 719adadb8bf3e36bac52c243a01c0add18d23506a3a40437e6f5899ceab18d20
1
SHA256 (gettext-0.19.5.1.tar.xz) = 66da00dc2c810d733b1f55a2a4af5cb669e2ee4259937d50a51d5614cdad323d
2
SIZE (gettext-0.19.4.tar.xz) = 6656168
2
SIZE (gettext-0.19.5.1.tar.xz) = 6873540
(-)devel/gettext-tools/Makefile (-11 / +7 lines)
Lines 31-52 WRKSRC_SUBDIR= gettext-tools Link Here
31
CPE_PRODUCT=	gettext
31
CPE_PRODUCT=	gettext
32
CPE_VENDOR=	gnu
32
CPE_VENDOR=	gnu
33
33
34
OPTIONS_DEFINE=	DOCS
34
OPTIONS_DEFINE=	DOCS THREADS
35
OPTIONS_DEFAULT=THREADS
36
OPTIONS_EXCLUDE_DragonFly=	THREADS
35
37
36
.include <bsd.port.options.mk>
38
DOCS_INFO=	gettext
37
39
38
.if ${PORT_OPTIONS:MDOCS}
40
THREADS_CONFIGURE_ENABLE=	threads
39
INFO+=		gettext
40
.endif
41
41
42
.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} < 900506)
42
post-patch-DOCS-off:
43
CONFIGURE_ARGS+=--disable-threads
43
	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
44
.endif
45
44
46
post-patch:
45
post-patch:
47
.if ! ${PORT_OPTIONS:MDOCS}
48
	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
49
.endif
50
# Exclude examples and gnulib-tests.
46
# Exclude examples and gnulib-tests.
51
	@${REINPLACE_CMD} -E '/^SUBDIRS =/s/(examples|gnulib-tests)//g' \
47
	@${REINPLACE_CMD} -E '/^SUBDIRS =/s/(examples|gnulib-tests)//g' \
52
		${WRKSRC}/Makefile.in
48
		${WRKSRC}/Makefile.in
(-)devel/gettext-tools/pkg-plist (-2 / +3 lines)
Lines 17-30 bin/msguniq Link Here
17
bin/recode-sr-latin
17
bin/recode-sr-latin
18
bin/xgettext
18
bin/xgettext
19
include/gettext-po.h
19
include/gettext-po.h
20
lib/libgettextlib-0.19.4.so
20
lib/libgettextlib-0.19.5.1.so
21
lib/libgettextlib.so
21
lib/libgettextlib.so
22
lib/libgettextpo.a
22
lib/libgettextpo.a
23
lib/libgettextpo.so
23
lib/libgettextpo.so
24
lib/libgettextpo.so.0
24
lib/libgettextpo.so.0
25
lib/libgettextpo.so.0.5.3
25
lib/libgettextpo.so.0.5.3
26
lib/libgettextsrc-0.19.4.so
26
lib/libgettextsrc-0.19.5.1.so
27
lib/libgettextsrc.so
27
lib/libgettextsrc.so
28
lib/gettext/cldr-plurals
28
lib/gettext/hostname
29
lib/gettext/hostname
29
lib/gettext/project-id
30
lib/gettext/project-id
30
lib/gettext/urlget
31
lib/gettext/urlget

Return to bug 202125