Bug 143638

Summary: [patch] x11-toolkits/fltk does not build
Product: Ports & Packages Reporter: kamikaze
Component: Individual Port(s)Assignee: Pietro Cerutti <gahr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description kamikaze 2010-02-07 11:40:00 UTC
- Fix broken prototype in src/filename_list.cxx

Note that fltk also has the problem of linking against its older version, so you have to deinstall the old version to do a successful build.

All that would be necessary to fix this would be to prepend -L../src to LDFLAGS, but the GNU configure magic thwarted all my attempts to do this.

Fix: Patch attached with submission follows:
How-To-Repeat: Try to build the thing.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-07 11:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-09 15:13:37 UTC
gahr        2010-02-09 15:13:28 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/fltk    Makefile 
  Added files:
    x11-toolkits/fltk/files patch-src_filename_list.cxx 
  Log:
  - Fix mismatching declaration
  
  PR:             143638
  Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
  
  Revision  Changes    Path
  1.52      +2 -0      ports/x11-toolkits/fltk/Makefile
  1.1       +11 -0     ports/x11-toolkits/fltk/files/patch-src_filename_list.cxx (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"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2010-02-09 15:13:42 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!