Ticket #13943: gnome-vfs-2.20.1-avahi.diff
File gnome-vfs-2.20.1-avahi.diff, 1.4 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 PortSystem 1.0 3 3 name gnome-vfs 4 version 2.20.0 5 revision 1 4 version 2.20.1 6 5 description This is the GNOME Virtual File System. 7 6 long_description This is the GNOME Virtual File System. \ 8 7 GNOME VFS is currently used as one of the \ … … 12 11 platforms darwin 13 12 homepage http://www.gnome.org/ 14 13 master_sites gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/ 15 checksums md5 b9fe0a066d0e693e74a000e55338235b \16 sha1 3ce1959b820f420f67e18e6f9da7bc9a87dd4349 \17 rmd160 880e1c1afcb0c22131adfad4e5a5aa3605c136bb18 14 15 checksums md5 a350a5a3e201951d7e7867d0900df423 \ 16 sha1 03afa10e84425f7f38e05f0db0ecf55ae5fb7b15 \ 17 rmd160 faa5fffb5495d1e161cb6c3b47612cf39cbb1629 18 19 19 depends_lib \ 20 20 port:gnome-mime-data \ 21 21 port:gconf \ 22 port:howl\22 port:avahi \ 23 23 port:neon \ 24 24 port:dbus \ 25 25 port:openssl \ … … 33 33 34 34 configure.args --mandir=${prefix}/share/man \ 35 35 --enable-ipv6 \ 36 --enable-howl \36 --disable-howl \ 37 37 --with-openssl-libs=${prefix}/lib \ 38 38 --with-openssl-includes=${prefix}/include \ 39 39 --disable-gnutls 40 configure.env PATH="${prefix}/bin:$env(PATH)"41 40 configure.ldflags-append "-lresolv" 42 41 43 42 post-patch {