Index: head/multimedia/oggvideotools/Makefile =================================================================== --- head/multimedia/oggvideotools/Makefile (revision 505952) +++ head/multimedia/oggvideotools/Makefile (revision 505953) @@ -1,33 +1,31 @@ # Created by: Jille Timmermans (jille@quis.cx) # $FreeBSD$ PORTNAME= oggvideotools PORTVERSION= 0.9.1 PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Toolbox for manipulating Ogg video files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs LIB_DEPENDS= libgd.so:graphics/gd \ libogg.so:audio/libogg \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -BROKEN_powerpc64= fails to build: decoderTest.cpp: 'memset' was not declared in this scope - USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig tar:bz2 USE_CXXSTD= c++11 USE_SDL= sdl USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e \ 's|-O0.*-fPIC|-fPIC|' ${WRKSRC}/CMakeLists.txt .include Index: head/multimedia/oggvideotools/files/patch-src_base_test_decoderTest.cpp =================================================================== --- head/multimedia/oggvideotools/files/patch-src_base_test_decoderTest.cpp (nonexistent) +++ head/multimedia/oggvideotools/files/patch-src_base_test_decoderTest.cpp (revision 505953) @@ -0,0 +1,10 @@ +--- src/base/test/decoderTest.cpp.orig 2019-07-01 07:30:12 UTC ++++ src/base/test/decoderTest.cpp +@@ -5,6 +5,7 @@ + #include "oggDecoder.h" + #include + #include ++#include + + int main(int argc, char* argv[]) + { Property changes on: head/multimedia/oggvideotools/files/patch-src_base_test_decoderTest.cpp ___________________________________________________________________ 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