[106496] trunk/dports/devel/glib2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 28 04:12:28 PDT 2013


Revision: 106496
          https://trac.macports.org/changeset/106496
Author:   ryandesign at macports.org
Date:     2013-05-28 04:12:27 -0700 (Tue, 28 May 2013)
Log Message:
-----------
glib2: run aclocal and automake to fix build problems with automake 1.13.2 (#39246); don't run autoreconf, because that runs autoconf, which undoes our patch to the configure script, which reintroduces the problems that patch fixes, which cause other ports to fail to build (#39258)

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2013-05-28 09:57:36 UTC (rev 106495)
+++ trunk/dports/devel/glib2/Portfile	2013-05-28 11:12:27 UTC (rev 106496)
@@ -10,6 +10,7 @@
 conflicts                   glib2-devel
 set my_name                 glib
 version                     2.36.2
+revision                    1
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  devel
 maintainers                 ryandesign openmaintainer
@@ -44,7 +45,11 @@
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=700350
 # https://trac.macports.org/ticket/39246
-use_autoreconf              yes
+depends_build-append        port:autoconf port:automake
+post-patch {
+    # Needs to happen before we reinplace the configure script below.
+    system -W ${worksrcpath} "${prefix}/bin/aclocal && ${prefix}/bin/automake"
+}
 
 depends_lib                 port:gettext \
                             port:libiconv \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130528/4c46156f/attachment.html>


More information about the macports-changes mailing list