svn commit: r498244 - head/security/netpgp

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


Author: antoine
Date: Sun Apr  7 06:00:10 2019
New Revision: 498244
URL: https://svnweb.freebsd.org/changeset/ports/498244

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

Modified:
  head/security/netpgp/Makefile

Modified: head/security/netpgp/Makefile
==============================================================================
--- head/security/netpgp/Makefile	Sun Apr  7 05:52:50 2019	(r498243)
+++ head/security/netpgp/Makefile	Sun Apr  7 06:00:10 2019	(r498244)
@@ -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-all mailing list