| Summary: | Fix graphics/pear-Image_Transform: wrong install path of 'Driver' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | kazami <kazami> | ||||
| Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | kazami | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->miwi Over to maintainer miwi 2007-05-27 11:31:03 UTC
FreeBSD ports repository
Modified files:
graphics/pear-Image_Transform Makefile
Log:
- Fix wrong install path
- Bump PORTREVISION
PR: 112542
Submitted by: kazami <kazami@angels.vg>
Revision Changes Path
1.3 +12 -5 ports/graphics/pear-Image_Transform/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"
State Changed From-To: open->closed Committed. Thanks! |
install path of 'Driver' is wrong. that shoud be 'PEARDIR/Image/Transform/Driver'. How-To-Repeat: <?php require_once 'Image/Transform.php'; $img =& Image_Transform::factory('GD'); if (PEAR::isError($img)) { echo $img->getMessage(); } ?> ---this code will show: Image library not supported... aborting.