[119377] trunk/dports/gis/pgrouting/Portfile
vince at macports.org
vince at macports.org
Thu Apr 24 05:55:00 PDT 2014
Revision: 119377
https://trac.macports.org/changeset/119377
Author: vince at macports.org
Date: 2014-04-24 05:55:00 -0700 (Thu, 24 Apr 2014)
Log Message:
-----------
Defauts now to postgresql93 and removes a compile flag that causes Clang to fail.
Modified Paths:
--------------
trunk/dports/gis/pgrouting/Portfile
Modified: trunk/dports/gis/pgrouting/Portfile
===================================================================
--- trunk/dports/gis/pgrouting/Portfile 2014-04-24 12:46:18 UTC (rev 119376)
+++ trunk/dports/gis/pgrouting/Portfile 2014-04-24 12:55:00 UTC (rev 119377)
@@ -20,6 +20,7 @@
# https://github.com/pgRouting/pgrouting/archive/v2.0.0.tar.gz
github.setup pgRouting pgrouting 2.0.0 v
+revision 1
checksums rmd160 c2eacfb36fc977f63cb52c8e171936a08ed78dcb \
sha256 0f918e1938570e59f309dc7d8fe16de8c0edcb52cc870bdd60b144c4bb51c777
@@ -46,5 +47,15 @@
}
if {![variant_isset postgresql92] && ![variant_isset postgresql93]} {
- default_variants +postgresql92
+ default_variants +postgresql93
}
+
+post-extract {
+ reinplace -E \
+ "s|-fno-delete-null-pointer-checks||" \
+ ${worksrcpath}/src/apsp_johnson/src/CMakeLists.txt
+
+ reinplace -E \
+ "s|-fno-delete-null-pointer-checks||" \
+ ${worksrcpath}/src/apsp_warshall/src/CMakeLists.txt
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140424/4ff5156d/attachment.html>
More information about the macports-changes
mailing list