[118850] trunk/dports/gnome/at-spi2-atk

jeremyhu at macports.org jeremyhu at macports.org
Sat Apr 12 15:51:01 PDT 2014


Revision: 118850
          https://trac.macports.org/changeset/118850
Author:   jeremyhu at macports.org
Date:     2014-04-12 15:51:01 -0700 (Sat, 12 Apr 2014)
Log Message:
-----------
at-spi2-atk: Fix build failure and remove unused patch

Modified Paths:
--------------
    trunk/dports/gnome/at-spi2-atk/Portfile

Added Paths:
-----------
    trunk/dports/gnome/at-spi2-atk/files/configure.ac.patch

Removed Paths:
-------------
    trunk/dports/gnome/at-spi2-atk/files/patch__atk-adaptor__accessible-cache.c__nonvoid-function-doesnt-return.diff

Modified: trunk/dports/gnome/at-spi2-atk/Portfile
===================================================================
--- trunk/dports/gnome/at-spi2-atk/Portfile	2014-04-12 22:19:58 UTC (rev 118849)
+++ trunk/dports/gnome/at-spi2-atk/Portfile	2014-04-12 22:51:01 UTC (rev 118850)
@@ -34,4 +34,9 @@
                     port:atk \
                     port:at-spi2-core
 
+patchfiles          configure.ac.patch
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 livecheck.type      gnome

Added: trunk/dports/gnome/at-spi2-atk/files/configure.ac.patch
===================================================================
--- trunk/dports/gnome/at-spi2-atk/files/configure.ac.patch	                        (rev 0)
+++ trunk/dports/gnome/at-spi2-atk/files/configure.ac.patch	2014-04-12 22:51:01 UTC (rev 118850)
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2014-04-12 15:48:25.000000000 -0700
++++ configure.ac	2014-04-12 15:48:41.000000000 -0700
+@@ -27,6 +27,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RU
+ 
+ AC_PROG_CC
+ AM_DISABLE_STATIC
++AM_PROG_AR
+ AM_PROG_LIBTOOL
+ PKG_PROG_PKG_CONFIG
+ 

Deleted: trunk/dports/gnome/at-spi2-atk/files/patch__atk-adaptor__accessible-cache.c__nonvoid-function-doesnt-return.diff
===================================================================
--- trunk/dports/gnome/at-spi2-atk/files/patch__atk-adaptor__accessible-cache.c__nonvoid-function-doesnt-return.diff	2014-04-12 22:19:58 UTC (rev 118849)
+++ trunk/dports/gnome/at-spi2-atk/files/patch__atk-adaptor__accessible-cache.c__nonvoid-function-doesnt-return.diff	2014-04-12 22:51:01 UTC (rev 118850)
@@ -1,11 +0,0 @@
---- atk-adaptor/accessible-cache.c.orig	2012-12-08 03:36:46.000000000 +0100
-+++ atk-adaptor/accessible-cache.c	2012-12-08 03:37:31.000000000 +0100
-@@ -362,7 +362,7 @@
-           if (!child)
-             {
-               g_static_rec_mutex_unlock (&cache_mutex);
--              return;
-+              return FALSE;
-             }
- 
-           g_object_ref (child);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140412/90466add/attachment.html>


More information about the macports-changes mailing list