Date: Mon, 6 Oct 2003 15:57:38 +0200 (CEST) From: Erwin Lansing <erwin@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chris@shagged.org Subject: ports/57645: use USE_MYSQL in mail/tpop3d Message-ID: <20031006135738.86CB954F9@backup-mx.droso.dk> Resent-Message-ID: <200310061400.h96E0aF8026588@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57645 >Category: ports >Synopsis: use USE_MYSQL in mail/tpop3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 06 07:00:35 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.9-RC i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.9-RC FreeBSD 4.9-RC #6: Sat Oct 4 22:54:48 CEST 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: A small patch to make mail/tpop3d use USE_MYSQL. It now defaults to MySQL 4.0.x instead of 3.23.x >How-To-Repeat: >Fix: --- tpop3d.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/tpop3d/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 9 Sep 2003 20:07:10 -0000 1.10 +++ Makefile 6 Oct 2003 13:53:32 -0000 @@ -15,7 +15,7 @@ # mysql authentication .if !defined(WITHOUT_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= yes CONFIGURE_ARGS+= --enable-auth-mysql \ --with-mysql-lib-dir=${LOCALBASE}/lib/mysql \ --with-mysql-include-dir=${LOCALBASE}/include/mysql --- tpop3d.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031006135738.86CB954F9>