[96590] trunk/dports/devel/cyassl/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 14 15:16:31 PDT 2012


Revision: 96590
          https://trac.macports.org/changeset/96590
Author:   ryandesign at macports.org
Date:     2012-08-14 15:16:29 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
cyassl: simplify how clang is blacklisted; fix typo in categories

Modified Paths:
--------------
    trunk/dports/devel/cyassl/Portfile

Modified: trunk/dports/devel/cyassl/Portfile
===================================================================
--- trunk/dports/devel/cyassl/Portfile	2012-08-14 22:07:56 UTC (rev 96589)
+++ trunk/dports/devel/cyassl/Portfile	2012-08-14 22:16:29 UTC (rev 96590)
@@ -5,7 +5,7 @@
 
 name                cyassl
 version             2.3.0
-categories          devel securityxu
+categories          devel security
 platforms           darwin
 maintainers         yassl.com:chris
 homepage            http://www.yassl.com/yaSSL/Products-cyassl.html
@@ -42,9 +42,7 @@
                     --enable-crl \
                     --enable-crl-monitor
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 variant debug description {Enable CyaSSL debugging support} {
     configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/a67d67b5/attachment.html>


More information about the macports-changes mailing list