Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 00:58:11 +0100 (CET)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23452: Update port: ftp/proftpd
Message-ID:  <20001210235811.8441F3CB2@totem.fix.no>
Resent-Message-ID: <200012102350.eBANo2353765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23452
>Category:       ports
>Synopsis:       Update port: ftp/proftpd
>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:   Sun Dec 10 15:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

FreeBSD eggsilo.localnet 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Dec  3
18:08:37 CET 2000 root@eggsilo.localnet:/space/tmp/obj/usr/src/sys/EGGSILO
i386

>Description:

Updates the port to include support for MySQL authentication.

>How-To-Repeat:
>Fix:
	
diff -Nur proftpd.old/Makefile proftpd/Makefile
--- proftpd.old/Makefile	Wed Nov 29 03:12:55 2000
+++ proftpd/Makefile	Sun Dec 10 20:43:50 2000
@@ -42,6 +42,12 @@
 CONFIGURE_ENV+=	CFLAGS="-I/usr/local/include -g" LDFLAGS=-L/usr/local/lib
 .endif
 
+.if defined(WITH_MYSQL)
+MODULES:=$(MODULES):mod_sqlpw:mod_mysql
+LIB_DEPENDS+=	mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+CONFIGURE_ENV+=	CFLAGS="-I${PREFIX}/include/mysql" LDFLAGS="-L${PREFIX}/lib/mysql"
+.endif
+
 .if !empty(MODULES)
 CONFIGURE_ARGS+= --with-modules=${MODULES}
 .endif

>Release-Note:
>Audit-Trail:
>Unformatted:


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?20001210235811.8441F3CB2>