[134224] trunk/dports/science/bladeRF/Portfile

michaelld at macports.org michaelld at macports.org
Fri Mar 20 07:41:11 PDT 2015


Revision: 134224
          https://trac.macports.org/changeset/134224
Author:   michaelld at macports.org
Date:     2015-03-20 07:41:11 -0700 (Fri, 20 Mar 2015)
Log Message:
-----------
bladeRF:
+ update to ee2a6c32 (20150318);
+ use new cmake 1.0 PortGroup features, including cmake.out_of_source (ticket #47197).

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

Modified: trunk/dports/science/bladeRF/Portfile
===================================================================
--- trunk/dports/science/bladeRF/Portfile	2015-03-20 14:40:58 UTC (rev 134223)
+++ trunk/dports/science/bladeRF/Portfile	2015-03-20 14:41:11 UTC (rev 134224)
@@ -5,10 +5,10 @@
 PortGroup           cmake 1.0
 PortGroup           github 1.0
 
-github.setup        Nuand bladeRF 88d1f9a1369e6b7986f89ca40cb92c12f60f5a4a
-version             20150317
-checksums           rmd160 e29e433ad96c88a7324c9913432dff4b03927de1 \
-                    sha256 744621618c4cb8e557e626108c6c532d479a4c0f82528cc73cc09cfe3c89f71d
+github.setup        Nuand bladeRF ee2a6c32ab5dc72cc6dca990cb22121c7f624e37
+version             20150318
+checksums           rmd160 9429d4e7432bc38c5d2eb1b0e285b20136182a14 \
+                    sha256 54551a8d92991138ec33b076158fd6d0745794e792c6c91734505334f6490369
 
 categories          science comms
 maintainers         michaelld openmaintainer
@@ -20,11 +20,9 @@
 depends_build-append port:pkgconfig
 depends_lib-append  port:libusb
 
-# do VPATH build
+# do VPATH (out of source tree) build
 
-post-extract        { file mkdir ${workpath}/build }
-configure.dir       ${workpath}/build
-build.dir           ${workpath}/build
+cmake.out_of_source yes
 
 # remove top-level library path, such that internal libraries are used
 # instead of any already-installed ones.
@@ -40,15 +38,6 @@
 
 configure.args-append -DTREAT_WARNINGS_AS_ERRORS=OFF
 
-# 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
-
 # default to building all variants
 
 default_variants +tecla
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150320/14aab0ac/attachment.html>


More information about the macports-changes mailing list