Index: head/mail/up-imapproxy/Makefile =================================================================== --- head/mail/up-imapproxy/Makefile (revision 417963) +++ head/mail/up-imapproxy/Makefile (revision 417964) @@ -1,55 +1,54 @@ # Created by: Martin Blapp # $FreeBSD$ PORTNAME= imapproxy PORTVERSION= 1.2.7 PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/squirrelmail/imap_proxy/${PORTVERSION} PKGNAMEPREFIX= up- DISTNAME= squirrelmail-imap_proxy-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Caching IMAP proxy server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOVECOT DOCS DOVECOT_DESC= Use with dovecot2 -USES= autoreconf tar:bzip2 ncurses pathfix -USE_OPENSSL= yes +USES= autoreconf tar:bzip2 ncurses pathfix ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} USE_RC_SUBR= imapproxyd SUB_FILES= pkg-message DOCS= ChangeLog README README.debian README.known_issues README.ssl SBIN= in.imapproxyd pimpstat .include .if ${PORT_OPTIONS:MDOVECOT} SUB_LIST+= DOVECOT="dovecot" RUN_DEPENDS+= dovecot:mail/dovecot2 .else SUB_LIST+= DOVECOT="" .endif do-install: .for i in ${SBIN} (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/sbin) .endfor (cd ${WRKSRC}/scripts && ${INSTALL_DATA} imapproxy.conf \ ${STAGEDIR}${PREFIX}/etc/imapproxyd.conf.sample) .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor .endif .include Index: head/mail/up-imapproxy/files/patch-src_main.c =================================================================== --- head/mail/up-imapproxy/files/patch-src_main.c (nonexistent) +++ head/mail/up-imapproxy/files/patch-src_main.c (revision 417964) @@ -0,0 +1,12 @@ +--- src/main.c.orig 2016-01-29 18:11:40 UTC ++++ src/main.c +@@ -473,7 +473,9 @@ int main( int argc, char *argv[] ) + ssl_thread_setup(fn); + + /* Need to seed PRNG, too! */ ++#ifndef OPENSSL_NO_EGD + if ( RAND_egd( ( RAND_file_name( f_randfile, sizeof( f_randfile ) ) == f_randfile ) ? f_randfile : "/.rnd" ) ) ++#endif + { + /* Not an EGD, so read and write it. */ + if ( RAND_load_file( f_randfile, -1 ) ) Property changes on: head/mail/up-imapproxy/files/patch-src_main.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