From thierry@pompo.net  Thu Jan 22 13:04:03 2004
Return-Path: <thierry@pompo.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EB1D16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Jan 2004 13:04:03 -0800 (PST)
Received: from graf.pompo.net (graf.pompo.net [81.56.186.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D7FFE43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Jan 2004 13:03:40 -0800 (PST)
	(envelope-from thierry@pompo.net)
Received: by graf.pompo.net (Postfix, from userid 1001)
	id 32EFE750E; Thu, 22 Jan 2004 21:59:49 +0100 (CET)
Message-Id: <20040122205949.32EFE750E@graf.pompo.net>
Date: Thu, 22 Jan 2004 21:59:49 +0100 (CET)
From: Thierry Thomas <thierry@pompo.net>
Reply-To: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: french/facturier: fixing a "depend package" error on Bento.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61748
>Category:       ports
>Synopsis:       french/facturier: fixing a "depend package" error on Bento.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 22 13:10:06 PST 2004
>Closed-Date:    Thu Jan 22 14:11:59 PST 2004
>Last-Modified:  Thu Jan 22 14:11:59 PST 2004
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Nov 20 23:06:13 CET 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	- 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)

>How-To-Repeat:
	See <http://bento.freebsd.org/errorlogs/i386-4-latest/fr-facturier-2.1.1.log>.

>Fix:
	Please apply the following patch:

--- facturier.diff begins here ---
--- french/facturier/Makefile.orig	Mon Dec 29 07:24:17 2003
+++ french/facturier/Makefile	Thu Jan 22 21:43:18 2004
@@ -24,7 +24,6 @@
 
 NO_BUILD=	yes
 USE_PERL5_RUN=	yes
-USE_MYSQL=	yes
 USE_REINPLACE=	yes
 
 APACHE_PORT?=	www/apache13
--- facturier.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Jan 22 14:11:53 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61748 
>Unformatted:
