ports/120688: polish/ekg with OpenSSL

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


>Number:         120688
>Category:       ports
>Synopsis:       polish/ekg 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:02 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.
See my previous PR to polish/libgadu.
>How-To-Repeat:
See above
>Fix:


Patch attached with submission follows:

diff -pruN /usr/ports/polish/ekg/Makefile ./Makefile
--- /usr/ports/polish/ekg/Makefile      2007-07-23 11:36:24.000000000 +0200
+++ ./Makefile  2008-02-15 09:47:37.000000000 +0100
@@ -22,7 +22,6 @@ USE_GNOME=            gnomehack pkgconfig
 CONFIGURE_ARGS+=       --disable-shared \
                        --disable-static \
                        --enable-dynamic \
-                       --without-openssl \
                        --disable-libgadu-openssl \
                        --without-libungif \
                        --without-libjpeg
@@ -32,6 +31,7 @@ CONFIGURE_ENV=                CPPFLAGS="${CPPFLAGS} -I
                        LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
 
 OPTIONS=       ASPELL "Build with ASPELL support" off
+OPTIONS+=      OPENSSL "Build with OPENSSL support" on
 
 .include <bsd.port.pre.mk>
 
@@ -40,6 +40,10 @@ LIB_DEPENDS+=                aspell.16:${PORTSDIR}/pol
 CONFIGURE_ARGS+=       --enable-aspell
 .endif
 
+.if defined(WITHOUT_OPENSSL)
+CONFIGURE_ARGS+=       --without-openssl
+.endif
+
 USE_LDCONFIG=  yes
 
 MAN1=          ekg.1


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



More information about the freebsd-ports-bugs mailing list