Index: head/devel/commoncpp/Makefile =================================================================== --- head/devel/commoncpp/Makefile (revision 428322) +++ head/devel/commoncpp/Makefile (revision 428323) @@ -1,26 +1,26 @@ # Created by: David Sugar # $FreeBSD$ PORTNAME= commoncpp PORTVERSION= 1.8.1 PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= ${PORTNAME:S/$/2/}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= GNU project portable class framework for C++ USE_LDCONFIG= yes -USES= gmake libtool pathfix +USES= gmake libtool pathfix ssl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_DOXYGEN=no INSTALL_TARGET= install-strip INFO= commoncpp2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/devel/commoncpp/files/patch-src_ssl.cpp =================================================================== --- head/devel/commoncpp/files/patch-src_ssl.cpp (nonexistent) +++ head/devel/commoncpp/files/patch-src_ssl.cpp (revision 428323) @@ -0,0 +1,11 @@ +--- src/ssl.cpp.orig 2010-11-01 00:42:51 UTC ++++ src/ssl.cpp +@@ -386,7 +386,7 @@ bool SSLStream::getSession(void) + if(so == INVALID_SOCKET) + return false; + +- ctx = SSL_CTX_new(SSLv3_client_method()); ++ ctx = SSL_CTX_new(SSL23_client_method()); + if(!ctx) { + SSL_CTX_free(ctx); + return false; Property changes on: head/devel/commoncpp/files/patch-src_ssl.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property