Bug 169172 - [MAINTAINER UPDATE] comms/xastir - Fix build issue
Summary: [MAINTAINER UPDATE] comms/xastir - Fix build issue
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: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-17 06:40 UTC by carl
Modified: 2012-06-23 02:30 UTC (History)
0 users

See Also:


Attachments
Makefile.diff (1.08 KB, patch)
2012-06-17 06:40 UTC, carl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description carl 2012-06-17 06:40:09 UTC
	

HDRI has been enabled by default on ImageMagick.  This breaks Xastir badly as it
assumes QuantumDepth is an integer.

Fix: This fix below removes ImageMagick from the build and defaults to GraphicsMagick which still works.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-17 06:41:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->xride

xride@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Diane Bruce freebsd_committer freebsd_triage 2012-06-17 16:57:11 UTC
Responsible Changed
From-To: xride->db

Xride has okayed I take his PRs while he moves
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-23 02:23:36 UTC
db          2012-06-23 01:23:21 UTC

  FreeBSD ports repository

  Modified files:
    comms/xastir         Makefile 
  Log:
  - HDRI has been enabled by default on ImageMagick.
    This breaks Xastir badly as it assumes QuantumDepth is an integer.
    This fix below removes ImageMagick from the build and defaults
    to GraphicsMagick which still works. (From PR)
  - Convert to options NG while I am in here. (db)
  
  PR:             ports/169172
  Submitted by:   carl@stagecraft.cx
  
  Revision  Changes    Path
  1.46      +34 -41    ports/comms/xastir/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 Diane Bruce freebsd_committer freebsd_triage 2012-06-23 02:23:51 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!