Bug 145106 - [PATCH] unbreak graphics/xli (libpng upgrade fallout)
Summary: [PATCH] unbreak graphics/xli (libpng upgrade fallout)
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 12:20 UTC by Christoph Moench-Tegeder
Modified: 2010-03-28 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (468 bytes, patch)
2010-03-28 12:20 UTC, Christoph Moench-Tegeder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Moench-Tegeder freebsd_committer freebsd_triage 2010-03-28 12:20:02 UTC
	Build of graphics/xli fails because libpng 1.4 forces use of
	png_sig_cmp() instead of the old png_check_sig() ("undefined reference"
	linker error)

Fix: Add graphics/xli/files/patch-png.c
	(also available at http://burggraben.net/hacks/patch-png.c )
How-To-Repeat: 	run portupgrade
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2010-03-28 13:43:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2010-03-28 13:51:00 UTC
State Changed
From-To: open->closed

committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-28 13:51:00 UTC
dinoex      2010-03-28 12:50:51 UTC

  FreeBSD ports repository

  Added files:
    graphics/xli/files   patch-png.c 
  Log:
  - fix build for png-1.4.1
  PR:             145106
  Submitted by:   Christoph Moench-Tegeder
  
  Revision  Changes    Path
  1.1       +20 -0     ports/graphics/xli/files/patch-png.c (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 4 dfilter service freebsd_committer freebsd_triage 2010-03-28 14:10:29 UTC
dinoex      2010-03-28 13:10:14 UTC

  FreeBSD ports repository

  Modified files:
    graphics/xli         Makefile 
    graphics/xli/files   patch-png.c 
  Log:
  - fix logic of new png function
  PR:             145106
  
  Revision  Changes    Path
  1.36      +1 -1      ports/graphics/xli/Makefile
  1.2       +1 -1      ports/graphics/xli/files/patch-png.c
_______________________________________________
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"