svn commit: r411689 - head/www/webkit-qt5

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Mar 23 09:09:15 UTC 2016


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}"


More information about the svn-ports-all mailing list