[134144] trunk/dports

mmoll at macports.org mmoll at macports.org
Wed Mar 18 18:16:09 PDT 2015


Revision: 134144
          https://trac.macports.org/changeset/134144
Author:   mmoll at macports.org
Date:     2015-03-18 18:16:09 -0700 (Wed, 18 Mar 2015)
Log Message:
-----------
add 'cmake.out_of_source yes' to mmoll's ports; see #47197

Modified Paths:
--------------
    trunk/dports/graphics/assimp/Portfile
    trunk/dports/math/ceres-solver/Portfile
    trunk/dports/math/qhull/Portfile
    trunk/dports/python/py-pyside/Portfile
    trunk/dports/python/py-pyside-tools/Portfile
    trunk/dports/python/py-shiboken/Portfile
    trunk/dports/science/fcl/Portfile
    trunk/dports/science/flann/Portfile
    trunk/dports/science/libccd/Portfile
    trunk/dports/science/ompl/Portfile
    trunk/dports/science/pqp/Portfile
    trunk/dports/textproc/tinyxml/Portfile

Modified: trunk/dports/graphics/assimp/Portfile
===================================================================
--- trunk/dports/graphics/assimp/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/graphics/assimp/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+cmake.out_of_source yes
 
 name                assimp
 version             3.0.1270

Modified: trunk/dports/math/ceres-solver/Portfile
===================================================================
--- trunk/dports/math/ceres-solver/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/math/ceres-solver/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -4,6 +4,7 @@
 PortGroup           cmake 1.0
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           conflicts_build 1.0
+cmake.out_of_source yes
 
 name                ceres-solver
 version             1.10.0

Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/math/qhull/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -3,6 +3,7 @@
 
 PortSystem 1.0
 PortGroup           cmake 1.0
+cmake.out_of_source yes
 
 name                qhull
 version             2012.1

Modified: trunk/dports/python/py-pyside/Portfile
===================================================================
--- trunk/dports/python/py-pyside/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/python/py-pyside/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 PortGroup python 1.0
 PortGroup cmake 1.0
+cmake.out_of_source yes
 
 set realname        pyside
 name                py-${realname}

Modified: trunk/dports/python/py-pyside-tools/Portfile
===================================================================
--- trunk/dports/python/py-pyside-tools/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/python/py-pyside-tools/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 PortGroup python 1.0
 PortGroup cmake 1.0
+cmake.out_of_source yes
 
 set realname        pyside-tools
 name                py-${realname}

Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/python/py-shiboken/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 PortGroup cmake 1.0
 PortGroup python 1.0
+cmake.out_of_source yes
 
 set realname        shiboken
 name                py-${realname}

Modified: trunk/dports/science/fcl/Portfile
===================================================================
--- trunk/dports/science/fcl/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/science/fcl/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -4,6 +4,7 @@
 PortGroup  cmake 1.0
 PortGroup  github 1.0
 PortGroup  compiler_blacklist_versions 1.0
+cmake.out_of_source yes
 
 categories          science
 maintainers         mmoll openmaintainer

Modified: trunk/dports/science/flann/Portfile
===================================================================
--- trunk/dports/science/flann/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/science/flann/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 PortGroup cmake 1.0
 PortGroup mpi 1.0
+cmake.out_of_source yes
 
 name                flann
 version             1.8.4
@@ -22,14 +23,11 @@
 master_sites        http://www.cs.ubc.ca/research/flann/uploads/FLANN/
 distname            ${name}-${version}-src
 use_zip             yes
-extract.mkdir       yes
 checksums           md5     a0ecd46be2ee11a68d2a7d9c6b4ce701 \
                     sha1    e03d9d458757f70f6af1d330ff453e3621550a4f \
                     rmd160  2f067dbe1ad583188a0ef587a13cc3e6179d88b6
 depends_lib         port:hdf5
 patchfiles          patch-src-python-CMakeLists.txt.diff patch-CMakeLists.txt.diff
-patch.dir           ${worksrcpath}/${worksrcdir}
-
 mpi.setup
 
 configure.args-append ${distname} -DBUILD_MATLAB_BINDINGS=OFF -DUSE_MPI=OFF -DBUILD_CUDA_LIB=OFF

Modified: trunk/dports/science/libccd/Portfile
===================================================================
--- trunk/dports/science/libccd/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/science/libccd/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup  cmake 1.0
+cmake.out_of_source yes
 
 name                libccd
 version             2.0

Modified: trunk/dports/science/ompl/Portfile
===================================================================
--- trunk/dports/science/ompl/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/science/ompl/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -4,6 +4,7 @@
 PortGroup           cmake 1.0
 PortGroup           active_variants 1.1
 PortGroup           compiler_blacklist_versions 1.0
+cmake.out_of_source yes
 
 name                ompl
 version             1.0.0

Modified: trunk/dports/science/pqp/Portfile
===================================================================
--- trunk/dports/science/pqp/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/science/pqp/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup cmake 1.0
+cmake.out_of_source yes
 
 name                pqp
 version             1.3

Modified: trunk/dports/textproc/tinyxml/Portfile
===================================================================
--- trunk/dports/textproc/tinyxml/Portfile	2015-03-19 00:05:07 UTC (rev 134143)
+++ trunk/dports/textproc/tinyxml/Portfile	2015-03-19 01:16:09 UTC (rev 134144)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup cmake 1.0
+cmake.out_of_source yes
 
 name                tinyxml
 version             2.6.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150318/39ae5a15/attachment-0001.html>


More information about the macports-changes mailing list