Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 06:00:29 +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: r498245 - branches/2019Q2/security/netpgp
Message-ID:  <201904070600.x3760TSN099180@repo.freebsd.org>

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

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

Modified:
  branches/2019Q2/security/netpgp/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/netpgp/Makefile
==============================================================================
--- branches/2019Q2/security/netpgp/Makefile	Sun Apr  7 06:00:10 2019	(r498244)
+++ branches/2019Q2/security/netpgp/Makefile	Sun Apr  7 06:00:29 2019	(r498245)
@@ -15,6 +15,11 @@ INSTALL_TARGET=	install-strip
 
 .include <bsd.port.pre.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct rsa_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct rsa_st'
+.endif
+
 CPPFLAGS+=	-I${OPENSSLINC}
 CFLAGS+=	-I${OPENSSLINC} -Wno-error
 LDFLAGS+=	-L${OPENSSLLIB}



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