Bug 145228 - [patch] fix ports/graphics/xpaint after recent libpng update
Summary: [patch] fix ports/graphics/xpaint after recent libpng update
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-31 06:00 UTC by Helge Oldach
Modified: 2010-03-31 12:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (304 bytes, patch)
2010-03-31 06:00 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2010-03-31 06:00:15 UTC
The patch below fixes graphics/xpaint compilation after the recent
libpng update. png_check_sig() does no longer exist in the PNG API,
but has been replaced by !png_sig_cmp(). See libpng(3).
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2010-03-31 12:40:29 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-31 12:46:02 UTC
State Changed
From-To: open->closed

committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-31 12:46:03 UTC
dinoex      2010-03-31 11:45:49 UTC

  FreeBSD ports repository

  Added files:
    graphics/xpaint/files patch-readWritePNG.c 
  Log:
  - fix build for png-1.4.1
  PR:             145228
  
  Revision  Changes    Path
  1.1       +11 -0     ports/graphics/xpaint/files/patch-readWritePNG.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"