[106500] trunk/dports/devel/glib2-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 28 05:54:28 PDT 2013


Revision: 106500
          https://trac.macports.org/changeset/106500
Author:   ryandesign at macports.org
Date:     2013-05-28 05:54:28 -0700 (Tue, 28 May 2013)
Log Message:
-----------
glib2-devel: fix build system wanting to run automake by updating mtimes (#39246; merge r106498 from glib2)

Revision Links:
--------------
    https://trac.macports.org/changeset/106498

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

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2013-05-28 12:41:32 UTC (rev 106499)
+++ trunk/dports/devel/glib2-devel/Portfile	2013-05-28 12:54:28 UTC (rev 106500)
@@ -42,14 +42,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 \
@@ -97,6 +89,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/a3ed5464/attachment.html>


More information about the macports-changes mailing list