[137280] trunk/dports/sysutils/pstree/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Jun 7 19:09:58 PDT 2015
Revision: 137280
https://trac.macports.org/changeset/137280
Author: ryandesign at macports.org
Date: 2015-06-07 19:09:58 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
pstree: remove code which has done nothing since #38218 was implemented (i.e. since MacPorts 2.2.0 was released), and which is no longer necessary with clang 3.1 (?) and later
Modified Paths:
--------------
trunk/dports/sysutils/pstree/Portfile
Modified: trunk/dports/sysutils/pstree/Portfile
===================================================================
--- trunk/dports/sysutils/pstree/Portfile 2015-06-08 02:04:04 UTC (rev 137279)
+++ trunk/dports/sysutils/pstree/Portfile 2015-06-08 02:09:58 UTC (rev 137280)
@@ -19,13 +19,6 @@
installs_libs no
-# http://llvm.org/pr10514
-# <rdar://problem/10015171>
-if {${configure.compiler} == "clang"} {
- configure.cflags-delete -O2
- configure.cflags-append -O1
-}
-
variant universal {}
pre-extract {
@@ -45,4 +38,3 @@
livecheck.type regex
livecheck.url ftp://ftp.thp.uni-duisburg.de/pub/source/
livecheck.regex pstree.tar.gz -> pstree-(\[0-9\]+\\.\[0-9\]+)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150607/8600db84/attachment.html>
More information about the macports-changes
mailing list