[134210] trunk/dports/_resources/port1.0/group/kde4-1.1.tcl
mk at macports.org
mk at macports.org
Thu Mar 19 23:40:18 PDT 2015
Revision: 134210
https://trac.macports.org/changeset/134210
Author: mk at macports.org
Date: 2015-03-19 23:40:18 -0700 (Thu, 19 Mar 2015)
Log Message:
-----------
port-group kde4-1.1: use cmake.out_of_source (see #47197) [Thanks, René, for the patch.]
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/kde4-1.1.tcl
Modified: trunk/dports/_resources/port1.0/group/kde4-1.1.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/kde4-1.1.tcl 2015-03-20 04:34:52 UTC (rev 134209)
+++ trunk/dports/_resources/port1.0/group/kde4-1.1.tcl 2015-03-20 06:40:18 UTC (rev 134210)
@@ -42,15 +42,9 @@
configure.ldflags-delete -L${prefix}/lib
configure.cppflags-delete -I${prefix}/include
-# setup all KDE4 ports to build in a separate directory from the source;
-# this setting must be the full directory path
-post-extract { file mkdir ${workpath}/build }
+# setup all KDE4 ports to build in a separate directory from the source:
+cmake.out_of_source yes
-# standard post-arg, where to find the primary CMakeLists.txt file.
-default configure.post_args {../${worksrcdir}}
-default configure.dir {${workpath}/build}
-default build.dir {${workpath}/build}
-
# Automoc added as build dependency here as most, if not all kde
# programs currently need it. The automoc port, which includes this
# PortGroup overrides depends_build, removing "port:automoc" to
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150319/31398e81/attachment-0001.html>
More information about the macports-changes
mailing list