svn commit: r518153 - head/graphics/libheif

Dmitri Goutnik dmgk at FreeBSD.org
Fri Nov 22 16:59:40 UTC 2019


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 at sebastiansteinmetz.ch> (maintainer)
  Reported by:	gja822 at 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 at 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}


More information about the svn-ports-all mailing list