svn commit: r498061 - head/www/links-hacked
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 07:51:16 UTC 2019
Author: antoine
Date: Sat Apr 6 07:51:14 2019
New Revision: 498061
URL: https://svnweb.freebsd.org/changeset/ports/498061
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/www/links-hacked/Makefile
Modified: head/www/links-hacked/Makefile
==============================================================================
--- head/www/links-hacked/Makefile Sat Apr 6 07:45:52 2019 (r498060)
+++ head/www/links-hacked/Makefile Sat Apr 6 07:51:14 2019 (r498061)
@@ -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