Bug 19952 - mail/gbuffy: dependency problem in gbuffy (faces)
Summary: mail/gbuffy: dependency problem in gbuffy (faces)
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-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-15 20:10 UTC by Rasmus Kaj
Modified: 2000-07-16 20:47 UTC (History)
0 users

See Also:


Attachments
file.diff (469 bytes, patch)
2000-07-15 20:10 UTC, Rasmus Kaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rasmus Kaj 2000-07-15 20:10:04 UTC
	The gbuffy port don't register a dependency of mail/faces, and
	indeed don't really need it. However, if mail/faces is
	installed when building gbuffy it will be used, and if building 
	a package that package will need mail/faces but wont have a
	correct dependency of it.

	I am the maintainer of the gbuffy port.

Fix: Apply the following change to mail/gbuffy/Makefile

RCS file: /usr3/repository/ports/mail/gbuffy/Makefile,v
retrieving revision 1.4
How-To-Repeat: 
	cd ${PORTSDIR}/mail/faces && make install
	cd ${PORTSDIR}/mail/gbuffy && make package
	cd ${PORTSDIR}/mail/faces && make deinstall
	Try to reinstall the gbuffy package
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-07-16 20:46:31 UTC
State Changed
From-To: open->closed

Committed, thanks!