Bug 107086 - [PATCH] graphics/GraphicsMagick: Fix build error
Summary: [PATCH] graphics/GraphicsMagick: Fix build error
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-22 09:30 UTC by chinsan
Modified: 2006-12-23 07:10 UTC (History)
0 users

See Also:


Attachments
GraphicsMagick-1.1.7_1.patch (1.91 KB, patch)
2006-12-22 09:30 UTC, chinsan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2006-12-22 09:30:17 UTC
- Fix build error

Added file(s):
- files/patch-coders-png.c

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-22 09:31:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2006-12-22 10:31:54 UTC
I removed this patch on purpose, it doesn't look like a correct fix (and I 
can't reproduce the build error in the first place). Please don't re-add it 
and instead explain to me what's going on there.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-23 07:08:04 UTC
rafan       2006-12-23 07:07:56 UTC

  FreeBSD ports repository

  Added files:
    graphics/GraphicsMagick/files patch-coders-png.c 
  Log:
  - Fix build when libpng is compiled with assembler code support.
    For example, setting CPUTYPE to p3 or above triggers this.
  
  This is the same bug happened in ImageMagick, and the original patch can
  be found at
  http://www.imagemagick.org/pipermail/magick-developers/2006-April/002550.html
  In fact, this patch was submitted in PR 101361, but a wrong version was
  committed.
  
  PR:             ports/107086
  Obtained from:  GraphicsMagick cvs
  
  Revision  Changes    Path
  1.3       +22 -0     ports/graphics/GraphicsMagick/files/patch-coders-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 Rong-En Fan freebsd_committer freebsd_triage 2006-12-23 07:09:04 UTC
State Changed
From-To: open->closed

Committed with vender patch.