Date: Tue, 21 Aug 2018 19:33:58 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477754 - in head/graphics/libheif: . files Message-ID: <201808211933.w7LJXwiE024343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Aug 21 19:33:58 2018 New Revision: 477754 URL: https://svnweb.freebsd.org/changeset/ports/477754 Log: graphics/libheif: unbreak on 10, clean up Makefile PR: 230767 Submitted by: yuri Added: head/graphics/libheif/files/ head/graphics/libheif/files/patch-libheif__encoder_fuzzer.cc (contents, props changed) Modified: head/graphics/libheif/Makefile Modified: head/graphics/libheif/Makefile ============================================================================== --- head/graphics/libheif/Makefile Tue Aug 21 19:02:03 2018 (r477753) +++ head/graphics/libheif/Makefile Tue Aug 21 19:33:58 2018 (r477754) @@ -11,22 +11,17 @@ COMMENT= Libheif is an ISO/IEC 23008-12:2017 HEIF fil 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 <bsd.port.mk> Added: head/graphics/libheif/files/patch-libheif__encoder_fuzzer.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libheif/files/patch-libheif__encoder_fuzzer.cc Tue Aug 21 19:33:58 2018 (r477754) @@ -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 <assert.h> + #include <string.h> ++#include <stdlib.h> + + #include <memory> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808211933.w7LJXwiE024343>