Bug 161534 - graphics/p5-OpenGL: Updates to 0.66
Summary: graphics/p5-OpenGL: Updates to 0.66
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 04:30 UTC by lichray
Modified: 2011-12-05 03:30 UTC (History)
0 users

See Also:


Attachments
p5-OpenGL-0.66.patch (4.00 KB, patch)
2011-10-13 04:30 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2011-10-13 04:30:10 UTC
	
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-13 04:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-25 18:00:12 UTC
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.
Comment 3 lichray 2011-11-09 17:16:20 UTC
The detection is essential. So please adds USE_DISPLAY to it.

--
Zhihao Yuan
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-12-02 10:24:07 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-12-05 03:24:36 UTC
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"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-12-05 03:24:38 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!