svn commit: r497675 - head/lang/phantomjs

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 08:25:31 UTC 2019


Author: antoine
Date: Wed Apr  3 08:25:30 2019
New Revision: 497675
URL: https://svnweb.freebsd.org/changeset/ports/497675

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

Modified:
  head/lang/phantomjs/Makefile

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Wed Apr  3 08:24:12 2019	(r497674)
+++ head/lang/phantomjs/Makefile	Wed Apr  3 08:25:30 2019	(r497675)
@@ -42,6 +42,11 @@ X11_USE=	XORG=x11
 
 .include <bsd.port.options.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	error: member access into incomplete type 'X509' (aka 'x509_st')
+BROKEN_FreeBSD_13=	error: member access into incomplete type 'X509' (aka 'x509_st')
+.endif
+
 # qmake.conf detection is in src/qt/qtbase/configure script.
 SPEC=	${WRKSRC}/src/qt/qtbase/mkspecs
 post-extract:


More information about the svn-ports-head mailing list