Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:39:48 +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: r497922 - branches/2019Q2/net/stone
Message-ID:  <201904050539.x355dmOc022722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr  5 05:39:47 2019
New Revision: 497922
URL: https://svnweb.freebsd.org/changeset/ports/497922

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

Modified:
  branches/2019Q2/net/stone/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net/stone/Makefile
==============================================================================
--- branches/2019Q2/net/stone/Makefile	Fri Apr  5 05:39:22 2019	(r497921)
+++ branches/2019Q2/net/stone/Makefile	Fri Apr  5 05:39:47 2019	(r497922)
@@ -31,6 +31,11 @@ MAKE_ARGS=	SSL_FLAGS="-DUSE_SSL -I${OPENSSLINC}" \
 		SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" LIBS="-DUNIX_DAEMON"
 .endif
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct ssl_session_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct ssl_session_st'
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/${MAKEFILE}
 



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