Bug 148123 - error in dependence about graphics/gimp
Summary: error in dependence about graphics/gimp
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 01:00 UTC by TsurutaniNaoki
Modified: 2010-06-25 03:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2010-06-25 01:00:14 UTC
	graphis/gimp depends on graphics/gimp-help if we use some make options,
	but detection of the installed gimp-help fails.

Fix: 

packages name of gimp-help has been changed to gimp-help-html.
	graphics/gimp should detect "gimp-help-html".
	the line "gimp-htlp>0" in Makefile should be changed to "gimp-help-html>0"
	or to "gimp-help*>0".
How-To-Repeat: 	always after installation of gimp-help.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-25 01:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-25 03:17:13 UTC
mezz        2010-06-25 02:16:59 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gimp        Makefile 
  Log:
  The name of gimp-help package has been changed from 'gimp-help' to
  'gimp-help-html'. Update it to allow user able to install this port without
  get any failure.
  
  PR:             ports/148123
  Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.224     +1 -1      ports/graphics/gimp/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 Jeremy Messenger freebsd_committer freebsd_triage 2010-06-25 03:17:18 UTC
State Changed
From-To: open->closed

Went with gimp-help*. Committed, thanks!