[Bug 242083] graphics/libheif failes to build after lang/go-devel upgrade

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 19 18:33:15 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242083

Dmitri Goutnik <dmgk at freebsd.org> changed:

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

--- Comment #2 from Dmitri Goutnik <dmgk at freebsd.org> ---
Created attachment 209256
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209256&action=edit
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 too
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=on it also
needs USES=gmake due to gnuisms in examples's Makefile.am (${CURDIR}).

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

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

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


More information about the freebsd-ports-bugs mailing list