[90106] trunk/dports/math/qhull
mmoll at macports.org
mmoll at macports.org
Tue Feb 21 17:04:31 PST 2012
Revision: 90106
http://trac.macports.org/changeset/90106
Author: mmoll at macports.org
Date: 2012-02-21 17:04:31 -0800 (Tue, 21 Feb 2012)
Log Message:
-----------
math/qhull: stealth update that incorporates now redundant patch. Closes #33314.
Modified Paths:
--------------
trunk/dports/math/qhull/Portfile
Removed Paths:
-------------
trunk/dports/math/qhull/files/patch-CMakeLists.txt.diff
Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile 2012-02-22 00:58:08 UTC (rev 90105)
+++ trunk/dports/math/qhull/Portfile 2012-02-22 01:04:31 UTC (rev 90106)
@@ -6,6 +6,7 @@
name qhull
version 2012.1
+revision 1
categories math
platforms darwin
maintainers mmoll
@@ -26,12 +27,11 @@
master_sites ${homepage}/download
distname ${name}-${version}-src
extract.suffix .tgz
-checksums md5 ed81aa19b203aa0fdb75b41fe6f7a40f \
- sha1 7982ce08436d0b1797d311abd8944c35218639dc \
- rmd160 9923f5dc89d5dd79dd1a304cf5c9083f07291ccd
-patchfiles patch-CMakeLists.txt.diff \
- patch-nested-const-iterator.diff
-# last patch is for g++-4.0 / Leopard, see #31053
+checksums md5 710962448d0a5a01a798bb663443eb31 \
+ sha1 65c9865bc56a173d223c9d7d230b12603c51a439 \
+ rmd160 4c7d0e14ca2426e58709a862d2166b610348a3e4
+# patch for g++-4.0 / Leopard, see #31053
+patchfiles patch-nested-const-iterator.diff
worksrcdir ${name}-${version}
configure.args-append -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1
post-destroot {
Deleted: trunk/dports/math/qhull/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/math/qhull/files/patch-CMakeLists.txt.diff 2012-02-22 00:58:08 UTC (rev 90105)
+++ trunk/dports/math/qhull/files/patch-CMakeLists.txt.diff 2012-02-22 01:04:31 UTC (rev 90106)
@@ -1,44 +0,0 @@
---- CMakeLists.txt.orig 2012-02-03 11:03:32.000000000 -0600
-+++ CMakeLists.txt 2012-02-03 11:03:47.000000000 -0600
-@@ -242,7 +242,6 @@
- qhull_TARGETS
- ${qhull_CPP} ${qhull_STATIC} ${qhull_STATICP} ${qhull_SHARED} ${qhull_SHAREDP}
- qhull rbox qconvex qdelaunay qvoronoi qhalf
-- user_eg user_eg2 user_eg3 testqset
- )
-
-
-@@ -342,33 +341,21 @@
-
- add_executable(qhull ${qhull_SOURCES})
- target_link_libraries(qhull ${qhull_STATIC})
--set_target_properties(qhull PROPERTIES
-- VERSION ${qhull_VERSION})
-
- add_executable(rbox ${rbox_SOURCES})
- target_link_libraries(rbox ${qhull_STATIC})
--set_target_properties(rbox PROPERTIES
-- VERSION ${qhull_VERSION})
-
- add_executable(qconvex ${qconvex_SOURCES})
- target_link_libraries(qconvex ${qhull_STATIC})
--set_target_properties(qconvex PROPERTIES
-- VERSION ${qhull_VERSION})
-
- add_executable(qdelaunay ${qdelaunay_SOURCES})
- target_link_libraries(qdelaunay ${qhull_STATIC})
--set_target_properties(qdelaunay PROPERTIES
-- VERSION ${qhull_VERSION})
-
- add_executable(qvoronoi ${qvoronoi_SOURCES})
- target_link_libraries(qvoronoi ${qhull_STATIC})
--set_target_properties(qvoronoi PROPERTIES
-- VERSION ${qhull_VERSION})
-
- add_executable(qhalf ${qhalf_SOURCES})
- target_link_libraries(qhalf ${qhull_STATIC})
--set_target_properties(qhalf PROPERTIES
-- VERSION ${qhull_VERSION})
-
- # ---------------------------------------
- # Define testqset linked to qset.o and mem.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120221/32119814/attachment.html>
More information about the macports-changes
mailing list