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.
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!