Received: by mail.netbsd.org (Postfix, from userid 605) id 6A29A85608; Tue, 29 Aug 2017 07:08:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0B0584CDD for ; Tue, 29 Aug 2017 07:08:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Dfcy6Mz6qRsl for ; Tue, 29 Aug 2017 07:08:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5888185606 for ; Tue, 29 Aug 2017 07:08:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CDCCFA96; Tue, 29 Aug 2017 07:08:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150399051237270" MIME-Version: 1.0 Date: Tue, 29 Aug 2017 07:08:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/curl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170829070832.2CDCCFA96@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. --_----------=_150399051237270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 29 07:08:32 UTC 2017 Modified Files: pkgsrc/www/curl: Makefile Log Message: Remove superfluous automake dependency (after update). Fixes PR 52513 by David H. Gutteridge. To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 pkgsrc/www/curl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150399051237270 Content-Disposition: inline Content-Length: 719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/curl/Makefile diff -u pkgsrc/www/curl/Makefile:1.186 pkgsrc/www/curl/Makefile:1.187 --- pkgsrc/www/curl/Makefile:1.186 Thu Aug 24 20:03:02 2017 +++ pkgsrc/www/curl/Makefile Tue Aug 29 07:08:32 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.186 2017/08/24 20:03:02 adam Exp $ +# $NetBSD: Makefile,v 1.187 2017/08/29 07:08:32 wiz Exp $ DISTNAME= curl-7.55.1 PKGREVISION= 1 @@ -25,11 +25,6 @@ PKGCONFIG_OVERRIDE= libcurl.pc.in INSTALLATION_DIRS= share/doc/curl -# only needed for 7.55.0 due to a bug, see patches/patch-Makefile.am -USE_TOOLS+= automake -pre-configure: - cd ${WRKSRC} && automake - .include "../../mk/bsd.prefs.mk" .if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss]) --_----------=_150399051237270--