Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 16:24:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192046] [maintainer-update] graphics/nomacs: update to version 2.0.0
Message-ID:  <bug-192046-13-IpZHUZqGp2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192046-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192046-13@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=192046

--- Comment #11 from Raphael Kubo da Costa <rakuco@FreeBSD.org> ---
Created attachment 145612
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145612&action=edit
Proposed Unix.cmake patch

OK, I finally had some time to look at this. The LibRaw problems come from the
way you've patched cmake/Unix.cmake -- you've changed the add_definitions()
call and now CMake passes -DENABLE_OPENCV instead of -DWITH_OPENCV to the
compiler, but the rest of the code still checks for WITH_OPENCV. This means
you're making the build system enable OpenCV support while the code is built
with it disabled.

This attachment contains a less intrusive patch to Unix.cmake that fixes the
build issues. Now you have to fix the port's plist, but that should be easy.

Last but not least, it looks like the most recent version of Nomacs is now
2.0.2, you might want to upgrade to that one instead.

-- 
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-192046-13-IpZHUZqGp2>