Index: branches/2019Q2/net-p2p/dclib/Makefile =================================================================== --- branches/2019Q2/net-p2p/dclib/Makefile (revision 498075) +++ branches/2019Q2/net-p2p/dclib/Makefile (revision 498076) @@ -1,31 +1,38 @@ # Created by: Sverrir Valgeirsson and # $FreeBSD$ PORTNAME= dclib PORTVERSION= 0.3.23 PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= SF/wxdcgui/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Direct connect interface library for valknut LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${DISTNAME} USES= jpeg libtool localbase pathfix ssl tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= libxml2 INSTALL_TARGET= install-strip USE_LDCONFIG= yes +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|dclib-0.3/||g' @${REINPLACE_CMD} -e 's|-0.3||g' ${WRKSRC}/dclib.pc.in @${REINPLACE_CMD} -e 's|-D_XOPEN_SOURCE=500||g; \ s|-D_BSD_SOURCE||g' ${WRKSRC}/configure -.include +.include Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 498075) +++ branches/2019Q2 (revision 498076) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r498075