From owner-svn-ports-all@freebsd.org Thu Oct 27 19:18:16 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 30727C23395; Thu, 27 Oct 2016 19:18:16 +0000 (UTC) (envelope-from thierry@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 02306B6; Thu, 27 Oct 2016 19:18:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9RJIF0s029165; Thu, 27 Oct 2016 19:18:15 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9RJIFNV029164; Thu, 27 Oct 2016 19:18:15 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201610271918.u9RJIFNV029164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 27 Oct 2016 19:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424783 - head/devel/libuv 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.23 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: Thu, 27 Oct 2016 19:18:16 -0000 Author: thierry Date: Thu Oct 27 19:18:14 2016 New Revision: 424783 URL: https://svnweb.freebsd.org/changeset/ports/424783 Log: Switch to do-test. Suggested by: amdmi3 Modified: head/devel/libuv/Makefile Modified: head/devel/libuv/Makefile ============================================================================== --- head/devel/libuv/Makefile Thu Oct 27 18:31:41 2016 (r424782) +++ head/devel/libuv/Makefile Thu Oct 27 19:18:14 2016 (r424783) @@ -29,11 +29,9 @@ pre-configure: ${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \ > ${WRKSRC}/m4/libuv-extra-automake-flags.m4 -.if defined(MAINTAINER_MODE) -regression-test: +do-test: (cd ${WRKSRC} && ./gyp_uv.py -f make && \ ${SETENV} ${MAKE_ENV} ${GMAKE} -C out && \ ./out/Debug/run-tests) -.endif .include