#24818: yorick-gl: OpenGL 3D graphics support for the Yorick language ---------------------------------------+------------------------------------ Reporter: thibaut.paumard@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: yorick-gl | ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Committed the port in r67913 with these changes: * changed mesa dependency from lib:-style to port:-style (we always want to use libGL from MacPorts mesa; we never want to use another libGL the user might have coincidentally installed somewhere) * removed xorg-libXext dependency (xorg-libXext is already in mesa's dependency chain) * patched configure script to only look for GL files in ${prefix}; even without this patch yorgl.so ended up linked with ${prefix}/lib/libGL.1.dylib like it's supposed to, but the output of the configure phase said it had found something in /usr/X11R6 and I wasn't comfortable with that * patched Makefile to be DESTDIR-aware using technique adapted from yorick-yutils * disabled universal variant * whitespace and formatting changes -- Ticket URL: <http://trac.macports.org/ticket/24818#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS