Received: by mail.netbsd.org (Postfix, from userid 605) id BF22F84D82; Sat, 14 Dec 2019 13:28:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 46C2C84D65 for ; Sat, 14 Dec 2019 13:28:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Iu7iPvNeS30K for ; Sat, 14 Dec 2019 13:28:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CEC9184CD8 for ; Sat, 14 Dec 2019 13:28:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C854DFA97; Sat, 14 Dec 2019 13:28:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15763301099930" MIME-Version: 1.0 Date: Sat, 14 Dec 2019 13:28:29 +0000 From: "ng0" Subject: CVS commit: pkgsrc/www/gnurl To: pkgsrc-changes@NetBSD.org Reply-To: ng0@netbsd.org X-Mailer: log_accum Message-Id: <20191214132829.C854DFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15763301099930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ng0 Date: Sat Dec 14 13:28:29 UTC 2019 Modified Files: pkgsrc/www/gnurl: Makefile Log Message: www/gnurl: use TEST_MAKE_FLAGS. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/gnurl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15763301099930 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/gnurl/Makefile diff -u pkgsrc/www/gnurl/Makefile:1.8 pkgsrc/www/gnurl/Makefile:1.9 --- pkgsrc/www/gnurl/Makefile:1.8 Sat Dec 14 12:35:20 2019 +++ pkgsrc/www/gnurl/Makefile Sat Dec 14 13:28:29 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/12/14 12:35:20 ng0 Exp $ +# $NetBSD: Makefile,v 1.9 2019/12/14 13:28:29 ng0 Exp $ DISTNAME= gnurl-7.67.0 CATEGORIES= www @@ -21,8 +21,8 @@ INSTALLATION_DIRS= share/doc/gnurl .include "../../mk/bsd.prefs.mk" -# or "check"? -TEST_TARGET= -C tests test +TEST_MAKE_FLAGS= -C tests +TEST_TARGET= test CONFIGURE_ARGS+= --without-libssh2 CONFIGURE_ARGS+= --without-libmetalink --_----------=_15763301099930--