Index: head/security/libzrtpcppcore/Makefile =================================================================== --- head/security/libzrtpcppcore/Makefile (revision 376797) +++ head/security/libzrtpcppcore/Makefile (revision 376798) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= libzrtpcppcore DISTVERSIONPREFIX= V DISTVERSION= 4.3.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GHR MAINTAINER= tijl@FreeBSD.org COMMENT= GNU ZRTP library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= wernerd GH_PROJECT= ZRTPCPP WRKSRC= ${WRKDIR}/${GH_PROJECT}-${DISTVERSION} -USES= cmake:outsource compiler:c++11-lib +USES= cmake:outsource CMAKE_ARGS= -DCORE_LIB=true USE_LDCONFIG= yes .include Index: head/security/libzrtpcppcore/files/patch-CMakeLists.txt =================================================================== --- head/security/libzrtpcppcore/files/patch-CMakeLists.txt (nonexistent) +++ head/security/libzrtpcppcore/files/patch-CMakeLists.txt (revision 376798) @@ -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}) Property changes on: head/security/libzrtpcppcore/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property