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

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

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

Modified:
  head/mail/libdkim/Makefile

Modified: head/mail/libdkim/Makefile
==============================================================================
--- head/mail/libdkim/Makefile	Fri Apr  5 05:58:53 2019	(r497930)
+++ head/mail/libdkim/Makefile	Fri Apr  5 06:01:06 2019	(r497931)
@@ -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.x356170A037747>