Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 07:51:34 +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: r498062 - branches/2019Q2/www/links-hacked
Message-ID:  <201904060751.x367pYkx086561@repo.freebsd.org>

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



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