[22319] trunk/dports/net/curl/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sun Feb 25 22:38:35 PST 2007
Revision: 22319
http://trac.macosforge.org/projects/macports/changeset/22319
Author: pipping at macports.org
Date: 2007-02-25 22:38:35 -0800 (Sun, 25 Feb 2007)
Log Message:
-----------
* variant universal obsoleted by r22313
Modified Paths:
--------------
trunk/dports/net/curl/Portfile
Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile 2007-02-26 06:17:59 UTC (rev 22318)
+++ trunk/dports/net/curl/Portfile 2007-02-26 06:38:35 UTC (rev 22319)
@@ -1,72 +1,69 @@
# $Id$
PortSystem 1.0
-name curl
-version 7.16.1
-categories net www
-maintainers yeled at macports.org
-description Tool for transferring files with URL syntax
-long_description \
- curl is a client to get documents/files from servers, using any of \
- the supported protocols. The command is designed to work without \
+name curl
+version 7.16.1
+categories net www
+maintainers yeled at macports.org
+description Tool for transferring files with URL syntax
+long_description \
+ curl is a client to get documents/files from servers, using any of \
+ the supported protocols. The command is designed to work without \
user interaction or any kind of interactivity.
-homepage http://curl.haxx.se/
-platforms darwin freebsd
+homepage http://curl.haxx.se/
+platforms darwin freebsd
master_sites http://curl.haxx.se/download/ \
- http://curl.sourceforge.net/download/ \
- http://cool.haxx.se/curl/
-checksums md5 acdab0b0467c55e10ed02d2afed80575 \
- sha1 645f87f63d29f71dced74869450d52f84a75c2b6 \
- rmd160 8251efba8f4bde512b7cf68ad0acb5efb4302d9b
-use_bzip2 yes
+ http://curl.sourceforge.net/download/ \
+ http://cool.haxx.se/curl/
+checksums md5 acdab0b0467c55e10ed02d2afed80575 \
+ sha1 645f87f63d29f71dced74869450d52f84a75c2b6 \
+ rmd160 8251efba8f4bde512b7cf68ad0acb5efb4302d9b
+use_bzip2 yes
-patchfiles patch-configure
+patchfiles patch-configure
configure.args --disable-ipv6 \
- --without-libidn \
- --without-libssh2 \
- --mandir=${prefix}/share/man \
- --with-zlib=${prefix} \
- --with-ssl=${prefix}
+ --without-libidn \
+ --without-libssh2 \
+ --mandir=${prefix}/share/man \
+ --with-zlib=${prefix} \
+ --with-ssl=${prefix}
-depends_lib port:zlib port:openssl
+depends_lib port:openssl \
+ port:zlib
-test.run yes
-test.target test-full
+test.run yes
+test.target test-full
platform darwin 6 {
- depends_lib-append lib:libdl:dlcompat
+ depends_lib-append lib:libdl:dlcompat
}
platform darwin 8 {
- configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+ configure.env-append CC=/usr/bin/gcc-4.0 \
+ CPP=/usr/bin/cpp-4.0 \
+ CXX=/usr/bin/g++-4.0
}
variant ipv6 {
- configure.args-delete --disable-ipv6
- configure.args-append --enable-ipv6
+ configure.args-delete --disable-ipv6
+ configure.args-append --enable-ipv6
}
variant ares conflicts ipv6 {
# adds support for resolving names asynchronously
- depends_lib-append lib:libcares:c-ares
- configure.args-append --enable-ares=${prefix}
+ depends_lib-append lib:libcares:c-ares
+ configure.args-append --enable-ares=${prefix}
}
variant idn {
# adds support for internationalized domain names
- depends_lib-append port:libidn
- configure.args-delete --without-libidn
+ depends_lib-append port:libidn
+ configure.args-delete --without-libidn
}
variant spnego {
# enables SPNEGO authentication support
- depends_lib-append port:fbopenssl
- configure.args-append --with-spnego=${prefix}
+ depends_lib-append port:fbopenssl
+ configure.args-append --with-spnego=${prefix}
}
-
-platform universal {
- configure.args-append --disable-dependency-tracking \
- CFLAGS="-I${prefix}/include -O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
- LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070225/16f8aad8/attachment.html
More information about the macports-changes
mailing list