Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 16:56:50 GMT
From:      Steve Wall <swall@redcom.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176075: radsecproxy does not use openssl port
Message-ID:  <201302121656.r1CGuo7X064303@red.freebsd.org>
Resent-Message-ID: <201302121700.r1CH006c022421@freefall.freebsd.org>

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

>Number:         176075
>Category:       ports
>Synopsis:       radsecproxy does not use openssl port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 12 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wall
>Release:        9.1
>Organization:
>Environment:
FreeBSD michigan 9.1-RELEASE FreeBSD 9.1-RELEASE #3 r2946: Tue Jan 15 13:56:59 UTC 2013     root@ace-trunk-packages:/usr/obj/space/src/sys/GENERIC  amd64

>Description:
The radsecproxy port uses the base system libssl and libcrypto, even if /usr/ports/security/openssl is installed.  Having WITH_OPENSSL_PORT=yes in /etc/make.conf does not help.  The included patch does.
>How-To-Repeat:

>Fix:
Apply this patch to /usr/ports/net/radsecproxy/Makefile:


--- Makefile.orig	2012-11-17 01:00:17.000000000 -0500
+++ Makefile	2013-02-12 11:54:58.764667070 -0500
@@ -6,6 +6,7 @@
 
 PORTNAME=	radsecproxy
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://software.uninett.no/radsecproxy/
 
@@ -20,6 +21,8 @@
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
+USE_OPENSSL=	yes
+CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/radsecproxy ${PREFIX}/bin/catgconf

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



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