Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2008 09:02:37 GMT
From:      "Bart&#322;omiej Syryjczyk" <guzik@zst.edu.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120687: polish/libgadu with OpenSSL
Message-ID:  <200802150902.m1F92beW094780@www.freebsd.org>
Resent-Message-ID: <200802150910.m1F9A2uK073370@freefall.freebsd.org>

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

>Number:         120687
>Category:       ports
>Synopsis:       polish/libgadu with OpenSSL
>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:   Fri Feb 15 09:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Bart&#322;omiej Syryjczyk
>Release:        7.0-RC1
>Organization:
>Environment:
FreeBSD <hostname> 7.0-RC1 FreeBSD 7.0-RC1 #14: Fri Jan 18 23:23:16 CET 2008     root@<hostname>:/usr/obj/usr/src/sys/<hostname>  i386
>Description:
Add SSL support.
>How-To-Repeat:
See above
>Fix:


Patch attached with submission follows:

diff -pruN /usr/ports/polish/libgadu/Makefile ./Makefile
--- /usr/ports/polish/libgadu/Makefile  2007-06-10 19:39:06.000000000 +0200
+++ ./Makefile  2008-02-15 09:47:50.000000000 +0100
@@ -19,7 +19,13 @@ USE_GMAKE=           yes
 USE_GNOME=             gnomehack pkgconfig
 GNU_CONFIGURE=         yes
 
-CONFIGURE_ARGS=                --enable-shared --disable-static
--without-openssl
+CONFIGURE_ARGS=                --enable-shared --disable-static
+
+OPTIONS=       OPENSSL "Build with OPENSSL support" on
+
+.if defined(WITHOUT_OPENSSL)
+CONFIGURE_ARGS+=       --without-openssl
+.endif
 
 USE_LDCONFIG=          yes
 


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



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