[100983] trunk/dports/graphics/gd2

ryandesign at macports.org ryandesign at macports.org
Wed Jan 2 11:11:04 PST 2013


Revision: 100983
          https://trac.macports.org/changeset/100983
Author:   ryandesign at macports.org
Date:     2013-01-02 11:11:04 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
gd2: fix autoreconf failure with automake 1.13 (#37490); remove archcheck portgroup

Modified Paths:
--------------
    trunk/dports/graphics/gd2/Portfile
    trunk/dports/graphics/gd2/files/patch-configure.ac.diff

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2013-01-02 19:01:45 UTC (rev 100982)
+++ trunk/dports/graphics/gd2/Portfile	2013-01-02 19:11:04 UTC (rev 100983)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem                  1.0
-PortGroup                   archcheck 1.0
 PortGroup                   muniversal 1.0
 
 name                        gd2
@@ -47,14 +46,6 @@
                             port:libiconv \
                             port:expat
 
-archcheck.files             lib/libz.dylib \
-                            lib/libpng.dylib \
-                            lib/libjpeg.dylib \
-                            lib/libfreetype.dylib \
-                            lib/libfontconfig.dylib \
-                            lib/libiconv.dylib \
-                            lib/libexpat.dylib
-
 patchfiles                  patch-configure.ac.diff \
                             patch-gdft.c.diff
 
@@ -87,7 +78,6 @@
 
 if {![variant_isset no_x11]} {
     depends_lib-append      port:xpm
-    archcheck.files-append  lib/libXpm.dylib
     configure.args-append   --x-includes=${prefix}/include \
                             --x-libraries=${prefix}/lib
 }

Modified: trunk/dports/graphics/gd2/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/graphics/gd2/files/patch-configure.ac.diff	2013-01-02 19:01:45 UTC (rev 100982)
+++ trunk/dports/graphics/gd2/files/patch-configure.ac.diff	2013-01-02 19:11:04 UTC (rev 100983)
@@ -1,6 +1,14 @@
---- configure.ac.orig	2007-04-25 07:48:41.000000000 -0500
-+++ configure.ac	2011-04-26 06:01:00.000000000 -0500
-@@ -350,14 +350,8 @@
+--- configure.ac.orig	2007-04-25 06:48:41.000000000 -0600
++++ configure.ac	2013-01-02 10:08:09.000000000 -0700
+@@ -41,7 +41,6 @@
+ AC_SUBST([XTRA_LDFLAGS])
+ 
+ AC_PROG_CC
+-AM_PROG_CC_STDC
+ AC_PROG_INSTALL
+ AC_PROG_LIBTOOL
+ AC_PROG_LN_S
+@@ -350,14 +349,8 @@
  # authors decide to do this AGAIN. Which I really hope they won't. TBB
  
  if test "$withval" != no; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/b25e1b8e/attachment.html>


More information about the macports-changes mailing list