Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 06:01:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497932 - branches/2019Q2/mail/libdkim
Message-ID:  <201904050601.x3561Pxw038695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr  5 06:01:24 2019
New Revision: 497932
URL: https://svnweb.freebsd.org/changeset/ports/497932

Log:
  MFH: r497931
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/mail/libdkim/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/mail/libdkim/Makefile
==============================================================================
--- branches/2019Q2/mail/libdkim/Makefile	Fri Apr  5 06:01:06 2019	(r497931)
+++ branches/2019Q2/mail/libdkim/Makefile	Fri Apr  5 06:01:24 2019	(r497932)
@@ -19,9 +19,16 @@ PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src
 
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050601.x3561Pxw038695>