From owner-svn-ports-all@freebsd.org Wed Mar 23 09:09:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51DB099A0A0; Wed, 23 Mar 2016 09:09:15 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1156A14A2; Wed, 23 Mar 2016 09:09:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2N99E9C080767; Wed, 23 Mar 2016 09:09:14 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2N99EBq080766; Wed, 23 Mar 2016 09:09:14 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603230909.u2N99EBq080766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 23 Mar 2016 09:09:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411689 - head/www/webkit-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 09:09:15 -0000 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}"