[113597] trunk/dports/science/gr-osmosdr/Portfile

michaelld at macports.org michaelld at macports.org
Wed Nov 20 06:23:50 PST 2013


Revision: 113597
          https://trac.macports.org/changeset/113597
Author:   michaelld at macports.org
Date:     2013-11-20 06:23:50 -0800 (Wed, 20 Nov 2013)
Log Message:
-----------
gr-osmosdr: better way to handle default variants.

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

Modified: trunk/dports/science/gr-osmosdr/Portfile
===================================================================
--- trunk/dports/science/gr-osmosdr/Portfile	2013-11-20 14:22:36 UTC (rev 113596)
+++ trunk/dports/science/gr-osmosdr/Portfile	2013-11-20 14:23:50 UTC (rev 113597)
@@ -106,6 +106,15 @@
 
 build.post_args VERBOSE=1
 
+# shortcut to installing all variants except Python
+
+variant full description {Deprecated legacy variant} {}
+default_variants -full
+
+# per user concensus: enable all variants except +debug and +universal
+
+default_variants +docs +uhd +swig +hackrf
+
 # set Python variants
 
 set pythons_suffixes {26 27}
@@ -249,12 +258,3 @@
     configure.args-append -DENABLE_HACKRF=OFF
 
 }
-
-# shortcut to installing all variants except Python
-
-variant full requires docs uhd swig hackrf \
-    description {Enable all variants except +debug and +universal} {}
-
-# make +full the default; per user concensus
-
-default_variants-append +full
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131120/7d54e4ee/attachment.html>


More information about the macports-changes mailing list