From owner-freebsd-ports Sun Oct 7 9:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33EA537B408 for ; Sun, 7 Oct 2001 09:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97GA2l81756; Sun, 7 Oct 2001 09:10:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 09:10:02 -0700 (PDT) Message-Id: <200110071610.f97GA2l81756@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Olafur Osvaldsson Subject: Re: ports/30814: Added option to specify the mysql server for vpopmail Reply-To: Olafur Osvaldsson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30814; it has been noted by GNATS. From: Olafur Osvaldsson To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: nbm@FreeBSD.ORG Subject: Re: ports/30814: Added option to specify the mysql server for vpopmail Date: Sun, 7 Oct 2001 16:09:18 +0000 Any chance of someone either accepting or rejecting this? Oli On Tue, 25 Sep 2001, Olafur Osvaldsson wrote: > > >Number: 30814 > >Category: ports > >Synopsis: Added option to specify the mysql server for vpopmail > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Tue Sep 25 05:20:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Olafur Osvaldsson > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > Internet a Islandi hf. > >Environment: > System: FreeBSD isis.isnic.is 4.4-STABLE FreeBSD 4.4-STABLE #2: Fri Sep 21 01:14:26 GMT 2001 root@isis.isnic.is:/usr/obj/usr/src/sys/VA1220 i386 > > > >Description: > I run the mysql server on a seperate machine and my guess is that many > other do, so making this an option would be nice. > > >How-To-Repeat: > > >Fix: > > *** Makefile.orig Tue Sep 25 11:38:24 2001 > --- Makefile Tue Sep 25 11:31:14 2001 > *************** > *** 48,53 **** > --- 48,54 ---- > # WITH_MYSQL_USER - the username for connecting to the MySQL server (root) > # WITH_MYSQL_PASSWD - the password for connecting to the MySQL server (gipgap) > # WITH_MYSQL_DB - the name of the MySQL database to use (vpopmail) > + # WITH_MYSQL_SERVER - the name of the server with the MySQL database (localhost) > # VCHKPW_GID - the group ID of the new vchkpw group (89) > # VPOPMAIL_UID - the user ID of the new vpopmail user (89) > # > *************** > *** 126,131 **** > --- 127,135 ---- > .endif > .if defined(WITH_MYSQL_DB) > ${PERL} -pi -e "s/(#define MYSQL_DATABASE.*)vpopmail(.*)/\$$1${WITH_MYSQL_DB}\$$2/" ${WRKSRC}/vmysql.h > + .endif > + .if defined(WITH_MYSQL_SERVER) > + ${PERL} -pi -e "s/(#define MYSQL_SERVER.*)localhost(.*)/\$$1${WITH_MYSQL_SERVER}\$$2/" ${WRKSRC}/vmysql.h > .endif > .endif > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Olafur Osvaldsson Systems Administrator Internet Iceland inc. Tel: +354 525-5291 Email: oli@isnic.is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message