Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2019 18:33:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242083] graphics/libheif failes to build after lang/go-devel upgrade
Message-ID:  <bug-242083-7788-1VUUW8RbkH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242083-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242083-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242083

Dmitri Goutnik <dmgk@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209256|                            |maintainer-approval?(freebs
              Flags|                            |d@sebastiansteinmetz.ch)

--- Comment #2 from Dmitri Goutnik <dmgk@freebsd.org> ---
Created attachment 209256
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209256&action=
=3Dedit
libheif-1.6.0_1.patch

(In reply to gja822 from comment #0)
Hi,

First of all, please don't use lang/go-devel for building Go ports - it's t=
oo
early in release cycle for it to be cleared for ports building. If you need
current development Go version, just build it out-of-tree from the source
checkout as described in [1]

Regarding the build issue, graphics/libheif seems to require go for building
examples but doesn't declare it as a build dependency. With EXAMPLES=3Don i=
t also
needs USES=3Dgmake due to gnuisms in examples's Makefile.am (${CURDIR}).

Attached patch fixes both issues, making the build pass with both lang/go a=
nd
lang/go-devel.

[1] https://golang.org/doc/install/source

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242083-7788-1VUUW8RbkH>