From owner-freebsd-ports Mon Mar 19 6:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37CC237B719 for ; Mon, 19 Mar 2001 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2JEo1S06796; Mon, 19 Mar 2001 06:50:01 -0800 (PST) (envelope-from gnats) Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 444C137B719 for ; Mon, 19 Mar 2001 06:41:23 -0800 (PST) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f2JEfMh61060 for ; Mon, 19 Mar 2001 06:41:22 -0800 (PST) (envelope-from nsayer@medusa.kfu.com) Received: (from nsayer@localhost) by medusa.kfu.com (8.11.1/8.11.0) id f2JEfM280593; Mon, 19 Mar 2001 06:41:22 -0800 (PST) (envelope-from nsayer) Message-Id: <200103191441.f2JEfM280593@medusa.kfu.com> Date: Mon, 19 Mar 2001 06:41:22 -0800 (PST) From: Nick Sayer Reply-To: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25920: cclient port should support SSL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25920 >Category: ports >Synopsis: cclient port should support SSL >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 19 06:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Nick Sayer >Release: FreeBSD 4.2-RELEASE i386 >Organization: Just me >Environment: >Description: The cclient port should be built with SSL support. Note that this will require dependent ports to have 'USE_OPENSSL= true' in them and be patched to add '-L${OPENSSLLIB} -lcrypto -lssl' to their link lines. >How-To-Repeat: >Fix: --- Makefile.orig Sun Feb 11 22:42:51 2001 +++ Makefile Mon Mar 19 06:34:10 2001 @@ -18,7 +18,10 @@ MAINTAINER= petef@databits.net INSTALLS_SHLIB= yes -ALL_TARGET= bsf + +USE_OPENSSL= true +ALL_TARGET= bsf SPECIALAUTHENTICATORS=ssl +CFLAGS+= -I${OPENSSLINC}/openssl SHLIBBASE= c-client4 SHLIBMAJ= 8 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message