Page MenuHomeFreeBSD

D3695.id8837.diff
No OneTemporary

D3695.id8837.diff

Index: devel/tcltls/Makefile
===================================================================
--- devel/tcltls/Makefile
+++ devel/tcltls/Makefile
@@ -22,11 +22,12 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \
--with-tcl=${TCL_LIBDIR} \
- --with-ssl-dir=${OPENSSLBASE}
+ --with-ssl-dir=${OPENSSLBASE} \
+ --includedir=${TCL_INCLUDEDIR}
TCLPKG= tls${PORTVERSION}
WRKSRC= ${WRKDIR}/${TCLPKG}
-PLIST_FILES= include/tls.h \
+PLIST_FILES= include/tcl${TCL_VER}/tls.h \
lib/${TCLPKG}/libtls.so.1 \
lib/${TCLPKG}/pkgIndex.tcl \
lib/${TCLPKG}/tls.tcl
Index: devel/tcltls/files/patch-tlsInt.h
===================================================================
--- /dev/null
+++ devel/tcltls/files/patch-tlsInt.h
@@ -0,0 +1,17 @@
+--- tlsInt.h.orig 2015-09-18 14:45:32 UTC
++++ tlsInt.h
+@@ -54,6 +54,14 @@
+ #include <openssl/rand.h>
+ #endif
+
++#ifdef OPENSSL_NO_SSL2
++#define NO_SSL2
++#endif
++
++#ifdef OPENSSL_NO_SSL3
++#define NO_SSL3
++#endif
++
+ #ifndef SSL_OP_NO_TLSv1_1
+ #define NO_TLS1_1
+ #endif

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 3, 3:05 PM (14 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28424951
Default Alt Text
D3695.id8837.diff (1 KB)

Event Timeline