https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217511
--- Comment #17 from Samy Mahmoudi <[email protected]> --- (In reply to Jung-uk Kim from comment #16) With your commit and Kurt's set of options, I now get: Error: /usr/local/lib/virtualbox/VBoxTestOGL is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl So the secondary problem that Kurt found out seems corrected while the primary problem of Bug 217511 is still not. I think you should have changed the value of line 152 as I did in the patch of comment #3: to "gl glu", not to "glu" only. I understand the new semantic as: • First, indicate that the port uses OpenGL • Secondly, indicate which OpenGL components the port uses In the make syntax, this gives in general: • USES=gl • USE_GL=egl gl glu... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
