| Summary: | [PATCH] Don't depend on XPM for graphics/php5-gd | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Xin LI <delphij> | ||||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | ale | ||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Xin LI
2007-08-21 10:10:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer Just for the record. I think I have somewhat misunderstood the relationship between graphics/php5-gd and graphics/gd, the former does not depend on the latter. However, I would say that it would be better if we can get rid of the XPM dependency, which provided some function that is not very useful for common deployment. Please consider the proposed patch, or provide an OPTION menu for php5-gd. Cheers, Here is a new patch which makes use of the OPTION framework, and gaves the user an opportunity to enable XPM if they really need it. Cheers, State Changed From-To: open->closed The current behavior is correct. You cannot check for XPM after bsd.port.pre.mk inclusion. Moreover, the t1lib dependency already add xpm, unless you define WITHOUT_X11. |