svn commit: r497921 - head/net/stone

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


Author: antoine
Date: Fri Apr  5 05:39:22 2019
New Revision: 497921
URL: https://svnweb.freebsd.org/changeset/ports/497921

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

Modified:
  head/net/stone/Makefile

Modified: head/net/stone/Makefile
==============================================================================
--- head/net/stone/Makefile	Fri Apr  5 05:37:17 2019	(r497920)
+++ head/net/stone/Makefile	Fri Apr  5 05:39:22 2019	(r497921)
@@ -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-head mailing list