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

(-)devel/gettext/Makefile (-12 / +17 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gettext
8
PORTNAME=	gettext
9
PORTVERSION=	0.11.2
9
PORTVERSION=	0.11.4
10
PORTREVISION=	1
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	gettext
12
MASTER_SITE_SUBDIR=	gettext
Lines 17-36 Link Here
17
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
18
		expat.3:${PORTSDIR}/textproc/expat2
17
		expat.3:${PORTSDIR}/textproc/expat2
19
18
20
USE_BISON=	yes
21
INSTALLS_SHLIB=	yes
22
USE_LIBTOOL=	yes
19
USE_LIBTOOL=	yes
23
CONFIGURE_ARGS=	--with-libexpat-prefix=${LOCALBASE}/lib
20
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	ACLOCAL="${TRUE}" \
22
		AUTOCONF="${TRUE}" \
23
		AUTOMAKE="${TRUE}" \
24
		AUTOHEADER="${TRUE}" \
25
		MAKEINFO="makeinfo --no-split" \
26
		CPPFLAGS="-I${LOCALBASE}/include" \
25
		LDFLAGS="-L${LOCALBASE}/lib"
27
		LDFLAGS="-L${LOCALBASE}/lib"
28
CONFIGURE_ARGS=	--with-libexpat-prefix=${LOCALBASE}/lib
29
INSTALLS_SHLIB=	yes
26
30
27
PLIST_SUB=	LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \
31
PLIST_SUB=	LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \
28
		VERSION=${PORTVERSION}
32
		VERSION=${PORTVERSION}
29
33
30
MAN1=		gettext.1 msgattrib.1 msgcat.1 msgcmp.1 msgcomm.1 \
34
MAN1=		autopoint.1 gettext.1 gettextize.1 msgattrib.1 msgcat.1 \
31
		msgconv.1 msgen.1 msgexec.1 msgfilter.1 msgfmt.1 \
35
		msgcmp.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 \
32
		msggrep.1 msginit.1 msgmerge.1 msgunfmt.1 msguniq.1 \
36
		msgfilter.1 msgfmt.1 msggrep.1 msginit.1 msgmerge.1 \
33
		ngettext.1 xgettext.1
37
		msgunfmt.1 msguniq.1 ngettext.1 xgettext.1
34
MAN3=		bind_textdomain_codeset.3 bindtextdomain.3 dcgettext.3 \
38
MAN3=		bind_textdomain_codeset.3 bindtextdomain.3 dcgettext.3 \
35
		dcngettext.3 dgettext.3 dngettext.3 gettext.3 ngettext.3 \
39
		dcngettext.3 dgettext.3 dngettext.3 gettext.3 ngettext.3 \
36
		textdomain.3
40
		textdomain.3
Lines 41-48 Link Here
41
post-install:
45
post-install:
42
	@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
46
	@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
43
	${MKDIR} ${PREFIX}/share/emacs/site-lisp
47
	${MKDIR} ${PREFIX}/share/emacs/site-lisp
44
	${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
48
.for file in po-compat.el po-mode.el
45
		${PREFIX}/share/emacs/site-lisp/po-mode.el
49
	${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/emacs/site-lisp
50
.endfor
46
	${MKDIR} ${X11BASE}/share/locale
51
	${MKDIR} ${X11BASE}/share/locale
47
52
48
.include <bsd.port.mk>
53
.include <bsd.port.mk>
(-)devel/gettext/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gettext-0.11.2.tar.gz) = 31ff6c5f51ba151d2349f4dec47f4ec1
1
MD5 (gettext-0.11.4.tar.gz) = 6236562909ade8c5b56e1d6b75be2767
(-)devel/gettext/files/patch-Makefile.in (-10 / +9 lines)
Lines 1-12 Link Here
1
--- Makefile.in.orig	Tue Mar 12 14:51:22 2002
1
--- Makefile.in.orig	Wed Jul 17 20:45:19 2002
2
+++ Makefile.in	Fri Mar 15 18:42:49 2002
2
+++ Makefile.in	Fri Jul 19 03:41:08 2002
3
@@ -40,3 +40,3 @@
3
@@ -155,7 +155,7 @@
4
 gettextsrc_DATA = ABOUT-NLS
5
 gettextsrc_SCRIPTS = config.rpath mkinstalldirs
4
 
6
 
5
-ACLOCAL = @ACLOCAL@
7
-SUBDIRS = doc intl intl-java lib libuniname src po projects misc man m4 tests
6
+ACLOCAL = /usr/bin/true
8
+SUBDIRS = doc intl lib libuniname src po projects misc man m4 tests
7
 AUTOCONF = @AUTOCONF@
8
@@ -152,3 +152,3 @@
9
 
10
-SUBDIRS = doc intl intl-java lib libuniname src po man m4 projects misc tests
11
+SUBDIRS = doc intl lib libuniname src po man m4 projects misc tests
12
 
9
 
10
 EXTRA_DIST = config.rpath BUGS DISCLAIM PACKAGING README.gemtext \
11
              djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \
(-)devel/gettext/files/patch-ae (-8 / +8 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/devel/gettext/files/patch-ae,v 1.8 2002/04/29 21:23:20 sobomax Exp $
2
$FreeBSD: ports/devel/gettext/files/patch-ae,v 1.8 2002/04/29 21:23:20 sobomax Exp $
3
3
4
--- configure.orig	Tue Mar 12 21:03:57 2002
4
--- configure.orig	Wed Jul 17 20:45:27 2002
5
+++ configure	Mon Apr 29 23:49:41 2002
5
+++ configure	Fri Jul 19 03:44:17 2002
6
@@ -6094,6 +6094,7 @@
6
@@ -7576,6 +7576,7 @@
7
 
7
 
8
 # This can be used to rebuild libtool when needed
8
 # This can be used to rebuild libtool when needed
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
Lines 11-22 Link Here
11
 
11
 
12
 # Always use our own libtool.
12
 # Always use our own libtool.
13
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
13
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
14
@@ -11774,7 +11775,7 @@
14
@@ -14782,7 +14783,7 @@
15
   IFS="$ac_save_ifs"
15
 
16
 fi
16
 fi
17
 fi
17
 fi
18
-EMACS="$ac_cv_prog_EMACS"
18
-EMACS=$ac_cv_prog_EMACS
19
+EMACS=no
19
+EMACS=no
20
 if test -n "$EMACS"; then
20
 if test -n "$EMACS"; then
21
   echo "$ac_t""$EMACS" 1>&6
21
   echo "$as_me:14787: result: $EMACS" >&5
22
 else
22
 echo "${ECHO_T}$EMACS" >&6
(-)devel/gettext/files/patch-doc::Makefile.in (-9 lines)
Lines 12-23 Link Here
12
 dvidir = $(docdir)
12
 dvidir = $(docdir)
13
 psdir = $(docdir)
13
 psdir = $(docdir)
14
 pdfdir = $(docdir)
14
 pdfdir = $(docdir)
15
@@ -108,7 +108,7 @@
16
 SED = sed
17
 RM = rm -f
18
 
19
-MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@
20
+MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ --no-split
21
 
22
 info_TEXINFOS = gettext.texi
23
 gettext_TEXINFOS = iso-639.texi iso-3166.texi
(-)devel/gettext/files/patch-lib::Makefile.in (-8 / +8 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/devel/gettext/files/patch-lib::Makefile.in,v 1.4 2002/04/30 08:32:35 sobomax Exp $
2
$FreeBSD: ports/devel/gettext/files/patch-lib::Makefile.in,v 1.4 2002/04/30 08:32:35 sobomax Exp $
3
3
4
--- lib/Makefile.in.orig	Tue Mar 12 21:04:16 2002
4
--- lib/Makefile.in.orig	Fri Jul 19 03:46:30 2002
5
+++ lib/Makefile.in	Tue Apr 30 11:06:26 2002
5
+++ lib/Makefile.in	Fri Jul 19 03:47:55 2002
6
@@ -220,7 +220,7 @@
6
@@ -227,7 +227,7 @@
7
 # Need @LTLIBICONV@ because linebreak.c uses iconv().
7
 # Need @LTLIBICONV@ because linebreak.c uses iconv().
8
 libgettextlib_la_LDFLAGS = \
8
 libgettextlib_la_LDFLAGS = \
9
   -release @VERSION@ \
9
   -release @VERSION@ \
Lines 12-23 Link Here
12
 
12
 
13
 
13
 
14
 
14
 
15
@@ -238,14 +238,14 @@
15
@@ -245,14 +245,14 @@
16
 gen-lbrkprop.c 3level.h Combining.txt
16
 gen-lbrkprop.c 3level.h Combining.txt
17
 
17
 
18
 
18
 
19
-DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
19
-DEFS = -DLIBDIR=\"$(libdir)\" -DEXEEXT=\"$(EXEEXT)\" @DEFS@
20
+DEFS = -DLIBDIR=\"$(prefix)/libdata\" @DEFS@
20
+DEFS = -DLIBDIR=\"$(prefix)/libdata\" -DEXEEXT=\"$(EXEEXT)\" @DEFS@
21
 INCLUDES = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl
21
 INCLUDES = -I. -I$(srcdir) -I.. -I../intl -I$(top_srcdir)/intl
22
 
22
 
23
 DISTCLEANFILES = fnmatch.h
23
 DISTCLEANFILES = fnmatch.h
Lines 30-36 Link Here
30
 
30
 
31
 SUFFIXES = .sed .sin
31
 SUFFIXES = .sed .sin
32
 
32
 
33
@@ -475,7 +475,7 @@
33
@@ -482,7 +482,7 @@
34
 
34
 
35
 install-data-am: install-gettextsrcDATA
35
 install-data-am: install-gettextsrcDATA
36
 
36
 
Lines 39-45 Link Here
39
 
39
 
40
 install-info: install-info-am
40
 install-info: install-info-am
41
 
41
 
42
@@ -522,7 +522,7 @@
42
@@ -534,7 +534,7 @@
43
 
43
 
44
 all-local: charset.alias ref-add.sed ref-del.sed
44
 all-local: charset.alias ref-add.sed ref-del.sed
45
 install-exec-local: all-local
45
 install-exec-local: all-local
(-)devel/gettext/files/patch-src::Makefile.in (-7 / +7 lines)
Lines 1-18 Link Here
1
1
2
$FreeBSD: ports/devel/gettext/files/patch-src::Makefile.in,v 1.2 2002/04/29 21:23:20 sobomax Exp $
2
$FreeBSD: ports/devel/gettext/files/patch-src::Makefile.in,v 1.2 2002/04/29 21:23:20 sobomax Exp $
3
3
4
--- src/Makefile.in.orig	Tue Mar 12 21:04:19 2002
4
--- src/Makefile.in.orig	Wed Jul 17 20:46:11 2002
5
+++ src/Makefile.in	Tue Apr 30 00:01:24 2002
5
+++ src/Makefile.in	Fri Jul 19 03:51:12 2002
6
@@ -173,7 +173,7 @@
6
@@ -181,7 +181,7 @@
7
 -I../lib -I$(top_srcdir)/lib -I../intl -I$(top_srcdir)/intl
8
 
7
 
9
 DEFS = -DLOCALEDIR=\"$(localedir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \
8
 DEFS = -DLOCALEDIR=\"$(localedir)\" -DUSEJEXE=$(USEJEXE) \
9
 -DGETTEXTJEXEDIR=\"$(pkglibdir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \
10
--DLIBDIR=\"$(libdir)\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \
10
--DLIBDIR=\"$(libdir)\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \
11
+-DLIBDIR=\"$(prefix)/libdata\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \
11
+-DLIBDIR=\"$(prefix)/libdata\" -DGETTEXTDATADIR=\"$(pkgdatadir)\" \
12
 -DPROJECTSDIR=\"$(projectsdir)\" @DEFS@
12
 -DPROJECTSDIR=\"$(projectsdir)\" @DEFS@
13
 
13
 
14
 LDADD = ../lib/libgettextlib.la @LTLIBINTL@
14
 LDADD = ../lib/libgettextlib.la @LTLIBINTL@
15
@@ -240,7 +240,7 @@
15
@@ -248,7 +248,7 @@
16
 # use iconv().
16
 # use iconv().
17
 libgettextsrc_la_LDFLAGS = \
17
 libgettextsrc_la_LDFLAGS = \
18
   -release @VERSION@ \
18
   -release @VERSION@ \
Lines 21-27 Link Here
21
 
21
 
22
 
22
 
23
 # Link dependencies.
23
 # Link dependencies.
24
@@ -726,11 +726,11 @@
24
@@ -747,11 +747,11 @@
25
 # Special rules for installation of auxiliary programs.
25
 # Special rules for installation of auxiliary programs.
26
 
26
 
27
 install-exec-local:
27
 install-exec-local:
(-)devel/gettext/pkg-plist (-3 / +15 lines)
Lines 1-3 Link Here
1
bin/autopoint
1
bin/gettext
2
bin/gettext
2
bin/gettextize
3
bin/gettextize
3
bin/msgattrib
4
bin/msgattrib
Lines 21-34 Link Here
21
info/gettext.info
22
info/gettext.info
22
@exec install-info %D/info/gettext.info %D/info/dir
23
@exec install-info %D/info/gettext.info %D/info/dir
23
lib/libgettextlib-%%VERSION%%.so
24
lib/libgettextlib-%%VERSION%%.so
24
lib/libgettextlib.a
25
lib/libgettextlib.so
25
lib/libgettextlib.so
26
lib/libgettextsrc-%%VERSION%%.so
26
lib/libgettextsrc-%%VERSION%%.so
27
lib/libgettextsrc.a
28
lib/libgettextsrc.so
27
lib/libgettextsrc.so
29
lib/libintl.a
28
lib/libintl.a
30
lib/libintl.so
29
lib/libintl.so
31
lib/libintl.so.2
30
lib/libintl.so.4
32
libdata/gettext/hostname
31
libdata/gettext/hostname
33
libdata/gettext/project-id
32
libdata/gettext/project-id
34
libdata/gettext/urlget
33
libdata/gettext/urlget
Lines 37-48 Link Here
37
share/aclocal/gettext.m4
36
share/aclocal/gettext.m4
38
share/aclocal/glibc21.m4
37
share/aclocal/glibc21.m4
39
share/aclocal/iconv.m4
38
share/aclocal/iconv.m4
39
share/aclocal/intdiv0.m4
40
share/aclocal/inttypes-pri.m4
41
share/aclocal/inttypes.m4
42
share/aclocal/inttypes_h.m4
40
share/aclocal/isc-posix.m4
43
share/aclocal/isc-posix.m4
41
share/aclocal/lcmessage.m4
44
share/aclocal/lcmessage.m4
42
share/aclocal/lib-ld.m4
45
share/aclocal/lib-ld.m4
43
share/aclocal/lib-link.m4
46
share/aclocal/lib-link.m4
44
share/aclocal/lib-prefix.m4
47
share/aclocal/lib-prefix.m4
45
share/aclocal/progtest.m4
48
share/aclocal/progtest.m4
49
share/aclocal/stdint_h.m4
50
share/aclocal/uintmax_t.m4
51
share/doc/gettext/autopoint.1.html
46
share/doc/gettext/bind_textdomain_codeset.3.html
52
share/doc/gettext/bind_textdomain_codeset.3.html
47
share/doc/gettext/bindtextdomain.3.html
53
share/doc/gettext/bindtextdomain.3.html
48
share/doc/gettext/gettext.1.html
54
share/doc/gettext/gettext.1.html
Lines 71-76 Link Here
71
share/doc/gettext/gettext_9.html
77
share/doc/gettext/gettext_9.html
72
share/doc/gettext/gettext_foot.html
78
share/doc/gettext/gettext_foot.html
73
share/doc/gettext/gettext_toc.html
79
share/doc/gettext/gettext_toc.html
80
share/doc/gettext/gettextize.1.html
74
share/doc/gettext/msgattrib.1.html
81
share/doc/gettext/msgattrib.1.html
75
share/doc/gettext/msgcat.1.html
82
share/doc/gettext/msgcat.1.html
76
share/doc/gettext/msgcmp.1.html
83
share/doc/gettext/msgcmp.1.html
Lines 89-96 Link Here
89
share/doc/gettext/ngettext.3.html
96
share/doc/gettext/ngettext.3.html
90
share/doc/gettext/textdomain.3.html
97
share/doc/gettext/textdomain.3.html
91
share/doc/gettext/xgettext.1.html
98
share/doc/gettext/xgettext.1.html
99
share/emacs/site-lisp/po-compat.el
92
share/emacs/site-lisp/po-mode.el
100
share/emacs/site-lisp/po-mode.el
93
share/gettext/ABOUT-NLS
101
share/gettext/ABOUT-NLS
102
share/gettext/archive.tar.gz
94
share/gettext/config.rpath
103
share/gettext/config.rpath
95
share/gettext/gettext.h
104
share/gettext/gettext.h
96
share/gettext/intl/COPYING.LIB-2.0
105
share/gettext/intl/COPYING.LIB-2.0
Lines 132-137 Link Here
132
share/gettext/intl/ref-add.sin
141
share/gettext/intl/ref-add.sin
133
share/gettext/intl/ref-del.sin
142
share/gettext/intl/ref-del.sin
134
share/gettext/intl/textdomain.c
143
share/gettext/intl/textdomain.c
144
share/gettext/mkinstalldirs
135
share/gettext/msgunfmt.tcl
145
share/gettext/msgunfmt.tcl
136
share/gettext/po/Makefile.in.in
146
share/gettext/po/Makefile.in.in
137
share/gettext/po/Makevars
147
share/gettext/po/Makevars
Lines 156-161 Link Here
156
share/gettext/projects/TP/trigger
166
share/gettext/projects/TP/trigger
157
share/gettext/projects/index
167
share/gettext/projects/index
158
share/gettext/projects/team-address
168
share/gettext/projects/team-address
169
share/locale/be/LC_MESSAGES/gettext.mo
159
share/locale/ca/LC_MESSAGES/gettext.mo
170
share/locale/ca/LC_MESSAGES/gettext.mo
160
share/locale/cs/LC_MESSAGES/gettext.mo
171
share/locale/cs/LC_MESSAGES/gettext.mo
161
share/locale/da/LC_MESSAGES/gettext.mo
172
share/locale/da/LC_MESSAGES/gettext.mo
Lines 165-170 Link Here
165
share/locale/en@quot/LC_MESSAGES/gettext.mo
176
share/locale/en@quot/LC_MESSAGES/gettext.mo
166
share/locale/es/LC_MESSAGES/gettext.mo
177
share/locale/es/LC_MESSAGES/gettext.mo
167
share/locale/et/LC_MESSAGES/gettext.mo
178
share/locale/et/LC_MESSAGES/gettext.mo
179
share/locale/fi/LC_MESSAGES/gettext.mo
168
share/locale/fr/LC_MESSAGES/gettext.mo
180
share/locale/fr/LC_MESSAGES/gettext.mo
169
share/locale/gl/LC_MESSAGES/gettext.mo
181
share/locale/gl/LC_MESSAGES/gettext.mo
170
share/locale/id/LC_MESSAGES/gettext.mo
182
share/locale/id/LC_MESSAGES/gettext.mo

Return to bug 41170