ports/58199: net/kopete: it is not possible to build kopete without base openssl (missing USE_OPENSSL)

Andrey Beresovsky and at rsu.ru
Sat Oct 18 11:30:09 UTC 2003


>Number:         58199
>Category:       ports
>Synopsis:       net/kopete: it is not possible to build kopete without base openssl (missing USE_OPENSSL)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 04:30:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Beresovsky
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Rostov State University
>Environment:
System: FreeBSD 5.1-CURRENT i386


>Description:
Build of net/kopete fails on systems without base openssl (with openssl 
from ports). The simple patch attached to PR should solve this problem. 
Btw definition of LDFLAGS="-lcrypto" does not make sense any more. Configure 
works very well without it.

>How-To-Repeat:
	
>Fix:
--- Makefile.orig       Sat Oct 18 04:39:16 2003
+++ Makefile    Sat Oct 18 14:47:24 2003
@@ -22,8 +22,8 @@
 USE_LIBTOOL=   yes
 USE_REINPLACE= yes
 INSTALLS_SHLIB=        yes
+USE_OPENSSL=   yes

-CONFIGURE_ENV= LDFLAGS="-lcrypto"
 _NO_KDE_FIXPTHREAD=    yes

 pre-configure:

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



More information about the freebsd-ports-bugs mailing list