[142677] trunk/dports/devel/libphonenumber-cpp/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 06:46:10 PST 2015


Revision: 142677
          https://trac.macports.org/changeset/142677
Author:   devans at macports.org
Date:     2015-11-19 12:12:30 -0800 (Thu, 19 Nov 2015)
Log Message:
-----------
libphonenumber-cpp: build fails if a another version is currently active, add conflicts_build (#49683).

Modified Paths:
--------------
    trunk/dports/devel/libphonenumber-cpp/Portfile

Modified: trunk/dports/devel/libphonenumber-cpp/Portfile
===================================================================
--- trunk/dports/devel/libphonenumber-cpp/Portfile	2015-11-19 19:43:35 UTC (rev 142676)
+++ trunk/dports/devel/libphonenumber-cpp/Portfile	2015-11-19 20:12:30 UTC (rev 142677)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+PortGroup           conflicts_build 1.0
 PortGroup           github 1.0
 
 cmake.out_of_source yes
@@ -43,6 +44,8 @@
                     port:icu \
                     port:protobuf-cpp
 
+conflicts_build     ${name}
+
 configure.args-append \
                     -DGTEST_SOURCE_DIR=${gtest_srcdir} \
                     -DGTEST_INCLUDE_DIR=${gtest_srcdir}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ece5ddbb/attachment.html>


More information about the macports-changes mailing list