[90106] trunk/dports/math/qhull

Andrea D'Amore and.damore at macports.org
Wed Feb 22 05:01:11 PST 2012


On Wed, Feb 22, 2012 at 02:04,  <mmoll at macports.org> wrote:
> math/qhull: stealth update that incorporates now redundant patch. Closes

> --- 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 (90105 =>
> 90106)
>
> --- 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

Remember to set dist_subdir as per [1] or people who already fetched
the port will get a checksum error.

Anyway I'm getting checksums differing from both those at r90106 and r90105:

md5     d0f978c0d8dfb2e919caefa56ea2953c \
sha1    60f61580e1d6fbbd28e6df2ff625c98d15b5fbc6 \
rmd160  4199d326414087512efbbca25db8be51f69ef730



-- 
Andrea


[1] https://trac.macports.org/wiki/PortfileRecipes#stealth-updates


More information about the macports-changes mailing list