[27557] trunk/dports/gnome/gnome-vfs/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Aug 8 01:50:29 PDT 2007
Revision: 27557
http://trac.macosforge.org/projects/macports/changeset/27557
Author: rhwood at macports.org
Date: 2007-08-08 01:50:28 -0700 (Wed, 08 Aug 2007)
Log Message:
-----------
Reform configure environment
Remove dependency on heimdal
Modified Paths:
--------------
trunk/dports/gnome/gnome-vfs/Portfile
Modified: trunk/dports/gnome/gnome-vfs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfs/Portfile 2007-08-08 07:38:22 UTC (rev 27556)
+++ trunk/dports/gnome/gnome-vfs/Portfile 2007-08-08 08:50:28 UTC (rev 27557)
@@ -2,7 +2,7 @@
PortSystem 1.0
name gnome-vfs
version 2.18.1
-revision 0
+revision 1
description This is the GNOME Virtual File System.
long_description This is the GNOME Virtual File System. \
GNOME VFS is currently used as one of the \
@@ -27,8 +27,7 @@
port:dbus-glib \
port:libxml2 \
port:libiconv \
- port:gettext \
- port:heimdal
+ port:gettext
use_bzip2 yes
@@ -38,8 +37,8 @@
--with-openssl-libs=${prefix}/lib \
--with-openssl-includes=${prefix}/include \
--disable-gnutls
-configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
- LDFLAGS="-lresolv" PATH="${prefix}/bin:$env(PATH)"
+configure.env PATH="${prefix}/bin:$env(PATH)"
+configure.ldflags-append -lresolv
post-patch {
reinplace "s|open64||g" ${worksrcpath}/configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070808/72612438/attachment.html
More information about the macports-changes
mailing list