svn commit: r497928 - branches/2019Q2/games/ldmud

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:55:21 UTC 2019


Author: antoine
Date: Fri Apr  5 05:55:20 2019
New Revision: 497928
URL: https://svnweb.freebsd.org/changeset/ports/497928

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

Modified:
  branches/2019Q2/games/ldmud/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/ldmud/Makefile
==============================================================================
--- branches/2019Q2/games/ldmud/Makefile	Fri Apr  5 05:55:01 2019	(r497927)
+++ branches/2019Q2/games/ldmud/Makefile	Fri Apr  5 05:55:20 2019	(r497928)
@@ -45,6 +45,11 @@ SQLITE_CONFIGURE_ENABLE=use-sqlite
 
 .include <bsd.port.options.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
+
 .if ${PORT_OPTIONS:MMYSQL}
 LDFLAGS+=	-L${LOCALBASE}/lib/mysql
 .endif


More information about the svn-ports-all mailing list