[111056] trunk/dports/devel/gettext

larryv at macports.org larryv at macports.org
Fri Sep 13 18:42:54 PDT 2013


Revision: 111056
          https://trac.macports.org/changeset/111056
Author:   larryv at macports.org
Date:     2013-09-13 18:42:54 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
gettext: Run autoreconf to get libtool that passes -stdlib when linking dylibs.

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile

Added Paths:
-----------
    trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.am.diff

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

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2013-09-14 01:19:32 UTC (rev 111055)
+++ trunk/dports/devel/gettext/Portfile	2013-09-14 01:42:54 UTC (rev 111056)
@@ -23,8 +23,12 @@
 checksums               rmd160  c3b6a16a6b50e899b87d879db7363376b724c383 \
                         sha256  0d8f9a33531b77776b3dc473e7940019ca19bfca5b4c06db6e96065eeb07245d
 
-patchfiles              patch-gettext-tools-Makefile.in
+# Generate newer libtool that passes -stdlib when linking dylibs.
+use_autoreconf          yes
+autoreconf.args         --force --verbose
 
+patchfiles              patch-gettext-tools-Makefile.am.diff
+
 # https://trac.macports.org/ticket/31167
 compiler.blacklist-append   {clang < 211.10.1}
 

Added: trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.am.diff
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.am.diff	2013-09-14 01:42:54 UTC (rev 111056)
@@ -0,0 +1,13 @@
+Index: gettext-tools/Makefile.am
+===================================================================
+--- gettext-tools.orig/Makefile.am
++++ gettext-tools/Makefile.am
+@@ -19,7 +19,7 @@
+ 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
+ 
+-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
+ 
+ EXTRA_DIST = misc/DISCLAIM
+ MOSTLYCLEANFILES = core *.stackdump

Deleted: trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in
===================================================================
--- trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in	2013-09-14 01:19:32 UTC (rev 111055)
+++ trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in	2013-09-14 01:42:54 UTC (rev 111056)
@@ -1,11 +0,0 @@
---- 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
--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".
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/b4891907/attachment-0001.html>


More information about the macports-changes mailing list