[116868] trunk/dports/textproc/brown-cluster

hum at macports.org hum at macports.org
Sat Feb 8 22:02:30 PST 2014


Revision: 116868
          https://trac.macports.org/changeset/116868
Author:   hum at macports.org
Date:     2014-02-08 22:02:30 -0800 (Sat, 08 Feb 2014)
Log Message:
-----------
brown-cluster: update to 1.3-20131126 for Mavericks; set optflags.

Modified Paths:
--------------
    trunk/dports/textproc/brown-cluster/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/brown-cluster/files/patch-cpp11.diff

Modified: trunk/dports/textproc/brown-cluster/Portfile
===================================================================
--- trunk/dports/textproc/brown-cluster/Portfile	2014-02-09 05:44:28 UTC (rev 116867)
+++ trunk/dports/textproc/brown-cluster/Portfile	2014-02-09 06:02:30 UTC (rev 116868)
@@ -4,9 +4,9 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        percyliang brown-cluster add013e2d42e69b3dda505b2d54fe3f52650a4df
+github.setup        percyliang brown-cluster 56162bb5907c442f9a7b28282bfc67fa8f748942
 
-version             1.3-20130905
+version             1.3-20131126
 categories          textproc
 maintainers         hum openmaintainer
 
@@ -16,15 +16,25 @@
 platforms           darwin
 license             Permissive
 
-checksums           rmd160  daaf19aac15030689c771c09bdc0b1a9c2db452b \
-                    sha256  249bcc66277f1d72c81ece3bf0d28af66ec3cfbae8e6fb16bf3d7caff82a2401
+checksums           rmd160  4e25afb8cb7f3a9501f1da151e677e0d45dbed95 \
+                    sha256  b856d5ef13ec96782061890f414533cf3272e92024d0e1696c3eca32426bf8d1
 
-patchfiles          patch-Makefile.diff patch-cpp11.diff
+patchfiles          patch-Makefile.diff
 
+if {${os.platform} == "darwin" && ${os.major} < 13} {
+    github.setup        percyliang brown-cluster add013e2d42e69b3dda505b2d54fe3f52650a4df
+    version             1.3-20130905
+    revision            1
+    checksums           rmd160  daaf19aac15030689c771c09bdc0b1a9c2db452b \
+                        sha256  249bcc66277f1d72c81ece3bf0d28af66ec3cfbae8e6fb16bf3d7caff82a2401
+}
+    
 use_configure       no
 
 variant universal   {}
 
+configure.optflags  -O3
+
 build.target        wcluster
 build.args          CXX="${configure.cxx}" \
                     CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]"

Deleted: trunk/dports/textproc/brown-cluster/files/patch-cpp11.diff
===================================================================
--- trunk/dports/textproc/brown-cluster/files/patch-cpp11.diff	2014-02-09 05:44:28 UTC (rev 116867)
+++ trunk/dports/textproc/brown-cluster/files/patch-cpp11.diff	2014-02-09 06:02:30 UTC (rev 116868)
@@ -1,21 +0,0 @@
---- basic/std.h.orig	2013-09-05 23:57:03.000000000 +0900
-+++ basic/std.h	2013-11-16 12:14:08.000000000 +0900
-@@ -15,11 +15,18 @@
- #include <vector>
- #include <string>
- #include <queue>
-+#if __cplusplus >= 201103L || defined(_LIBCPP_VERSION)
-+#include <unordered_map>
-+#include <unordered_set>
-+#else
- #include <tr1/unordered_map>
- #include <tr1/unordered_set>
-+#endif
- 
- using namespace std;
-+#if __cplusplus < 201103L && !defined(_LIBCPP_VERSION)
- using namespace std::tr1;
-+#endif
- 
- ////////////////////////////////////////////////////////////
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140208/e0b347ff/attachment.html>


More information about the macports-changes mailing list