ports/120687: polish/libgadu with OpenSSL

Bartłomiej Syryjczyk guzik at zst.edu.pl
Fri Feb 15 09:10:02 UTC 2008


>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ł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:



More information about the freebsd-ports-bugs mailing list