On 2016/04/26 15:01, Jeremie Courreges-Anglas wrote: > Gregor Best <g...@unobtanium.de> writes: > > > On Thu, Feb 11, 2016 at 06:44:29PM +0100, Gregor Best wrote: > >> And because I'm a really smart cookie, of course I forgot two patches. > >> Attached is an updated port that actually works. > >> [...] > > > > Ping? > > Looks sane, a quick look didn't reveal anything that could use it out > there, but if it's useful to you it may be useful to others. > > Updated tarball, with patches refreshed with ''make update-patches''. > portcheck detacted missing $OpenBSD$ markers. > > Can I get another review / ok to import?
The port is OK with me, but glfw appears in build logs, so some things might pick it up. lang/io has some code to look for GLFW but is looking for the header in GL/glfw.h so doesn't pick it up automatically. This means things shouldn't break by importing this, but might want a look sometime. (modules/FindGLFW.cmake) textproc/mupdf might be able to use it but shouldn't automaticaly pick anything up. devel/codeblocks may also do; trying it now.