Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 1999 11:40:35 +0100
From:      Dirk Froemberg <dirk@FreeBSD.ORG>
To:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
Cc:        ports@FreeBSD.ORG, andreas@FreeBSD.ORG
Subject:   Re: Last change to databases/xmysqladmin was incorrect
Message-ID:  <19990203114035.A9244@physik.TU-Berlin.DE>
In-Reply-To: <199902021539.HAA24667@zippy.cdrom.com>; from Jordan K. Hubbard on Tue, Feb 02, 1999 at 07:39:43AM -0800
References:  <199902021539.HAA24667@zippy.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Jordon!

Adding a dependency to mysql321 won't be a good idea since there are
other ports depending on mysql322 and you can't have mysql321 and mysql322
installed both.

The client API was changed a bit from mysql321 to mysql322. Perhaps there
is just a missing argument or a type conflict.

I'll have a look at the problem...

	Best regards Dirk

On Tue, Feb 02, 1999 at 07:39:43AM -0800, Jordan K. Hubbard wrote:
> xmysqladmin does not (yet) build with mysql 3.22, only 3.21.
> This will work:
> 
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/databases/xmysqladmin/Makefile,v
> retrieving revision 1.17
> diff -u -u -r1.17 Makefile
> --- Makefile	1999/01/27 18:19:37	1.17
> +++ Makefile	1999/02/02 15:26:39
> @@ -16,8 +16,9 @@
>  MAINTAINER=	andreas@FreeBSD.ORG
>  
>  LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm \
> -		xforms.0:${PORTSDIR}/x11-toolkits/xforms \
> -		mysqlclient.5:${PORTSDIR}/databases/mysql322
> +		xforms.0:${PORTSDIR}/x11-toolkits/xforms
> +
> +BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321
>  
>  # depends on xforms
>  ONLY_FOR_ARCHS=	i386
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message

-- 
e-mail: dirk@FreeBSD.ORG

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990203114035.A9244>