Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 06:41:22 -0800 (PST)
From:      Nick Sayer <nsayer@quack.kfu.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25920: cclient port should support SSL
Message-ID:  <200103191441.f2JEfM280593@medusa.kfu.com>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103191441.f2JEfM280593>