Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 20:35:58 +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: r497770 - branches/2019Q2/sysutils/ori
Message-ID:  <201904032035.x33KZwFc070487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr  3 20:35:58 2019
New Revision: 497770
URL: https://svnweb.freebsd.org/changeset/ports/497770

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

Modified:
  branches/2019Q2/sysutils/ori/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/sysutils/ori/Makefile
==============================================================================
--- branches/2019Q2/sysutils/ori/Makefile	Wed Apr  3 20:35:39 2019	(r497769)
+++ branches/2019Q2/sysutils/ori/Makefile	Wed Apr  3 20:35:58 2019	(r497770)
@@ -30,6 +30,13 @@ PLIST_FILES=	bin/ori \
 		man/man1/orifs.1.gz \
 		man/man1/orisync.1.gz
 
+.include <bsd.port.pre.mk>
+
+.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
+
 do-install:
 	@${ECHO_MSG} "===>  Installing binaries..."
 	${INSTALL_PROGRAM} ${WRKSRC}/build/ori/ori ${STAGEDIR}${PREFIX}/bin/
@@ -42,4 +49,4 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/docs/orifs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/docs/orisync.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
-.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?201904032035.x33KZwFc070487>