ports/57607: devel/bugzilla -- compatibility with all MySQL versions

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Oct 5 12:20:17 UTC 2003


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list