[112839] trunk/dports/devel/cmake/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sat Nov 2 10:19:53 PDT 2013
Revision: 112839
https://trac.macports.org/changeset/112839
Author: jeremyhu at macports.org
Date: 2013-11-02 10:19:53 -0700 (Sat, 02 Nov 2013)
Log Message:
-----------
Revert r110069 now that the PortGroup takes care of handling optflags.
Revision Links:
--------------
https://trac.macports.org/changeset/110069
Modified Paths:
--------------
trunk/dports/devel/cmake/Portfile
Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile 2013-11-02 17:15:57 UTC (rev 112838)
+++ trunk/dports/devel/cmake/Portfile 2013-11-02 17:19:53 UTC (rev 112839)
@@ -6,6 +6,7 @@
name cmake
version 2.8.12
+revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
license BSD
@@ -66,9 +67,6 @@
# patch PREFIX
reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/macports.cmake
reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Modules/CMakeFindFrameworks.cmake
-
- # Don't force -O3. Honor ports' ${configure.optflags}
- eval reinplace "s|-O3||g" [glob ${worksrcpath}/Modules/{Compiler,Platform}/*.cmake]
}
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131102/c2dfeaf0/attachment.html>
More information about the macports-changes
mailing list