svn commit: r497922 - branches/2019Q2/net/stone

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:39:49 UTC 2019


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}
 


More information about the svn-ports-all mailing list