Why was this "universal_variant no"? It builds universal here, and making this not universal breaks building libsoup which is a headache for gnome... so unless you want to !universal all of gnome, I suggest the following:

Index: Portfile
===================================================================
--- Portfile    (revision 50075)
+++ Portfile    (working copy)
@@ -5,6 +5,7 @@

 name                libproxy
 version             0.2.3
+revision            1
 categories          net
 maintainers         devans
 platforms           darwin
@@ -18,8 +19,6 @@
network resource, how do I reach it? It handles all \ the details, enabling you to get back to programming.

-universal_variant   no
-
 checksums           md5     86b635e1eb2d665cfbef4c6134fe6604 \
                     sha1    2b2b00a179740548035a1145bbae600db9b0a2ce \
                     rmd160  c86c4f8403cb879380e101d074af469c960b5c1c

On Apr 17, 2009, at 08:40, dev...@macports.org wrote:

Revision: 49758
         http://trac.macports.org/changeset/49758
Author:   dev...@macports.org
Date:     2009-04-17 08:40:06 -0700 (Fri, 17 Apr 2009)
Log Message:
-----------
new port libproxy: automatic proxy configuration no matter what.

Added Paths:
-----------
   trunk/dports/net/libproxy/
   trunk/dports/net/libproxy/Portfile

Added: trunk/dports/net/libproxy/Portfile
===================================================================
--- trunk/dports/net/libproxy/Portfile                          (rev 0)
+++ trunk/dports/net/libproxy/Portfile 2009-04-17 15:40:06 UTC (rev 49758)
@@ -0,0 +1,49 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                libproxy
+version             0.2.3
+categories          net
+maintainers         devans
+platforms           darwin
+homepage            http://code.google.com/p/${name}/
+master_sites        googlecode
+
+description A library that provides automatic proxy configuration management.
+
+
+long_description    Libproxy exists to answer the question: Given a \
+ network resource, how do I reach it? It handles all \ + the details, enabling you to get back to programming.
+
+universal_variant   no
+
+checksums           md5     86b635e1eb2d665cfbef4c6134fe6604 \
+ sha1 2b2b00a179740548035a1145bbae600db9b0a2ce \
+                    rmd160  c86c4f8403cb879380e101d074af469c960b5c1c
+
+depends_build       port:pkgconfig
+
+depends_lib         port:gconf \
+                    port:python25 \
+                    port:xorg-libXmu
+
+configure.python    ${prefix}/bin/python2.5
+
+configure.args      --without-webkit \
+                    --without-kde \
+                    --without-networkmanager \
+                    --without-mozjs
+
+variant no_x11 conflicts kde {
+        configure.args-append --without-x11
+        depends_lib-delete port:xorg-libXmu
+}
+
+variant kde conflicts no_x11 description {Enable kde plugin (requires X11)} {
+        configure.args-delete --without-kde
+}
+
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/net/libproxy/Portfile
___________________________________________________________________
Added: svn:keywords
  + Id
Added: svn:eol-style
  + native
_______________________________________________
macports-changes mailing list
macports-chan...@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to