svn commit: r498062 - branches/2019Q2/www/links-hacked

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 07:51:35 UTC 2019


Author: antoine
Date: Sat Apr  6 07:51:34 2019
New Revision: 498062
URL: https://svnweb.freebsd.org/changeset/ports/498062

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

Modified:
  branches/2019Q2/www/links-hacked/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/www/links-hacked/Makefile
==============================================================================
--- branches/2019Q2/www/links-hacked/Makefile	Sat Apr  6 07:51:14 2019	(r498061)
+++ branches/2019Q2/www/links-hacked/Makefile	Sat Apr  6 07:51:34 2019	(r498062)
@@ -47,6 +47,11 @@ X11_CONFIGURE_WITH=	x
 
 .include <bsd.port.options.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct ssl_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct ssl_st'
+.endif
+
 .if ${PORT_OPTIONS:MDIRECTFB} || ${PORT_OPTIONS:MSVGALIB} || ${PORT_OPTIONS:MX11}
 LIB_DEPENDS+=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff


More information about the svn-ports-all mailing list