Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 11:57:42 +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: r497721 - branches/2019Q2/misc/linm
Message-ID:  <201904031157.x33Bvgxl095558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr  3 11:57:41 2019
New Revision: 497721
URL: https://svnweb.freebsd.org/changeset/ports/497721

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

Modified:
  branches/2019Q2/misc/linm/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/misc/linm/Makefile
==============================================================================
--- branches/2019Q2/misc/linm/Makefile	Wed Apr  3 11:57:07 2019	(r497720)
+++ branches/2019Q2/misc/linm/Makefile	Wed Apr  3 11:57:41 2019	(r497721)
@@ -30,6 +30,13 @@ SMB_CPPFLAGS=	-I${SAMBAINCLUDES}
 SMB_LIBS=	-L${SAMBALIBS}
 SMB_USES=	samba:lib
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	field has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+BROKEN_FreeBSD_13=	field has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|configpath|cfgpath|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '/^AM_CFLAGS/s|=.*|= -fPIC -std=gnu89|' \
@@ -41,4 +48,4 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 
-.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?201904031157.x33Bvgxl095558>