From owner-freebsd-ports Tue Feb 22 19:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B67837B87E for ; Tue, 22 Feb 2000 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA49793; Tue, 22 Feb 2000 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from heidegger.uol.com.br (heidegger.uol.com.br [200.230.198.88]) by hub.freebsd.org (Postfix) with ESMTP id 5EA5E37B514 for ; Tue, 22 Feb 2000 19:35:47 -0800 (PST) (envelope-from lioux@uol.com.br) Received: from 200.197.112.65 (bsa-1-as01-7-a04.gd.uol.com.br [200.197.118.4]) by heidegger.uol.com.br (8.9.1/8.9.1) with ESMTP id BAA01893 for ; Wed, 23 Feb 2000 01:32:31 -0200 (BRST) Received: (qmail 74072 invoked by uid 1001); 23 Feb 2000 04:34:48 -0000 Message-Id: <20000223043448.74071.qmail@Fedaykin.here> Date: 23 Feb 2000 04:34:48 -0000 From: "Mario Sergio Fujikawa Ferreira" Reply-To: lioux@linf.unb.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16923: UPDATE mail/fetchmail SSL support (TLS) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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