Index: head/graphics/libheif/Makefile =================================================================== --- head/graphics/libheif/Makefile (revision 477753) +++ head/graphics/libheif/Makefile (revision 477754) @@ -1,32 +1,27 @@ # $FreeBSD$ PORTNAME= libheif DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 CATEGORIES= graphics MAINTAINER= me@sebastiansteinmetz.ch COMMENT= Libheif is an ISO/IEC 23008-12:2017 HEIF file format de- and encoder LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_10= encoder_fuzzer.cc:84:5: error: use of undeclared identifier 'free' +LIB_DEPENDS= libde265.so:multimedia/libde265 \ + libx265.so:multimedia/x265 \ + libpng16.so:graphics/png -LIB_DEPENDS= libde265.so:multimedia/libde265 -LIB_DEPENDS+= libx265.so:multimedia/x265 -LIB_DEPENDS+= libpng16.so:graphics/png - USES= autoreconf libtool pkgconfig shared-mime-info \ shebangfix USE_GITHUB= yes GH_ACCOUNT= strukturag GH_PROJECT= libheif - GNU_CONFIGURE= yes - -SHEBANG_GLOB= *.sh - USE_LDCONFIG= yes +SHEBANG_GLOB= *.sh .include Index: head/graphics/libheif/files/patch-libheif__encoder_fuzzer.cc =================================================================== --- head/graphics/libheif/files/patch-libheif__encoder_fuzzer.cc (nonexistent) +++ head/graphics/libheif/files/patch-libheif__encoder_fuzzer.cc (revision 477754) @@ -0,0 +1,10 @@ +--- libheif/encoder_fuzzer.cc.orig 2018-06-19 09:35:37 UTC ++++ libheif/encoder_fuzzer.cc +@@ -20,6 +20,7 @@ + + #include + #include ++#include + + #include + Property changes on: head/graphics/libheif/files/patch-libheif__encoder_fuzzer.cc ___________________________________________________________________ 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