Index: head/comms/libimobiledevice/Makefile =================================================================== --- head/comms/libimobiledevice/Makefile (revision 421639) +++ head/comms/libimobiledevice/Makefile (revision 421640) @@ -1,49 +1,48 @@ # $FreeBSD$ PORTNAME= libimobiledevice PORTVERSION= 1.2.0 PORTREVISION?= 0 CATEGORIES?= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ MAINTAINER?= avilla@FreeBSD.org COMMENT?= Library to communicate with Apple iOS devices LICENSE?= LGPL21 SLAVE_PORT?= no -USES+= cpe libtool pathfix pkgconfig tar:bzip2 -USE_OPENSSL= yes +USES+= cpe libtool pathfix pkgconfig ssl tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \ openssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .if ${SLAVE_PORT} == no LIB_DEPENDS= libplist.so:devel/libplist \ libusbmuxd.so:comms/libusbmuxd USE_GNOME= glib20 CONFIGURE_ARGS+=--without-cython USE_CSTD= gnu89 USE_LDCONFIG= yes PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's, *@ssl_requires@,,' \ ${WRKSRC}/src/${PORTNAME}*.pc.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif # ${SLAVE_PORT} == no .include Index: head/comms/libimobiledevice/files/patch-src_idevice.c =================================================================== --- head/comms/libimobiledevice/files/patch-src_idevice.c (nonexistent) +++ head/comms/libimobiledevice/files/patch-src_idevice.c (revision 421640) @@ -0,0 +1,11 @@ +--- src/idevice.c.orig 2015-01-28 01:10:32 UTC ++++ src/idevice.c +@@ -678,7 +678,7 @@ LIBIMOBILEDEVICE_API idevice_error_t ide + } + BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE); + +- SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method()); ++ SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method()); + if (ssl_ctx == NULL) { + debug_info("ERROR: Could not create SSL context."); + BIO_free(ssl_bio); Property changes on: head/comms/libimobiledevice/files/patch-src_idevice.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