Summary: | [PATCH] graphics/GraphicsMagick: add WITHOUT_SYMBOL_PREFIX knob & fix webfonts path | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Roderick van Domburg <r.s.a.vandomburg> | ||||
Component: | Individual Port(s) | Assignee: | Stanislav Sedov <stas> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Roderick van Domburg
2007-06-26 13:00:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->stas I'll take it. stas 2007-07-16 18:30:28 UTC FreeBSD ports repository Modified files: graphics/GraphicsMagick Makefile Added files: graphics/GraphicsMagick/files patch-magick_symbols.h Log: - Do not redefine GraphicsMagick symbols, since it causes problems with some ports, that expect standard Magick symbols to be present (that is revert revision 1.6). Redefine only the GetToken symbol instead just to get rid of ports/94905 - Use correct path for windows fonts [1] - Add a knob to depend on windows fonts conditionally. PR: ports/114036 [1] Submitted by: Roderick van Domburg <r.s.a.vandomburg@nedforce.nl> Revision Changes Path 1.13 +8 -5 ports/graphics/GraphicsMagick/Makefile 1.1 +19 -0 ports/graphics/GraphicsMagick/files/patch-magick_symbols.h (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" State Changed From-To: open->closed The fix was committed. |