Bug 146150 - games/nexuiz (Missing function "png_set_gray_1_2_4_to_8")
Summary: games/nexuiz (Missing function "png_set_gray_1_2_4_to_8")
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 14:40 UTC by Andrei Lavreniyuk
Modified: 2010-05-23 23:06 UTC (History)
0 users

See Also:


Attachments
patch-nexuiz.txt (1.68 KB, patch)
2010-05-16 14:43 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Lavreniyuk 2010-04-29 14:40:01 UTC
Initializing Video Mode: fullscreen 1920x1200x32x60hz                                                                                                                                                                                                                          
Loading OpenGL driver libGL.so.1                                                                                                                                                                                                                                               
IRQ's not enabled, falling back to busy waits: 2 0                                                                                                                                                                                                                             
GL_VENDOR: Advanced Micro Devices, Inc.                                                                                                                                                                                                                                        
GL_RENDERER: Mesa DRI R600 (RV770 9440) 20090101  TCL                                                                                                                                                                                                                          
GL_VERSION: 1.2 Mesa 7.6.1                                                                                                                                                                                                                                                     
Trying to load library... "libpng12.so.0" "libpng.so" - loaded.                                                                                                                                                                                                                
Missing function "png_set_gray_1_2_4_to_8" - broken library!                                                                                                                                                                                                                   

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 



Draw_CachePic: failed to load gfx/complete                                                                                                                                                                                                                                     
Draw_CachePic: failed to load gfx/inter                                                                                                                                                                                                                                        
S_Startup: initializing sound output format: 48000Hz, 16 bit, 2 channels...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-29 14:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Petrik 2010-05-16 14:43:49 UTC
patch to fix nexuiz.
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2010-05-17 00:30:19 UTC
State Changed
From-To: open->analyzed
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-23 13:38:54 UTC
danfe       2010-05-23 12:38:45 UTC

  FreeBSD ports repository

  Modified files:
    games/nexuiz         Makefile 
  Log:
  Fix function signature to match that of libpng 1.4.  While the game seems to
  be playable without this change, bump PORTREVISION just to be safe.  Package
  is not built by default anyways.
  
  PR:     ports/146150
  
  Revision  Changes    Path
  1.33      +4 -1      ports/games/nexuiz/Makefile
_______________________________________________
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 5 Alexey Dokuchaev freebsd_committer freebsd_triage 2010-05-23 13:42:21 UTC
State Changed
From-To: analyzed->closed

Inplace version of the patch committed, thanks!