[99549] trunk/dports/lang/llvm-3.1/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Fri Nov 9 13:52:12 PST 2012
Revision: 99549
http://trac.macports.org//changeset/99549
Author: jeremyhu at macports.org
Date: 2012-11-09 13:52:12 -0800 (Fri, 09 Nov 2012)
Log Message:
-----------
llvm-3.1: Revert r99542
Revision Links:
--------------
http://trac.macports.org//changeset/99542
Modified Paths:
--------------
trunk/dports/lang/llvm-3.1/Portfile
Modified: trunk/dports/lang/llvm-3.1/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.1/Portfile 2012-11-09 20:26:11 UTC (rev 99548)
+++ trunk/dports/lang/llvm-3.1/Portfile 2012-11-09 21:52:12 UTC (rev 99549)
@@ -4,7 +4,7 @@
PortGroup select 1.0
set llvm_version 3.1
-revision 5
+revision 4
name llvm-${llvm_version}
subport clang-${llvm_version} {}
set suffix mp-${llvm_version}
@@ -151,16 +151,6 @@
configure.args-append --enable-assertions
}
-variant debugruntime description "Enable debug informations. Disables optimisations" {
- configure.args-delete --disable-debug-symbols
- configure.args-delete --disable-debug-runtime
- configure.args-delete --enable-optimized
-
- configure.args-append --enable-debug-runtime
- configure.args-append --enable-debug-symbols
- configure.args-append --disable-optimized
-}
-
platform darwin {
if {${build_arch} == "i386" } {
configure.pre_args-append --build=i686-apple-darwin${os.major}
@@ -293,11 +283,6 @@
set pythonverdot 2.7
}
-
- variant debug {
- }
-
-
variant analyzer description {Install clang static analyzer} {
if {[string equal "${pythonver}" ""]} {
ui_error "You mush select a python variant to use the clang static analyzer (+analyzer)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121109/fd76bf50/attachment.html>
More information about the macports-changes
mailing list