From owner-freebsd-ports Wed Feb 3 02:41:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09544 for freebsd-ports-outgoing; Wed, 3 Feb 1999 02:41:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09506; Wed, 3 Feb 1999 02:41:24 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.1/8.9.1) id LAA09810; Wed, 3 Feb 1999 11:40:35 +0100 (CET) (envelope-from ibex) Date: Wed, 3 Feb 1999 11:40:35 +0100 From: Dirk Froemberg To: "Jordan K. Hubbard" Cc: ports@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: Last change to databases/xmysqladmin was incorrect Message-ID: <19990203114035.A9244@physik.TU-Berlin.DE> References: <199902021539.HAA24667@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199902021539.HAA24667@zippy.cdrom.com>; from Jordan K. Hubbard on Tue, Feb 02, 1999 at 07:39:43AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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