Bug 145197

Summary: Build of games/wesnoth fails due to png update
Product: Ports & Packages Reporter: Pascal Stumpf <Pascal.Stumpf>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Pascal Stumpf 2010-03-30 10:20:02 UTC
Apparently, wesnoth is still trying to use old png-1.2 functions:

tools/exploder_utils.cpp: In function 'void save_image(surface, const std::string&)':                                                                           
tools/exploder_utils.cpp:177: error: 'png_voidp_NULL' was not declared in this scope                                                                            
tools/exploder_utils.cpp:178: error: 'png_error_ptr_NULL' was not declared in this scope                                                                        
gmake[2]: *** [tools/exploder_utils.o] Error 1                                  
gmake[2]: *** Waiting for unfinished jobs....                                   
gmake[2]: Leaving directory `/usr/ports/games/wesnoth/work/wesnoth-1.6.5/src'   
gmake[1]: *** [all-recursive] Error 1                                           
gmake[1]: Leaving directory `/usr/ports/games/wesnoth/work/wesnoth-1.6.5'       
gmake: *** [all] Error 2                                                        
*** Error code 1                                                                

Stop in /usr/ports/games/wesnoth.
*** Error code 1                 

Stop in /usr/ports/games/wesnoth.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-30 10:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->philip

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2010-03-30 10:56:48 UTC
Responsible Changed
From-To: philip->dinoex

I will take care of it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-30 14:26:26 UTC
dinoex      2010-03-30 13:26:13 UTC

  FreeBSD ports repository

  Modified files:
    games/wesnoth        Makefile 
  Log:
  - fix build for png-1.4.1
  PR:             145197
  
  Revision  Changes    Path
  1.79      +6 -0      ports/games/wesnoth/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 4 Dirk Meyer freebsd_committer freebsd_triage 2010-03-30 14:31:57 UTC
State Changed
From-To: open->closed

A fix was committed, thanks.