[33498] trunk/dports/gnome/gnome-vfs/Portfile
nox at macports.org
nox at macports.org
Sun Jan 27 20:05:28 PST 2008
Revision: 33498
http://trac.macosforge.org/projects/macports/changeset/33498
Author: nox at macports.org
Date: 2008-01-27 20:05:27 -0800 (Sun, 27 Jan 2008)
Log Message:
-----------
gnome-vfs (closes #13943):
* Updated to 2.20.1.
* Now depends on avahi as howl is not an active project anymore.
Modified Paths:
--------------
trunk/dports/gnome/gnome-vfs/Portfile
Modified: trunk/dports/gnome/gnome-vfs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfs/Portfile 2008-01-28 03:59:23 UTC (rev 33497)
+++ trunk/dports/gnome/gnome-vfs/Portfile 2008-01-28 04:05:27 UTC (rev 33498)
@@ -3,8 +3,10 @@
PortSystem 1.0
name gnome-vfs
-version 2.20.0
-revision 1
+version 2.20.1
+maintainers nomaintainer
+categories gnome
+platforms darwin
description This is the GNOME Virtual File System.
long_description \
@@ -12,18 +14,17 @@
GNOME VFS is currently used as one of the \
foundations of the Nautilus file manager.
-maintainers nomaintainer
-categories gnome
-platforms darwin
homepage http://www.gnome.org/
master_sites gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
-checksums md5 b9fe0a066d0e693e74a000e55338235b \
- sha1 3ce1959b820f420f67e18e6f9da7bc9a87dd4349 \
- rmd160 880e1c1afcb0c22131adfad4e5a5aa3605c136bb
+use_bzip2 yes
+checksums md5 a350a5a3e201951d7e7867d0900df423 \
+ sha1 03afa10e84425f7f38e05f0db0ecf55ae5fb7b15 \
+ rmd160 faa5fffb5495d1e161cb6c3b47612cf39cbb1629
+
depends_lib port:gnome-mime-data \
port:gconf \
- port:howl \
+ port:avahi \
port:neon \
port:dbus \
port:openssl \
@@ -33,17 +34,15 @@
port:libiconv \
port:gettext
-use_bzip2 yes
configure.args --mandir=${prefix}/share/man \
--enable-ipv6 \
- --enable-howl \
+ --disable-howl \
--with-openssl-libs=${prefix}/lib \
--with-openssl-includes=${prefix}/include \
--disable-gnutls
-configure.env PATH="${prefix}/bin:$env(PATH)"
-configure.ldflags-append "-lresolv"
+configure.ldflags-append -lresolv
post-patch {
reinplace "s|open64||g" ${worksrcpath}/configure
@@ -86,12 +85,12 @@
}
platform darwin 6 {
- configure.ldflags-delete "-lresolv"
- patchfiles patch-xdgmimecache.c
+ patchfiles-append patch-xdgmimecache.c
+
+ configure.ldflags-delete -lresolv
}
platform darwin 7 {
- patchfiles \
- patch-xdgmimecache.c \
- patch-modules_file-method-acl.c.diff
+ patchfiles-append patch-xdgmimecache.c \
+ patch-modules_file-method-acl.c.diff
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080127/41df48b2/attachment.html
More information about the macports-changes
mailing list