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

jmr at macports.org jmr at macports.org
Tue May 28 04:30:15 PDT 2013


Revision: 106498
          https://trac.macports.org/changeset/106498
Author:   jmr at macports.org
Date:     2013-05-28 04:30:15 -0700 (Tue, 28 May 2013)
Log Message:
-----------
glib2: fix build system wanting to run automake by updating mtimes (#39246)

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2013-05-28 11:16:09 UTC (rev 106497)
+++ trunk/dports/devel/glib2/Portfile	2013-05-28 11:30:15 UTC (rev 106498)
@@ -43,14 +43,6 @@
                             patch-gio_xdgmime_xdgmime.c.diff \
                             patch-gio_gdbusprivate.c.diff
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=700350
-# https://trac.macports.org/ticket/39246
-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 \
                             port:zlib \
@@ -98,6 +90,12 @@
     reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/gdbusprivate.c
     reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/glib/gtester-report
     reinplace "s|-Werror=missing-prototypes||" ${worksrcpath}/configure
+
+    # https://bugzilla.gnome.org/show_bug.cgi?id=700350
+    touch ${worksrcpath}/docs/reference/glib/Makefile.in \
+          ${worksrcpath}/docs/reference/gobject/Makefile.in \
+          ${worksrcpath}/docs/reference/gio/Makefile.in \
+          ${worksrcpath}/docs/reference/gio/gdbus-object-manager-example/Makefile.in
 }
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130528/e180b4d4/attachment-0001.html>


More information about the macports-changes mailing list