Revision: 72018 http://trac.macports.org/changeset/72018 Author: devans@macports.org Date: 2010-09-30 05:53:17 -0700 (Thu, 30 Sep 2010) Log Message: ----------- gnome-vfs: update to version 2.24.4, dependencies, configuration, post-activate. Modified Paths: -------------- trunk/dports/gnome/gnome-vfs/Portfile trunk/dports/gnome/gnome-vfs/files/patch-configure.diff Modified: trunk/dports/gnome/gnome-vfs/Portfile =================================================================== --- trunk/dports/gnome/gnome-vfs/Portfile 2010-09-30 12:07:27 UTC (rev 72017) +++ trunk/dports/gnome/gnome-vfs/Portfile 2010-09-30 12:53:17 UTC (rev 72018) @@ -5,8 +5,7 @@ PortGroup muniversal 1.0 name gnome-vfs -version 2.24.3 -revision 1 +version 2.24.4 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome @@ -22,13 +21,14 @@ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes -checksums md5 646a2672c6e7e4ebff6a798b0fb7cc90 \ - sha1 56aed067eea79175bc186a00003c07a42e5e9aa6 \ - rmd160 652afba47a33b05128d354927d2648b39b50f35a +checksums md5 a05fab03eeef10a47dd156b758982f2e \ + sha1 0dc634e7dd979fd218f378902c0ca1af80738961 \ + rmd160 6a5952bea02dfc96782b6f1129fe765f5313a75b +depends_build port:pkgconfig + depends_lib port:gconf \ port:openssl \ - port:libidl \ port:libxml2 depends_run port:desktop-file-utils \ @@ -43,6 +43,7 @@ --with-openssl-libs=${prefix}/lib \ --with-openssl-includes=${prefix}/include \ --disable-gnutls \ + --disable-fam \ ac_cv_func_open64=no \ ac_cv_func_posix_fadvise=no \ ac_cv_path_KRB5_CONFIG=none @@ -62,17 +63,8 @@ configure.args-delete --disable-avahi } post-activate { - # We need to register some stuff to gconf. Just putting the - # schema files to the right place is not enough. - # You can watch the successful installation with gconf-editor. - - system "cd ${prefix}/etc/gconf/schemas && \ - GCONF_CONFIG_SOURCE=`${prefix}/bin/gconftool-2 --get-default-source` ${prefix}/bin/gconftool-2 --makefile-install-rule \ - desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas \ - system_dns_sd.schemas \ - system_http_proxy.schemas \ - system_smb.schemas" + system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ + gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" } livecheck.type regex Modified: trunk/dports/gnome/gnome-vfs/files/patch-configure.diff =================================================================== --- trunk/dports/gnome/gnome-vfs/files/patch-configure.diff 2010-09-30 12:07:27 UTC (rev 72017) +++ trunk/dports/gnome/gnome-vfs/files/patch-configure.diff 2010-09-30 12:53:17 UTC (rev 72018) @@ -1,8 +1,8 @@ ---- configure.orig 2008-09-22 19:35:38.000000000 +1000 -+++ configure 2009-02-10 07:31:48.000000000 +1100 -@@ -28763,8 +28763,8 @@ - { echo "$as_me:$LINENO: result: $ne_cv_os_macosx" >&5 - echo "${ECHO_T}$ne_cv_os_macosx" >&6; } +--- configure.orig 2010-09-28 02:35:20.000000000 -0700 ++++ configure 2010-09-29 21:50:44.000000000 -0700 +@@ -16232,8 +16232,8 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ne_cv_os_macosx" >&5 + $as_echo "$ne_cv_os_macosx" >&6; } if test $ne_cv_os_macosx = yes; then - CPPFLAGS="$CPPFLAGS -no-cpp-precomp" - LDFLAGS="$LDFLAGS -flat_namespace"
participants (1)
-
devans@macports.org