svn commit: r498245 - branches/2019Q2/security/netpgp

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:00:30 UTC 2019


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}


More information about the svn-ports-branches mailing list