[30842] trunk/dports/devel/gettext

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 8 03:08:31 PST 2007


Revision: 30842
          http://trac.macosforge.org/projects/macports/changeset/30842
Author:   ryandesign at macports.org
Date:     2007-11-08 03:08:30 -0800 (Thu, 08 Nov 2007)

Log Message:
-----------
gettext: update to 0.17

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile
    trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in

Removed Paths:
-------------
    trunk/dports/devel/gettext/files/patch-gettext-runtime-configure.diff
    trunk/dports/devel/gettext/files/patch-gettext-tools-configure.diff

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2007-11-08 10:30:43 UTC (rev 30841)
+++ trunk/dports/devel/gettext/Portfile	2007-11-08 11:08:30 UTC (rev 30842)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                gettext
-version             0.16.1
+version             0.17
 categories          devel
 maintainers         ryandesign
 homepage            http://www.gnu.org/software/gettext/
@@ -22,16 +22,11 @@
 	provides the needed tools and library functions.
 
 checksums \
-	md5 3d9ad24301c6d6b17ec30704a13fe127 \
-	sha1 8642f4346dfd6a18ecd883329e150bfe9e0886c3 \
-	rmd160 0fa96b2d005e2490e8603a0a3612041086d5aea1
+	md5 58a2bc6d39c0ba57823034d55d65d606 \
+	sha1 c51803d9f745f6ace36bd09c0486d5735ce399cf \
+	rmd160 36df9d4ad2848ec26729781e0d7e25b419e7d261
 
-# Patching gettext-runtime/configure and gettext-tools/configure fixes
-# bug #11756 and it should be possible to remove this in a future version
-# of gettext, maybe as soon as 0.16.2.
 patchfiles \
-	patch-gettext-runtime-configure.diff \
-	patch-gettext-tools-configure.diff \
 	patch-gettext-tools-Makefile.in
 
 configure.cppflags \

Deleted: trunk/dports/devel/gettext/files/patch-gettext-runtime-configure.diff
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-runtime-configure.diff	2007-11-08 10:30:43 UTC (rev 30841)
+++ trunk/dports/devel/gettext/files/patch-gettext-runtime-configure.diff	2007-11-08 11:08:30 UTC (rev 30842)
@@ -1,30 +0,0 @@
---- gettext-runtime/configure	2007-04-07 02:56:47.000000000 -0500
-+++ gettext-runtime/configure	2007-04-07 02:57:14.000000000 -0500
-@@ -22374,6 +22374,19 @@
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- 
-+      gt_cv_int_divbyzero_sigfpe=
-+      case "$host_os" in
-+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
-+          # On MacOS X 10.2 or newer, just assume the same as when cross-
-+          # compiling. If we were to perform the real test, 1 Crash Report
-+          # dialog window would pop up.
-+          case "$host_cpu" in
-+            i[34567]86 | x86_64)
-+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
-+          esac
-+          ;;
-+      esac
-+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
-       if test "$cross_compiling" = yes; then
- 
-           # Guess based on the CPU.
-@@ -22462,6 +22475,7 @@
- fi
- 
- 
-+      fi
- 
- fi
- { echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5

Modified: trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in	2007-11-08 10:30:43 UTC (rev 30841)
+++ trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in	2007-11-08 11:08:30 UTC (rev 30842)
@@ -1,11 +1,11 @@
---- gettext-tools/Makefile.in.orig	2006-12-28 18:45:00.000000000 -0800
-+++ gettext-tools/Makefile.in	2006-12-28 18:45:15.000000000 -0800
-@@ -484,7 +484,7 @@
+--- gettext-tools/Makefile.in.orig	2007-11-06 17:40:19.000000000 -0600
++++ gettext-tools/Makefile.in	2007-11-08 04:43:48.000000000 -0600
+@@ -724,7 +724,7 @@
  top_srcdir = @top_srcdir@
  AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
  ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
--SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4 tests examples
-+SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4
+-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
++SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests
  
  # Allow users to use "gnulib-tool --update".
  

Deleted: trunk/dports/devel/gettext/files/patch-gettext-tools-configure.diff
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-tools-configure.diff	2007-11-08 10:30:43 UTC (rev 30841)
+++ trunk/dports/devel/gettext/files/patch-gettext-tools-configure.diff	2007-11-08 11:08:30 UTC (rev 30842)
@@ -1,30 +0,0 @@
---- gettext-tools/configure	2007-04-07 02:57:25.000000000 -0500
-+++ gettext-tools/configure	2007-04-07 02:57:51.000000000 -0500
-@@ -23076,6 +23076,19 @@
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- 
-+      gt_cv_int_divbyzero_sigfpe=
-+      case "$host_os" in
-+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
-+          # On MacOS X 10.2 or newer, just assume the same as when cross-
-+          # compiling. If we were to perform the real test, 1 Crash Report
-+          # dialog window would pop up.
-+          case "$host_cpu" in
-+            i[34567]86 | x86_64)
-+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
-+          esac
-+          ;;
-+      esac
-+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
-       if test "$cross_compiling" = yes; then
- 
-           # Guess based on the CPU.
-@@ -23164,6 +23177,7 @@
- fi
- 
- 
-+      fi
- 
- fi
- { echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071108/95acf9de/attachment-0001.html


More information about the macports-changes mailing list