From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 5 05:20:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC52D16A4BF for ; Sun, 5 Oct 2003 05:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7423643FDF for ; Sun, 5 Oct 2003 05:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h95CKEFY087966 for ; Sun, 5 Oct 2003 05:20:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h95CKE6J087965; Sun, 5 Oct 2003 05:20:14 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 5 Oct 2003 05:20:14 -0700 (PDT) Resent-Message-Id: <200310051220.h95CKE6J087965@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7B016A4B3 for ; Sun, 5 Oct 2003 05:15:25 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D878A43FF3 for ; Sun, 5 Oct 2003 05:15:23 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h95CFI9E091279 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Oct 2003 13:15:19 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id h95CFIOO091278; Sun, 5 Oct 2003 13:15:18 +0100 (BST) (envelope-from matthew) Message-Id: <200310051215.h95CFIOO091278@happy-idiot-talk.infracaninophile.co.uk> Date: Sun, 5 Oct 2003 13:15:18 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57607: devel/bugzilla -- compatibility with all MySQL versions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 12:20:17 -0000 >Number: 57607 >Category: ports >Synopsis: devel/bugzilla -- compatibility with all MySQL versions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 05 05:20:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.9-RC i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.9-RC FreeBSD 4.9-RC #33: Fri Oct 3 20:04:08 BST 2003 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: The devel/bugzilla port has an explicit LIB_DEPENDS dependency on libmysqlclient.so.10 from the mysql323-client port. However, bugzilla will work fine with just about any version of MySQL. Could just insert USE_MYSQL, but the bugzilla port only really needs access to the perl DBD::Mysql modules and can depend on MySQL inplicitly through that port.. >How-To-Repeat: >Fix: --- bugzilla.diff begins here --- --- bugzilla/Makefile.bak Tue Sep 30 20:11:11 2003 +++ bugzilla/Makefile Sun Oct 5 12:33:11 2003 @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Bug-tracking system developed by Mozilla Project -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= ${PERL_SITEDIR}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql \ ${PERL_SITEDIR}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${PERL_SITEDIR}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ --- bugzilla.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: