[101247] trunk/dports/mail/mutt-devel

ryandesign at macports.org ryandesign at macports.org
Sun Jan 6 21:03:23 PST 2013


Revision: 101247
          https://trac.macports.org/changeset/101247
Author:   ryandesign at macports.org
Date:     2013-01-06 21:03:23 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
mutt-devel: fix autoreconf with automake 1.13

Modified Paths:
--------------
    trunk/dports/mail/mutt-devel/Portfile

Added Paths:
-----------
    trunk/dports/mail/mutt-devel/files/patch-automake.diff

Removed Paths:
-------------
    trunk/dports/mail/mutt-devel/files/0488deb39a35.diff

Modified: trunk/dports/mail/mutt-devel/Portfile
===================================================================
--- trunk/dports/mail/mutt-devel/Portfile	2013-01-07 04:57:37 UTC (rev 101246)
+++ trunk/dports/mail/mutt-devel/Portfile	2013-01-07 05:03:23 UTC (rev 101247)
@@ -36,8 +36,8 @@
 patch.args          -p1
 # upstream changeset to fix segfault, ticket #28269
 patchfiles          1a4c43138685.diff
-# upstream changeset to fix build with automake 1.12, ticket #34296
-patchfiles-append   0488deb39a35.diff
+# fix build with automake 1.12 and 1.13
+patchfiles-append   patch-automake.diff
 
 configure.args      --disable-warnings \
                     --mandir=${prefix}/share/man \

Deleted: trunk/dports/mail/mutt-devel/files/0488deb39a35.diff
===================================================================
--- trunk/dports/mail/mutt-devel/files/0488deb39a35.diff	2013-01-07 04:57:37 UTC (rev 101246)
+++ trunk/dports/mail/mutt-devel/files/0488deb39a35.diff	2013-01-07 05:03:23 UTC (rev 101247)
@@ -1,10 +0,0 @@
-Index: a/configure.ac
-===================================================================
---- a/configure.ac	(revision 6188:b152d975c1b3)
-+++ b/configure.ac	(revision 6205:0488deb39a35)
-@@ -31,5 +31,4 @@
- AC_PROG_CC
- AC_ISC_POSIX
--AM_C_PROTOTYPES
- if test "x$U" != "x"; then
-   AC_MSG_ERROR(Compiler not ANSI compliant)

Copied: trunk/dports/mail/mutt-devel/files/patch-automake.diff (from rev 101244, trunk/dports/mail/mutt-devel/files/0488deb39a35.diff)
===================================================================
--- trunk/dports/mail/mutt-devel/files/patch-automake.diff	                        (rev 0)
+++ trunk/dports/mail/mutt-devel/files/patch-automake.diff	2013-01-07 05:03:23 UTC (rev 101247)
@@ -0,0 +1,19 @@
+--- a/configure.ac.orig	2010-08-24 11:34:21.000000000 -0500
++++ b/configure.ac	2013-01-06 22:57:08.000000000 -0600
+@@ -5,7 +5,7 @@
+ 
+ AC_PREREQ([2.54])
+ AC_INIT([mutt.h])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ mutt_cv_version=`cat $srcdir/VERSION`
+ AM_INIT_AUTOMAKE(mutt, $mutt_cv_version)
+@@ -27,7 +27,6 @@
+ 
+ AC_PROG_CC
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/57479c65/attachment-0001.html>


More information about the macports-changes mailing list