Re: wxneeded for textproc/wkhtmltopdf

2016-08-20 Thread Stuart Henderson
On 2016/08/20 17:21, Jeremie Courreges-Anglas wrote:
> Frank Groeneveld  writes:
> 
> > Because of the bundled webkit, attached patch needs to be applied to
> > textproc/wkhtmltopdf to be usable again. Could somebody commit this for
> > me?
> 
> Committed, bt with USE_WXNEEDED at the top, which seems to be the
> pattern used elsewhere.

Thanks jca - yes I had been doing that on purpose to make it obvious.



Re: wxneeded for textproc/wkhtmltopdf

2016-08-20 Thread Jeremie Courreges-Anglas
Frank Groeneveld  writes:

> Because of the bundled webkit, attached patch needs to be applied to
> textproc/wkhtmltopdf to be usable again. Could somebody commit this for
> me?

Committed, bt with USE_WXNEEDED at the top, which seems to be the
pattern used elsewhere.

Thanks,
-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



wxneeded for textproc/wkhtmltopdf

2016-08-20 Thread Frank Groeneveld
Because of the bundled webkit, attached patch needs to be applied to
textproc/wkhtmltopdf to be usable again. Could somebody commit this for
me?

Cheers.

Frank
? wkhtmltopdf-0.12.3.2p0.patch
Index: Makefile
===
RCS file: /cvs/ports/textproc/wkhtmltopdf/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile10 Aug 2016 20:53:27 -  1.9
+++ Makefile20 Aug 2016 14:56:48 -
@@ -8,6 +8,7 @@ COMMENT =   convert HTML to PDF using Web
 GH_ACCOUNT =   wkhtmltopdf
 GH_PROJECT =   wkhtmltopdf
 GH_TAGNAME =   0.12.3.2
+REVISION = 0
 QT_COMMIT =8dae19a82231e87366d81c683bafcb025aea9c1d
 MASTER_SITES0 =https://github.com/wkhtmltopdf/qt/archive/
 DISTFILES =${DISTNAME}.tar.gz \
@@ -35,6 +36,7 @@ LIB_DEPENDS = graphics/png \
textproc/icu4c
 
 USE_GMAKE =Yes
+USE_WXNEEDED = Yes
 MAKE_FLAGS =   LIBwkhtmltox_VERSION=${LIBwkhtmltox_VERSION}
 MAKE_ENV +=WRKBUILD=${WRKBUILD}
 FAKE_FLAGS =   INSTALL_ROOT=${WRKINST}${TRUEPREFIX}