Summary: | graphics/py-opengl: py25-opengl-3.0.0.b8 / "No platform plugin registered for ('freebsd7', 'posix')" | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Michael Krauss <hippodriver> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Michael Krauss
2009-01-21 14:10:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ahze Over to maintainer. I have found the bug. The name of the posix platform plugin was 'posix ' not 'posix' as it should be. So the 'posix ' in ('freebsd7', 'posix') test failed. The appended patch fixes the problem. Kind regards, Michael Krauss Responsible Changed From-To: ahze->amdmi3 I'm taking it, it's 3 months timeout for 130831 and 2 weeks for 133638, and the bug definitely needs to be fixed amdmi3 2009-05-06 22:59:45 UTC FreeBSD ports repository Modified files: graphics/py-opengl Makefile Added files: graphics/py-opengl/files patch-OpenGL-__init__.py Log: - The port was completely broken, all py-opengl apps failed to run with error "No platform plugin registered for ('freebsd7', 'posix')", fix this PR: 130821 [1], 133638 [2] Submitted by: Michael Krauss <hippodriver at gmx.net> [1], myself [2] Approved by: maintainer timeout (ahze, >3 months) Revision Changes Path 1.33 +1 -1 ports/graphics/py-opengl/Makefile 1.1 +11 -0 ports/graphics/py-opengl/files/patch-OpenGL-__init__.py (new) _______________________________________________ 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: open->closed Committed. Thanks! |