[134242] trunk/dports/audio/liblastfm/Portfile

michaelld at macports.org michaelld at macports.org
Fri Mar 20 07:51:32 PDT 2015


Revision: 134242
          https://trac.macports.org/changeset/134242
Author:   michaelld at macports.org
Date:     2015-03-20 07:51:32 -0700 (Fri, 20 Mar 2015)
Log Message:
-----------
liblastfm:
+ remove unnecessary universal yes;
+ use new cmake 1.0 PortGroup features, including cmake.out_of_source (ticket #47197).

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

Modified: trunk/dports/audio/liblastfm/Portfile
===================================================================
--- trunk/dports/audio/liblastfm/Portfile	2015-03-20 14:50:39 UTC (rev 134241)
+++ trunk/dports/audio/liblastfm/Portfile	2015-03-20 14:51:32 UTC (rev 134242)
@@ -24,20 +24,6 @@
 
 depends_lib-append  port:libsamplerate port:fftw-3-single
 
-universal_variant   yes
+# do VPATH (out of source tree) build
 
-# do VPATH build
-
-set vpath           ${workpath}/build
-pre-configure       { file mkdir ${vpath} }
-configure.dir       ${vpath}
-build.dir           ${vpath}
-
-# set last configure argument to the reletive path
-# to the top-level cmake source
-
-configure.post_args ../${worksrcdir}
-
-# be verbose when building, for debugging purposes
-
-build.post_args VERBOSE=1
+cmake.out_of_source yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150320/c25d44a3/attachment.html>


More information about the macports-changes mailing list