Date: Fri, 22 Nov 2019 16:59:39 +0000 (UTC) From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518153 - head/graphics/libheif Message-ID: <201911221659.xAMGxd9S096828@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dmgk Date: Fri Nov 22 16:59:39 2019 New Revision: 518153 URL: https://svnweb.freebsd.org/changeset/ports/518153 Log: graphics/libheif: Disable building of Go example Disable building of Go example code to avoid adding build dependency on go and gmake. PR: 242083 Submitted by: Sebastian Steinmetz <freebsd@sebastiansteinmetz.ch> (maintainer) Reported by: gja822@narod.ru Modified: head/graphics/libheif/Makefile Modified: head/graphics/libheif/Makefile ============================================================================== --- head/graphics/libheif/Makefile Fri Nov 22 16:34:47 2019 (r518152) +++ head/graphics/libheif/Makefile Fri Nov 22 16:59:39 2019 (r518153) @@ -3,7 +3,7 @@ PORTNAME= libheif DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= freebsd@sebastiansteinmetz.ch @@ -40,6 +40,7 @@ LICENSE+= GPLv3+ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/examples/COPYING USES+= shared-mime-info +CONFIGURE_ARGS+= --disable-go .endif .if ${PORT_OPTIONS:MJPEG}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911221659.xAMGxd9S096828>