From owner-svn-ports-all@FreeBSD.ORG Wed Jan 14 18:00:26 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FB6C59E; Wed, 14 Jan 2015 18:00:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5192D302; Wed, 14 Jan 2015 18:00:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0EI0QPK019406; Wed, 14 Jan 2015 18:00:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0EI0Pls019404; Wed, 14 Jan 2015 18:00:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501141800.t0EI0Pls019404@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 14 Jan 2015 18:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r377029 - in branches/2015Q1/security/libzrtpcppcore: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2015 18:00:26 -0000 Author: antoine Date: Wed Jan 14 18:00:25 2015 New Revision: 377029 URL: https://svnweb.freebsd.org/changeset/ports/377029 QAT: https://qat.redports.org/buildarchive/r377029/ Log: MFH r376612,376798 Fix build on FreeBSD 8 and 9 Added: branches/2015Q1/security/libzrtpcppcore/files/patch-CMakeLists.txt - copied unchanged from r376798, head/security/libzrtpcppcore/files/patch-CMakeLists.txt Modified: branches/2015Q1/security/libzrtpcppcore/Makefile Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/security/libzrtpcppcore/Makefile ============================================================================== --- branches/2015Q1/security/libzrtpcppcore/Makefile Wed Jan 14 17:55:39 2015 (r377028) +++ branches/2015Q1/security/libzrtpcppcore/Makefile Wed Jan 14 18:00:25 2015 (r377029) @@ -3,6 +3,7 @@ PORTNAME= libzrtpcppcore DISTVERSIONPREFIX= V DISTVERSION= 4.3.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GHR Copied: branches/2015Q1/security/libzrtpcppcore/files/patch-CMakeLists.txt (from r376798, head/security/libzrtpcppcore/files/patch-CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q1/security/libzrtpcppcore/files/patch-CMakeLists.txt Wed Jan 14 18:00:25 2015 (r377029, copy of r376798, head/security/libzrtpcppcore/files/patch-CMakeLists.txt) @@ -0,0 +1,18 @@ +--- CMakeLists.txt.orig 2014-11-18 15:26:49 UTC ++++ CMakeLists.txt +@@ -156,14 +156,12 @@ endif() + # necessary and required modules checked, ready to generate config.h in top-level build directory + configure_file(config.h.cmake ${CMAKE_BINARY_DIR}/config.h) + +-add_definitions(-g -O2 -fno-strict-aliasing) ++add_definitions(-fno-strict-aliasing) + if(CMAKE_COMPILER_IS_GNUCXX) + # add_definitions(-Wno-long-long -Wno-char-subscripts) + # add_definitions(-Wall -ansi -pedantic) + # add_definitions(-Wall -pedantic) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -pedantic -std=c99") +- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -std=c++11") +- add_definitions(-DNEW_STDCPP) + endif() + + include_directories(BEFORE ${CMAKE_BINARY_DIR})