[19673] trunk/dports/devel/gettext
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 22 13:54:09 PDT 2006
Revision: 19673
http://trac.macosforge.org/projects/macports/changeset/19673
Author: mij at macports.org
Date: 2006-09-22 13:54:09 -0700 (Fri, 22 Sep 2006)
Log Message:
-----------
Update to version 0.15.
Modified Paths:
--------------
trunk/dports/devel/gettext/Portfile
Added Paths:
-----------
trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in
Removed Paths:
-------------
trunk/dports/devel/gettext/files/patch-gettext-runtime-intl-localcharset.c
trunk/dports/devel/gettext/files/patch-gettext-tools-lib-localcharset.c
Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile 2006-09-22 20:52:42 UTC (rev 19672)
+++ trunk/dports/devel/gettext/Portfile 2006-09-22 20:54:09 UTC (rev 19673)
@@ -2,7 +2,7 @@
PortSystem 1.0
name gettext
-version 0.14.6
+version 0.15
categories devel
maintainers mij at macports.org
description GNU gettext package
@@ -18,30 +18,22 @@
master_sites gnu
-checksums md5 c26fc7f0a493c5c7c39bbc4e7ed42790 \
- sha1 0d8ce8d9a09a719065a1530399c4f45c15a002c5 \
- rmd160 02138d12fd4d9ce0b3bda2d132f1569b30d16726
+checksums md5 16bc6e4d37ac3d07495f737a2349a22b \
+ sha1 84f9cb6a043d4a85acf06f8c89f2a34202efa210 \
+ rmd160 e485b60965cf74808801e674c570c7ccd63bd61e
-patchfiles patch-gettext-runtime-intl-localcharset.c \
- patch-gettext-tools-lib-localcharset.c
+patchfiles patch-gettext-tools-Makefile.in
-configure.env LDFLAGS="-fno-common" EMACS=/usr/bin/emacs
+configure.env LIBS="-L${prefix}/lib" LDFLAGS="-L${prefix}/lib" \
+ CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
-pre-configure { system "touch ${worksrcpath}/config.cache" }
-configure.args --with-included-gettext --mandir=${prefix}/share/man \
- --cache-file=${worksrcpath}/config.cache \
- --infodir=${prefix}/share/info --with-libiconv-prefix=${prefix} \
- --disable-csharp
+configure.args --mandir=${prefix}/share/man --with-libiconv-prefix=${prefix} \
+ --infodir=${prefix}/share/info --disable-csharp \
+ --with-libexpat-prefix=${prefix}
-depends_lib port:libiconv
+depends_lib port:libiconv port:expat
platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
-variant darwin { configure.env-append CPPFLAGS="-no-cpp-precomp" \
- LDFLAGS="-fno-common -bind_at_load"
- configure.env-delete LDFLAGS="-fno-common" }
-
-variant puredarwin { configure.env-delete EMACS=/usr/bin/emacs }
-
post-destroot { file delete ${destroot}${prefix}/lib/charset.alias \
${destroot}${prefix}/share/locale/locale.alias }
Deleted: trunk/dports/devel/gettext/files/patch-gettext-runtime-intl-localcharset.c
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-runtime-intl-localcharset.c 2006-09-22 20:52:42 UTC (rev 19672)
+++ trunk/dports/devel/gettext/files/patch-gettext-runtime-intl-localcharset.c 2006-09-22 20:54:09 UTC (rev 19673)
@@ -1,17 +0,0 @@
---- gettext-runtime/intl/localcharset.c.orig 2006-04-16 15:55:06.000000000 -0700
-+++ gettext-runtime/intl/localcharset.c 2006-04-16 15:57:13.000000000 -0700
-@@ -23,6 +23,8 @@
- # include <config.h>
- #endif
-
-+#ifndef HAVE_ICONV
-+
- /* Specification. */
- #include "localcharset.h"
-
-@@ -407,3 +409,5 @@
-
- return codeset;
- }
-+
-+#endif
Added: trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in (rev 0)
+++ trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in 2006-09-22 20:54:09 UTC (rev 19673)
@@ -0,0 +1,11 @@
+--- gettext-tools/Makefile.in.orig 2006-09-22 12:33:00.000000000 -0700
++++ gettext-tools/Makefile.in 2006-09-22 12:33:15.000000000 -0700
+@@ -380,7 +380,7 @@
+ target_alias = @target_alias@
+ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
+ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4
+-SUBDIRS = doc intl lib libgrep libuniname src po projects misc man m4 tests examples
++SUBDIRS = doc intl lib libgrep libuniname src po projects misc man m4
+ # vms_jackets.h is a header that comes with Compaq's "porting library".
+ # KEEP_CRTL_SETLOCALE tells it to not override the native locale support.
+
Deleted: trunk/dports/devel/gettext/files/patch-gettext-tools-lib-localcharset.c
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-tools-lib-localcharset.c 2006-09-22 20:52:42 UTC (rev 19672)
+++ trunk/dports/devel/gettext/files/patch-gettext-tools-lib-localcharset.c 2006-09-22 20:54:09 UTC (rev 19673)
@@ -1,17 +0,0 @@
---- gettext-tools/lib/localcharset.c.orig 2006-04-16 15:58:34.000000000 -0700
-+++ gettext-tools/lib/localcharset.c 2006-04-16 15:59:09.000000000 -0700
-@@ -23,6 +23,8 @@
- # include <config.h>
- #endif
-
-+#ifndef HAVE_ICONV
-+
- /* Specification. */
- #include "localcharset.h"
-
-@@ -407,3 +409,5 @@
-
- return codeset;
- }
-+
-+#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060922/3be5cc71/attachment.html
More information about the macports-changes
mailing list