svn commit: r497676 - branches/2019Q2/lang/phantomjs

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


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

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

Modified:
  branches/2019Q2/lang/phantomjs/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/lang/phantomjs/Makefile
==============================================================================
--- branches/2019Q2/lang/phantomjs/Makefile	Wed Apr  3 08:25:30 2019	(r497675)
+++ branches/2019Q2/lang/phantomjs/Makefile	Wed Apr  3 08:25:57 2019	(r497676)
@@ -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-all mailing list