Date: Wed, 23 Mar 2016 09:09:14 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411689 - head/www/webkit-qt5 Message-ID: <201603230909.u2N99EBq080766@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Mar 23 09:09:14 2016 New Revision: 411689 URL: https://svnweb.freebsd.org/changeset/ports/411689 Log: Drop USES=gmake. The port builds fine with fmake on 9.3, 10.x and HEAD, as verified with Poudriere. Additionally, I see massive build time improvements in HEAD when using make(1) with Poudriere in FreeBSD VM on a Linux host (15min with fmake vs. 2h15min with GNU make). I did not investigate this further and I guess it's related to the VM setup. Modified: head/www/webkit-qt5/Makefile Modified: head/www/webkit-qt5/Makefile ============================================================================== --- head/www/webkit-qt5/Makefile Wed Mar 23 08:56:57 2016 (r411688) +++ head/www/webkit-qt5/Makefile Wed Mar 23 09:09:14 2016 (r411689) @@ -23,7 +23,7 @@ QT_DIST= ${PORTNAME} USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes USE_XORG= x11 xcomposite xrender -USES= bison gmake gperf jpeg perl5 pkgconfig python:build qmake:outsource \ +USES= bison gperf jpeg perl5 pkgconfig python:build qmake:outsource \ sqlite # Use flex(1) from ports. MAKE_ENV= PATH="${LOCALBASE}/bin:${PATH}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603230909.u2N99EBq080766>