Bug 112542

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:
Description Flags
file.diff none

Description kazami 2007-05-09 09:50:05 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-09 10:02:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-27 12:31:18 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-27 12:31:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!