[134236] trunk/dports/science/gr-dvbt/Portfile

michaelld at macports.org michaelld at macports.org
Fri Mar 20 07:49:06 PDT 2015


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

Modified Paths:
--------------
    trunk/dports/science/gr-dvbt/Portfile

Modified: trunk/dports/science/gr-dvbt/Portfile
===================================================================
--- trunk/dports/science/gr-dvbt/Portfile	2015-03-20 14:48:45 UTC (rev 134235)
+++ trunk/dports/science/gr-dvbt/Portfile	2015-03-20 14:49:06 UTC (rev 134236)
@@ -42,26 +42,15 @@
     }
 }
 
-# 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.
 
 configure.ldflags-delete -L${prefix}/lib
 
-# 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
-
 # specify the Python dependencies
 
 depends_lib-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150320/938aeca5/attachment.html>


More information about the macports-changes mailing list