Bug 65424 - bacula should not be hardcoded to require mysql 3.323
Summary: bacula should not be hardcoded to require mysql 3.323
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: lkoeller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-11 02:30 UTC by ari
Modified: 2004-05-02 19:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ari 2004-04-11 02:30:22 UTC
The line

LIB_DEPENDS+=  mysqlclient.10:${PORTSDIR}/databases/mysql323-client

in the bacula port Makefile requires mysql323 client to be installed (if the mysql option is chosen). In fact, mysql40-client also works fine and presumably most future versions of mysql will work also. This results in an unecessary install of mysql323 on systems which are already running mysql40

Fix: 

I don't know the syntax of the fix to make this more generic, but Lars.Koeller@Uni-Bielefeld.DE is the maintainer of the port.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-04-11 05:13:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-04-12 23:29:21 UTC
Responsible Changed
From-To: ale->freebsd-ports-bugs

I'm not the maintainer of bacula.
Comment 3 lars.koeller 2004-04-14 12:22:32 UTC
Hi,

I'm just working on an upgrade to bacula 1.34.0. This includes new 
mysql (4.1) and postgresql support.

However, it is unclear what version to use, and what the detailed 
problems which occur. Some testing is necessary.

So please be patient.

Thanks and regards

Lars

-- 
E-Mail: Lars.Koeller@Uni-Bielefeld.DE        \  Lars Köller
             lkoeller@FreeBSD.org              \  CC University of
PGP: http://www.uk.pgp.net/pgpnet/wwwkeys.html \  Bielefeld, Germany
      Key-ID: A430D499                           \  Tel: +49 521 106 4964
----------- FreeBSD, what else? ---- http://www.freebsd.org -------------
Comment 4 ari 2004-04-14 13:34:38 UTC
For what it is worth, I am running it with mySQL 4.0.17 and there are=20
no apparent problems. Since this is the production release of mySQL I=20
guess it is the one that should be supported. Since the SQL in bacula=20
is reasonably simple, perhaps it could support any version of SQL from=20=

3.323 onward.

Also, I was thinking of modifying the port file to use stunnel for=20
encrypted communications. Or are you already working on that=20
modification?

Cheers
Ari Maniatis


On 14/04/2004, at 9:22 PM, Lars K=F6ller wrote:

>
> Hi,
>
> I'm just working on an upgrade to bacula 1.34.0. This includes new=20
> mysql (4.1) and postgresql support.
>
> However, it is unclear what version to use, and what the detailed=20
> problems which occur. Some testing is necessary.
>
> So please be patient.
>
> Thanks and regards
>
> Lars
>
> --=20
> E-Mail: Lars.Koeller@Uni-Bielefeld.DE        \  Lars K=F6ller
>             lkoeller@FreeBSD.org              \  CC University of
> PGP: http://www.uk.pgp.net/pgpnet/wwwkeys.html \  Bielefeld, Germany
>      Key-ID: A430D499                           \  Tel: +49 521 106=20
> 4964
> ----------- FreeBSD, what else? ---- http://www.freebsd.org=20
> -------------
>
>



-------------------------->
ish group pty ltd
7 Darghan St Glebe 2037 Australia
phone +61 2 9660 1400   fax +61 2 9660 7400
http www.ish.com.au | email info@ish.com.au
PGP fingerprint 08 57 20 4B 80 69 59 E2  A9 BF 2D 48 C2 20 0C C8
Comment 5 lars.koeller 2004-04-14 14:49:11 UTC
----------

In reply to Aristedes Maniatis who wrote:
=20
> For what it is worth, I am running it with mySQL 4.0.17 and there a=
re=20
> no apparent problems. Since this is the production release of mySQL=
 I=20
> guess it is the one that should be supported. Since the SQL in bacu=
la=20
> is reasonably simple, perhaps it could support any version of SQL f=
rom=20
> 3.323 onward.

Yes, perhaps, but someone has to test it! What about 4.1 I think this=
=20
is the production release, and 5.0 the new development tree?

> Also, I was thinking of modifying the port file to use stunnel for=
=20
> encrypted communications. Or are you already working on that=20
> modification?

No, I don't. It's a lot of work to stay with tested versions online.

Regards

Lars

--=20
 Lars K=F6ller      \   Raum   : V0-318 (Tel: 4964)
  Leitung Systeme  \  E-Mail : Lars.Koeller@Uni-Bielefeld.DE
  und Serverdienste \ PGP-Key: http://www.uk.pgp.net/pgpnet/wwwkeys.h=
tml
----------- FreeBSD, what else? ---- http://www.de.freebsd.org ------=
---
Comment 6 Volker Stolz freebsd_committer freebsd_triage 2004-04-15 15:36:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lkoeller

Lars is fixing it (maintainer).
Comment 7 lkoeller freebsd_committer freebsd_triage 2004-05-02 19:07:28 UTC
State Changed
From-To: open->closed

o) Implemented in port just committed