[119936] trunk/dports/devel/google-glog/Portfile

hum at macports.org hum at macports.org
Sat May 10 20:16:56 PDT 2014


Revision: 119936
          https://trac.macports.org/changeset/119936
Author:   hum at macports.org
Date:     2014-05-10 20:16:56 -0700 (Sat, 10 May 2014)
Log Message:
-----------
google-glog: add gflags variant and set default; see #43661

Modified Paths:
--------------
    trunk/dports/devel/google-glog/Portfile

Modified: trunk/dports/devel/google-glog/Portfile
===================================================================
--- trunk/dports/devel/google-glog/Portfile	2014-05-11 01:45:14 UTC (rev 119935)
+++ trunk/dports/devel/google-glog/Portfile	2014-05-11 03:16:56 UTC (rev 119936)
@@ -5,7 +5,7 @@
 
 name                google-glog
 version             0.3.3
-revision            1
+revision            2
 categories          devel
 maintainers         hum openmaintainer
 
@@ -23,6 +23,13 @@
 checksums           rmd160  27fb1bd4156f6715b84d59293d96d1cadc79ea7a \
                     sha256  fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0
 
+variant gflags description {Includes gflags command line control of logging} { 
+    configure.args-append --with-gflags=${prefix} 
+    depends_lib-append port:gflags 
+} 
+ 
+default_variants +gflags 
+
 # https://code.google.com/p/google-glog/issues/detail?id=169
 patchfiles          patch-libc++.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140510/8cb4e22e/attachment.html>


More information about the macports-changes mailing list