Created attachment 149685 [details] Patch to update graphics/maim to 2.3.37 I am the maintainer of the port graphics/maim and have a patch to update this port to it's latest version: 2.3.37.
Created attachment 149686 [details] Poudriere Build Log for graphics/maim 2.3.37 Here is the Poudriere Build Log for graphics/maim 2.3.37
*** Bug 195125 has been marked as a duplicate of this bug. ***
Is USE_GCC really necessary? I've tried with clang and it works.
Created attachment 149721 [details] Updated patch for maim-2.3.37 USE_GCC was needed in the past since graphics/maim couldn't compile with Clang in the past. I decided to remove USE_GCC, and this version (2.3.37) built successfully with Clang. I also uploaded an updated patch without USE_GCC and will upload the Poudriere build log shortly.
Created attachment 149722 [details] UPDATED Poudriere Build Log for graphics/maim 2.3.37 Here is the Poudriere Build Log without USE_GCC. -Neel
A commit references this bug: Author: danilo Date: Sat Nov 22 23:02:30 UTC 2014 New revision: 373114 URL: https://svnweb.freebsd.org/changeset/ports/373114 Log: - Update to 2.3.37 - Remove USE_GCC PR: 195259 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Changes: head/graphics/maim/Makefile head/graphics/maim/distinfo
Committed. Thanks!