Received: by mail.netbsd.org (Postfix, from userid 605) id 11E5284FCF; Wed, 17 Aug 2022 08:18:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3ADED84FC9 for ; Wed, 17 Aug 2022 08:18:25 +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 bFkhNMnr-ciI for ; Wed, 17 Aug 2022 08:18:24 +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 7138E84FBB for ; Wed, 17 Aug 2022 08:18:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6EAE4FB1A; Wed, 17 Aug 2022 08:18:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660724304291580" MIME-Version: 1.0 Date: Wed, 17 Aug 2022 08:18:24 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/wget2 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220817081824.6EAE4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660724304291580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Aug 17 08:18:24 UTC 2022 Modified Files: pkgsrc/net/wget2: Makefile Log Message: wget2: fix CONFIGURE_ARGS To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/wget2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660724304291580 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wget2/Makefile diff -u pkgsrc/net/wget2/Makefile:1.3 pkgsrc/net/wget2/Makefile:1.4 --- pkgsrc/net/wget2/Makefile:1.3 Wed Aug 17 08:17:10 2022 +++ pkgsrc/net/wget2/Makefile Wed Aug 17 08:18:24 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/08/17 08:17:10 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2022/08/17 08:18:24 tnn Exp $ DISTNAME= wget2-2.0.0 PKGREVISION= 2 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-doc # Needs pandoc -CONFIGURE_ARGS+= --disable-lzip # Needs wip/lzlib +CONFIGURE_ARGS+= --without-lzip # Needs wip/lzlib PKGCONFIG_OVERRIDE+= libwget.pc.in --_----------=_1660724304291580--