Date: Mon, 22 Oct 2018 19:23:52 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482777 - in head: deskutils/belcard multimedia/mswebrtc net/bctoolbox net/liblinphone net/linphone textproc/belr Message-ID: <201810221923.w9MJNqrs065884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810221923.w9MJNqrs065884>