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

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



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