Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 18:44:12 +0400 (MSD)
From:      Oleg Sharoiko <os@rsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/51500: [patch] net/licq can not be built with OpenSSL from ports
Message-ID:  <200304281444.h3SEiCF6066718@brain.cc.rsu.ru>
Resent-Message-ID: <200304281450.h3SEoE9L063704@freefall.freebsd.org>

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

>Number:         51500
>Category:       ports
>Synopsis:       [patch] net/licq can not be built with OpenSSL from ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 07:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Sharoiko
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD brain.cc.rsu.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Mon Apr 28 11:38:32 GMT 2003 os@make.cc.rsu.ru:/usr/src/sys/compile/brain.k7.RELENG_4.2003-04-25 i386


	
>Description:
	net/licq/Makefiles defines USE_OPENSSL and includes 
	security/openssl/bsd.openssl.mk
	Such a combination allows licq to be compiled only
	with openssl from base system but no with the one from ports.
	Applied patch solves the problem.

>How-To-Repeat:
	
>Fix:
	Patch for the net/licq/Makefile

--- Makefile    20 Feb 2003 18:26:38 -0000      1.46
+++ Makefile    28 Apr 2003 14:41:26 -0000
@@ -19,7 +19,7 @@
 BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
 .endif
 
-USE_OPENSSL=   yes
+#USE_OPENSSL=  yes
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 LICQ_PORT?=    ${.CURDIR}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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