On August 18, 2016 10:08:18 PM GMT+01:00, Caspar Schutijser <cas...@schutijser.com> wrote: >Hi, > >I don't really use this piece of software but I happened to remember >that it uses webkit. Simply invoking phantomjs would result in a crash. >Not anymore with the patch below. > >Thanks, >Caspar Schutijser > > >Index: Makefile >=================================================================== >RCS file: /cvs/ports/www/phantomjs/Makefile,v >retrieving revision 1.6 >diff -u -p -r1.6 Makefile >--- Makefile 3 Nov 2014 14:42:41 -0000 1.6 >+++ Makefile 18 Aug 2016 21:05:08 -0000 >@@ -1,5 +1,7 @@ > # $OpenBSD: Makefile,v 1.6 2014/11/03 14:42:41 landry Exp $ > >+USE_WXNEEDED = Yes >+ > ONLY_FOR_ARCHS = i386 amd64 > DPB_PROPERTIES = parallel nojunk > # nojunk: qmake include parser is bogus, c.f. x11/qt4 >@@ -7,6 +9,7 @@ DPB_PROPERTIES = parallel nojunk > COMMENT = headless WebKit scriptable with a JavaScript API > > DISTNAME = phantomjs-1.9.8 >+REVISION = 0 > > CATEGORIES = www > HOMEPAGE = http://phantomjs.org/
Is that really needed after the recent WebKit pkgconfig change ? -- Antoine