Bug 61748 - french/facturier: fixing a "depend package" error on Bento.
Summary: french/facturier: fixing a "depend package" error on Bento.
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 21:10 UTC by Thierry Thomas
Modified: 2004-01-22 22:11 UTC (History)
0 users

See Also:


Attachments
facturier.diff (235 bytes, patch)
2004-01-22 21:10 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2004-01-22 21:10:06 UTC
	- This port was using "USE_MYSQL"; this implies a dependency towards
	MySQL4.0.

	- Moreover, there is another dependency towards databases/p5-Mysql, and
	that port is defining "DEFAULT_MYSQL_VER=	323".

	- There is a CONFLICT between MySQL4.0 and 3.23, and this produces an
	error during adding dependencies from packages on Bento.

	- Removing the direct dependency should fix this problem.

	(reported by Kris)

Fix: Please apply the following patch:
How-To-Repeat: 	See <http://bento.freebsd.org/errorlogs/i386-4-latest/fr-facturier-2.1.1.log>.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-22 22:11:53 UTC
State Changed
From-To: open->closed

Committed, thanks!