[134226] trunk/dports/science/hackrf/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/science/hackrf/Portfile

Modified: trunk/dports/science/hackrf/Portfile
===================================================================
--- trunk/dports/science/hackrf/Portfile	2015-03-20 14:42:34 UTC (rev 134225)
+++ trunk/dports/science/hackrf/Portfile	2015-03-20 14:44:09 UTC (rev 134226)
@@ -28,12 +28,9 @@
 
 patchfiles-append   patch-no-gnu90.diff
 
-# 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
@@ -44,7 +41,3 @@
 # instead of any already-installed ones.
 
 configure.ldflags-delete -L${prefix}/lib
-
-# be verbose when building, for debugging purposes
-
-build.post_args     VERBOSE=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150320/76ae7ded/attachment.html>


More information about the macports-changes mailing list