svn commit: r482777 - in head: deskutils/belcard multimedia/mswebrtc net/bctoolbox net/liblinphone net/linphone textproc/belr
Tijl Coosemans
tijl at FreeBSD.org
Mon Oct 22 19:23:54 UTC 2018
Author: tijl
Date: Mon Oct 22 19:23:52 2018
New Revision: 482777
URL: https://svnweb.freebsd.org/changeset/ports/482777
Log:
Add USES=compiler:c++11-lib to Linphone ports.
PR: 232526
Submitted by: pkubaj at anongoth.pl
Modified:
head/deskutils/belcard/Makefile
head/multimedia/mswebrtc/Makefile
head/net/bctoolbox/Makefile
head/net/liblinphone/Makefile
head/net/linphone/Makefile
head/textproc/belr/Makefile
Modified: head/deskutils/belcard/Makefile
==============================================================================
--- head/deskutils/belcard/Makefile Mon Oct 22 19:14:37 2018 (r482776)
+++ head/deskutils/belcard/Makefile Mon Oct 22 19:23:52 2018 (r482777)
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbelr.so:textproc/belr
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++11-lib
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO -DENABLE_UNIT_TESTS=NO
Modified: head/multimedia/mswebrtc/Makefile
==============================================================================
--- head/multimedia/mswebrtc/Makefile Mon Oct 22 19:14:37 2018 (r482776)
+++ head/multimedia/mswebrtc/Makefile Mon Oct 22 19:23:52 2018 (r482777)
@@ -15,7 +15,7 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libmediastreamer_base.so:net/mediastreamer \
libortp.so:net/ortp
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++11-lib
CMAKE_ARGS= -DENABLE_STATIC=NO
PLIST_FILES= lib/mediastreamer/plugins/libmswebrtc.so
Modified: head/net/bctoolbox/Makefile
==============================================================================
--- head/net/bctoolbox/Makefile Mon Oct 22 19:14:37 2018 (r482776)
+++ head/net/bctoolbox/Makefile Mon Oct 22 19:23:52 2018 (r482777)
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= mbedtls>=2.3.0_2:security/mbedtls
LIB_DEPENDS= libmbedtls.so:security/mbedtls
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++11-lib
USE_LDCONFIG= yes
CFLAGS+= -DHAVE_ARC4RANDOM
Modified: head/net/liblinphone/Makefile
==============================================================================
--- head/net/liblinphone/Makefile Mon Oct 22 19:14:37 2018 (r482776)
+++ head/net/liblinphone/Makefile Mon Oct 22 19:23:52 2018 (r482777)
@@ -23,7 +23,8 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libortp.so:net/ortp \
libsqlite3.so:databases/sqlite3
-USES= cmake:outsource gnome iconv pkgconfig python:build
+USES= cmake:outsource compiler:c++11-lib gnome iconv pkgconfig \
+ python:build
USE_GNOME= libxml2
USE_LDCONFIG= yes
Modified: head/net/linphone/Makefile
==============================================================================
--- head/net/linphone/Makefile Mon Oct 22 19:14:37 2018 (r482776)
+++ head/net/linphone/Makefile Mon Oct 22 19:23:52 2018 (r482777)
@@ -14,7 +14,7 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbelcard.so:deskutils/belcard \
liblinphone++.so:net/liblinphone
-USES= cmake:outsource pkgconfig qt:5
+USES= cmake:outsource compiler:c++11-lib pkgconfig qt:5
USE_QT= buildtools_build concurrent core gui linguisttools network \
qmake_build qml quick quickcontrols2 speech svg testlib widgets
Modified: head/textproc/belr/Makefile
==============================================================================
--- head/textproc/belr/Makefile Mon Oct 22 19:14:37 2018 (r482776)
+++ head/textproc/belr/Makefile Mon Oct 22 19:23:52 2018 (r482777)
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++11-lib
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO
More information about the svn-ports-all
mailing list