Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2018 03:34:53 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487018 - head/security/pks
Message-ID:  <201812090334.wB93Yr2b068680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Dec  9 03:34:53 2018
New Revision: 487018
URL: https://svnweb.freebsd.org/changeset/ports/487018

Log:
  security/pks: mark build with openssl 1.1 as broken
  
  PR:		233848
  Submitted by:	Tassilo Philipp <tphilipp@potion-studios.com> (maintainer)

Modified:
  head/security/pks/Makefile   (contents, props changed)

Modified: head/security/pks/Makefile
==============================================================================
--- head/security/pks/Makefile	Sun Dec  9 03:16:52 2018	(r487017)
+++ head/security/pks/Makefile	Sun Dec  9 03:34:53 2018	(r487018)
@@ -14,12 +14,15 @@ COMMENT=	PGP Public Key Server
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+BROKEN_SSL=	openssl111
+BROKEN_SSL_REASON_openssl111=	member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st')
 
 USES=		bdb ssl
 USE_GCC=	any
 USE_RC_SUBR=	pksd
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--localstatedir=/var/pks \
@@ -48,5 +51,11 @@ post-install:
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
+
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
+BROKEN=	Does not build with OpenSSL 1.1
+.endif
 
 .include <bsd.port.mk>



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