Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 06:17:12 +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: r498254 - head/security/isakmpd
Message-ID:  <201904070617.x376HC25010688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  7 06:17:12 2019
New Revision: 498254
URL: https://svnweb.freebsd.org/changeset/ports/498254

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

Modified:
  head/security/isakmpd/Makefile

Modified: head/security/isakmpd/Makefile
==============================================================================
--- head/security/isakmpd/Makefile	Sun Apr  7 06:15:00 2019	(r498253)
+++ head/security/isakmpd/Makefile	Sun Apr  7 06:17:12 2019	(r498254)
@@ -27,6 +27,11 @@ MAKE_ENV+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/
 MAKE_JOBS_UNSAFE=	yes
 .include <bsd.port.pre.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
+BROKEN_FreeBSD_13=	variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
+.endif
+
 OPENSSLINC?=	/usr/include
 OPENSSLLIB?=	/usr/lib
 MAKE_ENV+=	OPENSSLINC="${OPENSSLINC}" OPENSSLLIB="${OPENSSLLIB}"



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