Index: branches/2019Q2/mail/libdkim/Makefile =================================================================== --- branches/2019Q2/mail/libdkim/Makefile (revision 497931) +++ branches/2019Q2/mail/libdkim/Makefile (revision 497932) @@ -1,27 +1,34 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= libdkim PORTVERSION= 1.0.21 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= DKIM (DomainKeys Identified Mail) library LICENSE= APACHE20 USES= uidfix zip ssl CXXFLAGS+= -std=gnu++98 USE_LDCONFIG= YES SHLIB_MAJOR= 1 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" WRKSRC= ${WRKDIR}/${PORTNAME}/src +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') +BROKEN_FreeBSD_13= field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') +.endif + post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ ${FILESDIR}/Makefile > ${WRKSRC}/Makefile -.include +.include Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 497931) +++ branches/2019Q2 (revision 497932) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r497931