From owner-svn-ports-head@freebsd.org Fri Nov 22 16:59:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 195501BC26D; Fri, 22 Nov 2019 16:59:40 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47KN2M6wRhz40GK; Fri, 22 Nov 2019 16:59:39 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0E9A2694D; Fri, 22 Nov 2019 16:59:39 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAMGxdvf096829; Fri, 22 Nov 2019 16:59:39 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAMGxd9S096828; Fri, 22 Nov 2019 16:59:39 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201911221659.xAMGxd9S096828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Fri, 22 Nov 2019 16:59:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518153 - head/graphics/libheif X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/graphics/libheif X-SVN-Commit-Revision: 518153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2019 16:59:40 -0000 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 (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}