[101110] trunk/dports/net/curl/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Jan 4 07:50:19 PST 2013
Revision: 101110
https://trac.macports.org/changeset/101110
Author: ryandesign at macports.org
Date: 2013-01-04 07:50:19 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
curl: remove archcheck portgroup
Modified Paths:
--------------
trunk/dports/net/curl/Portfile
Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile 2013-01-04 15:37:13 UTC (rev 101109)
+++ trunk/dports/net/curl/Portfile 2013-01-04 15:50:19 UTC (rev 101110)
@@ -3,7 +3,6 @@
PortSystem 1.0
PortGroup muniversal 1.0
-PortGroup archcheck 1.0
name curl
# keep the version in sync with the curl-ca-bundle port
@@ -55,9 +54,6 @@
depends_lib port:zlib \
port:libidn
-archcheck.files lib/libz.dylib \
- lib/libidn.dylib
-
test.run yes
test.target test-full
@@ -121,7 +117,6 @@
variant ssl description {Allow secure connections using OpenSSL} {
depends_lib-append port:openssl \
port:curl-ca-bundle
- archcheck.files-append lib/libssl.dylib
configure.args-delete --without-ssl
configure.args-append --with-ssl \
--with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt
@@ -129,7 +124,6 @@
variant ares description {Add support for resolving names asynchronously} {
depends_lib-append port:c-ares
- archcheck.files-append lib/libcares.dylib
configure.args-delete --disable-ares
configure.args-append --enable-ares
}
@@ -137,14 +131,12 @@
variant spnego description {Enable SPNEGO authentication support} {
# kind of broken?
depends_lib-append port:fbopenssl
- archcheck.files-append lib/libfbopenssl.dylib
configure.args-delete --without-spnego
configure.args-append --with-spnego=${prefix}
}
variant gnutls conflicts ssl description {Allow secure connections using GNU TLS} {
depends_lib-append port:gnutls
- archcheck.files-append lib/libgnutls.dylib
configure.args-delete --without-gnutls
configure.args-append --with-gnutls
}
@@ -158,7 +150,6 @@
variant openldap description {Support performing Lightweight Directory Access Protocol queries with OpenLDAP} {
depends_lib-append port:openldap
- archcheck.files-append lib/libldap.dylib
configure.args-delete --disable-ldap \
--disable-ldaps
configure.args-append --enable-ldap \
@@ -167,7 +158,6 @@
variant sftp_scp description {Add SFTP/SCP support via libssh2} {
depends_lib-append port:libssh2
- archcheck.files-append lib/libssh2.dylib
configure.args-delete --without-libssh2
configure.args-append --with-libssh2
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130104/08c5120b/attachment.html>
More information about the macports-changes
mailing list