Bug 144567 - graphics/gd WITH_FONTCONFIG and WITHOUT_X11 are not exclusive
Summary: graphics/gd WITH_FONTCONFIG and WITHOUT_X11 are not exclusive
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-09 00:40 UTC by ben
Modified: 2010-03-09 14:08 UTC (History)
0 users

See Also:


Attachments
file.diff (521 bytes, patch)
2010-03-09 00:40 UTC, ben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ben 2010-03-09 00:40:03 UTC
Currently, the graphics/gd port can only build with fontconfig support (via the WITH_FONTCONFIG knob) if WITHOUT_X11 is not defined.

This is an unnecessary restriction, as gd can build with fontconfig support on machine built with WITHOUT_X11 defined.

Fix: Apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: Build graphics/gd with both WITHOUT_X11 and WITH_FONTCONFIG defined.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-09 00:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-09 13:48:19 UTC
dinoex      2010-03-09 13:48:05 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gd          Makefile 
  Log:
  - allow option WITH_FONTCONFIG with WITHOUT_X11
  PR:             144567
  Submitted by:   Benjamin Lee
  
  Revision  Changes    Path
  1.94      +1 -3      ports/graphics/gd/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 3 Dirk Meyer freebsd_committer freebsd_triage 2010-03-09 14:08:12 UTC
State Changed
From-To: open->closed

committed, thanks.