From owner-svn-ports-head@freebsd.org Mon Oct 22 19:23:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8758B105E31D; Mon, 22 Oct 2018 19:23:54 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 320DA8E7EF; Mon, 22 Oct 2018 19:23:54 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2968424A1C; Mon, 22 Oct 2018 19:23:54 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9MJNsEx065892; Mon, 22 Oct 2018 19:23:54 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MJNqrs065884; Mon, 22 Oct 2018 19:23:52 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201810221923.w9MJNqrs065884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 22 Oct 2018 19:23:52 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: deskutils/belcard multimedia/mswebrtc net/bctoolbox net/liblinphone net/linphone textproc/belr X-SVN-Commit-Revision: 482777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 19:23:54 -0000 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