ports/57645: use USE_MYSQL in mail/tpop3d

Erwin Lansing erwin at FreeBSD.org
Mon Oct 6 14:00:39 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list