Updates to 0.66. The upstream uses GL_GLEXT_LEGACY, so the patches are deprecated. Fix: patch it with -E, since a file is removed.
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Have you ever successfully built this port in text-based terminal (vt220 or so)? glversion does not run in text-based terminal. It gives error message as follows: In order to test your GPU's capabilities, run this make under an X11 shell GLUT: Fatal Error in glversion: could not open display: Can't open Makefile: No such file or directory.
The detection is essential. So please adds USE_DISPLAY to it. -- Zhihao Yuan
Responsible Changed From-To: perl->sunpoet I'll take it.
sunpoet 2011-12-05 03:24:28 UTC FreeBSD ports repository Modified files: graphics/p5-OpenGL Makefile distinfo pkg-descr pkg-plist graphics/p5-OpenGL/files patch-gl_util.c Removed files: graphics/p5-OpenGL/files patch-Makefile.PL Log: - Update to 0.66 - While I'm here, add missing trailing slash to WWW Changes: http://search.cpan.org/dist/OpenGL/Release_Notes PR: ports/161534 Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes Revision Changes Path 1.10 +10 -5 ports/graphics/p5-OpenGL/Makefile 1.5 +2 -2 ports/graphics/p5-OpenGL/distinfo 1.3 +0 -23 ports/graphics/p5-OpenGL/files/patch-Makefile.PL (dead) 1.2 +3 -12 ports/graphics/p5-OpenGL/files/patch-gl_util.c 1.3 +1 -1 ports/graphics/p5-OpenGL/pkg-descr 1.2 +7 -2 ports/graphics/p5-OpenGL/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!