svn commit: r497927 - head/games/ldmud

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


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

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

Modified:
  head/games/ldmud/Makefile

Modified: head/games/ldmud/Makefile
==============================================================================
--- head/games/ldmud/Makefile	Fri Apr  5 05:51:34 2019	(r497926)
+++ head/games/ldmud/Makefile	Fri Apr  5 05:55:01 2019	(r497927)
@@ -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