Revision: 100798 https://trac.macports.org/changeset/100798 Author: ryandesign@macports.org Date: 2012-12-26 01:55:41 -0800 (Wed, 26 Dec 2012) Log Message: ----------- gettext: update to 0.18.2; remove archcheck portgroup Modified Paths: -------------- trunk/dports/devel/gettext/Portfile trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in Removed Paths: ------------- trunk/dports/devel/gettext/files/stpncpy.patch Modified: trunk/dports/devel/gettext/Portfile =================================================================== --- trunk/dports/devel/gettext/Portfile 2012-12-26 09:54:37 UTC (rev 100797) +++ trunk/dports/devel/gettext/Portfile 2012-12-26 09:55:41 UTC (rev 100798) @@ -3,11 +3,9 @@ PortSystem 1.0 PortGroup muniversal 1.0 -PortGroup archcheck 1.0 name gettext -version 0.18.1.1 -revision 2 +version 0.18.2 categories devel maintainers ryandesign # libs are LGPL and executables are GPL @@ -21,11 +19,10 @@ long_description ${name} is the ${description}, used for writing multilingual programs. -checksums md5 3dd55b952826d2b32f51308f2f91aa89 \ - sha1 5009deb02f67fc3c59c8ce6b82408d1d35d4e38f \ - rmd160 0ca0b6bf0219440404a86f0c16cbac3d1a2ecd37 +checksums rmd160 d46eebcab3b8125e16b9f039ff4da5efabc380ff \ + sha256 516a6370b3b3f46e2fc5a5e222ff5ecd76f3089bc956a7587a6e4f89de17714c -patchfiles patch-gettext-tools-Makefile.in stpncpy.patch +patchfiles patch-gettext-tools-Makefile.in configure.cppflags -no-cpp-precomp @@ -50,10 +47,6 @@ port:ncurses \ port:expat -archcheck.files lib/libiconv.dylib \ - lib/libncurses.dylib \ - lib/libexpat.dylib - test.run yes test.target check Modified: trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in =================================================================== --- trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in 2012-12-26 09:54:37 UTC (rev 100797) +++ trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in 2012-12-26 09:55:41 UTC (rev 100798) @@ -1,6 +1,6 @@ ---- gettext-tools/Makefile.in.orig 2010-06-03 16:38:55.000000000 -0500 -+++ gettext-tools/Makefile.in 2010-06-04 01:16:07.000000000 -0500 -@@ -1248,7 +1248,7 @@ +--- gettext-tools/Makefile.in.orig 2012-12-24 23:33:31.000000000 -0600 ++++ gettext-tools/Makefile.in 2012-12-26 03:10:07.000000000 -0600 +@@ -1500,7 +1500,7 @@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 Deleted: trunk/dports/devel/gettext/files/stpncpy.patch =================================================================== --- trunk/dports/devel/gettext/files/stpncpy.patch 2012-12-26 09:54:37 UTC (rev 100797) +++ trunk/dports/devel/gettext/files/stpncpy.patch 2012-12-26 09:55:41 UTC (rev 100798) @@ -1,13 +0,0 @@ -diff -Naurp gettext-0.18.1.1.orig/gettext-tools/configure gettext-0.18.1.1/gettext-tools/configure ---- gettext-tools/configure 2010-06-06 13:12:20.000000000 -0700 -+++ gettext-tools/configure 2010-08-13 23:24:09.000000000 -0700 -@@ -40606,7 +40606,9 @@ else - #include <stdlib.h> - #include <string.h> /* for strcpy */ - /* The stpncpy prototype is missing in <string.h> on AIX 4. */ -+#ifndef stpncpy - extern char *stpncpy (char *dest, const char *src, size_t n); -+#endif - int main () { - const char *src = "Hello"; - char dest[10];
participants (1)
-
ryandesign@macports.org