[134243] trunk/dports/audio/phonon/Portfile

michaelld at macports.org michaelld at macports.org
Fri Mar 20 07:52:09 PDT 2015


Revision: 134243
          https://trac.macports.org/changeset/134243
Author:   michaelld at macports.org
Date:     2015-03-20 07:52:09 -0700 (Fri, 20 Mar 2015)
Log Message:
-----------
phonon: use new cmake 1.0 PortGroup feature cmake.out_of_source (ticket #47197).

Modified Paths:
--------------
    trunk/dports/audio/phonon/Portfile

Modified: trunk/dports/audio/phonon/Portfile
===================================================================
--- trunk/dports/audio/phonon/Portfile	2015-03-20 14:51:32 UTC (rev 134242)
+++ trunk/dports/audio/phonon/Portfile	2015-03-20 14:52:09 UTC (rev 134243)
@@ -45,18 +45,10 @@
         ${worksrcpath}/CMakeLists.txt
 }
 
-# do VPATH build
+# do VPATH (out of source tree) build
 
-set vpath           ${workpath}/build
-pre-configure       { file mkdir ${vpath} }
-configure.dir       ${vpath}
-build.dir           ${vpath}
+cmake.out_of_source yes
 
-# set last configure argument to the reletive path
-# to the top-level cmake source
-
-configure.post_args ../${worksrcdir}
-
 # standard args
 
 configure.args-append   \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150320/8185991f/attachment.html>


More information about the macports-changes mailing list