Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:55:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497927 - head/games/ldmud
Message-ID:  <201904050555.x355t22Z033293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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