Index: head/misc/skyutils/Makefile =================================================================== --- head/misc/skyutils/Makefile (revision 428303) +++ head/misc/skyutils/Makefile (revision 428304) @@ -1,26 +1,26 @@ # Created by: Machiel Mastenbroek # $FreeBSD$ PORTNAME= skyutils PORTVERSION= 2.9 PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= LOCAL/laszlof \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Library required by smssend (same author) -USES= autoreconf libtool +USES= autoreconf libtool ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} pre-configure: @${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libskyutils.so .include Index: head/misc/skyutils/files/patch-src_web.c =================================================================== --- head/misc/skyutils/files/patch-src_web.c (nonexistent) +++ head/misc/skyutils/files/patch-src_web.c (revision 428304) @@ -0,0 +1,14 @@ +--- src/web.c.orig 2006-04-24 08:44:09 UTC ++++ src/web.c +@@ -123,7 +123,11 @@ SSL_CTX *SU_SSL_InitializeCTX(char *pcEr + char errormsg[1024]; + SSL_CTX *sslctx; + ++#ifndef OPENSSL_NO_SSL3 + sslctx = SSL_CTX_new(SSLv3_client_method()); ++#else ++ sslctx = SSL_CTX_new(SSLv23_client_method()); ++#endif + if(sslctx == NULL) + { + ERR_error_string(ERR_get_error(), errormsg); Property changes on: head/misc/skyutils/files/patch-src_web.c ___________________________________________________________________ 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