Date: 23 Feb 2000 04:34:48 -0000 From: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16923: UPDATE mail/fetchmail SSL support (TLS) Message-ID: <20000223043448.74071.qmail@Fedaykin.here>
next in thread | raw e-mail | index | archive | help
>Number: 16923 >Category: ports >Synopsis: UPDATE mail/fetchmail SSL support (TLS) >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 Feb 22 19:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD Here.here 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Tue Feb 22 05:00:50 ES T 2000 root@Here.here:/usr/current/src/sys/compile/LIOUX i386 >Description: Fetchmail support for SSL in FreeBSD 4.0 and later systems. If you running a 4.0 or later system, and have both /usr/lib/libssl.a and /usr/lib/libcrypto.a: you will have SSL enabled. >How-To-Repeat: Not applicable >Fix: --- Makefile.ORIG Wed Feb 23 00:47:28 2000 +++ Makefile Wed Feb 23 01:12:00 2000 @@ -29,6 +29,10 @@ CONFIGURE_ARGS+=--enable-inet6 .endif +.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) && ${OSVERSION} >= 400014 +CONFIGURE_ARGS += --with-ssl=/usr +.endif + .if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CONFIGURE_ARGS += --with-kerberos=/usr/include .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?20000223043448.74071.qmail>