Bug 112542 - Fix graphics/pear-Image_Transform: wrong install path of 'Driver'
Summary: Fix graphics/pear-Image_Transform: wrong install path of 'Driver'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-09 09:50 UTC by kazami
Modified: 2007-05-27 12:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (956 bytes, patch)
2007-05-09 09:50 UTC, kazami
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!