[104753] trunk/dports/gnome/libgsf/Portfile

devans at macports.org devans at macports.org
Mon Apr 1 21:28:58 PDT 2013


Revision: 104753
          https://trac.macports.org/changeset/104753
Author:   devans at macports.org
Date:     2013-04-01 21:28:58 -0700 (Mon, 01 Apr 2013)
Log Message:
-----------
libgsf: fix build, no longer uses gnome or gconf.

Modified Paths:
--------------
    trunk/dports/gnome/libgsf/Portfile

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2013-04-02 03:09:19 UTC (rev 104752)
+++ trunk/dports/gnome/libgsf/Portfile	2013-04-02 04:28:58 UTC (rev 104753)
@@ -47,34 +47,6 @@
         ${destroot}${docdir}
 }
 
-post-activate {
-    if {![variant_isset no_gnome]} {
-        system "\
-            export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-            gconftool-2 --makefile-install-rule \
-            ${prefix}/etc/gconf/schemas/*.schemas"
-    }
-}
-
-variant no_gnome description "Disable GNOME support" {
-    post-patch {
-        reinplace {/^manpage_DATA/s/gsf-office-thumbnailer\.1//} \
-            ${worksrcpath}/doc/Makefile.in
-    }
-
-    depends_build-delete \
-        port:gconf
-
-    depends_lib-delete \
-        port:gnome-vfs \
-        port:libbonobo
-
-    configure.args-append \
-        --without-bonobo \
-        --without-gnome-vfs \
-        GCONFTOOL=no
-}
-
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130401/873af8cc/attachment-0001.html>


More information about the macports-changes mailing list