From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id BB8E4385B834 for ; Tue, 24 Mar 2020 03:06:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BB8E4385B834 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-444-Isuj49KkNAui-7j7zYmyog-1; Mon, 23 Mar 2020 23:06:06 -0400 X-MC-Unique: Isuj49KkNAui-7j7zYmyog-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7C6FB801E5C for ; Tue, 24 Mar 2020 03:06:05 +0000 (UTC) Received: from ovpn-112-56.rdu2.redhat.com (ovpn-112-56.rdu2.redhat.com [10.10.112.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0439760BE0 for ; Tue, 24 Mar 2020 03:06:04 +0000 (UTC) Message-ID: <5f1dd51729e5b1f5133c9b0c2fc8e25272e650b9.camel@cygwin.com> Subject: Re: [PATCH cygport 0/2] Better handling of build depends From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Mon, 23 Mar 2020 23:06:03 -0400 In-Reply-To: <20171003195323.82784-1-jon.turney@dronecode.org.uk> References: <20171003195323.82784-1-jon.turney@dronecode.org.uk> User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-18.4 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2020 03:06:21 -0000 On Tue, 2017-10-03 at 20:53 +0100, Jon Turney wrote: > Jon Turney (2): > Rename DEPEND to BUILD_DEPENDS > Pass BUILD_DEPENDS through to .hint for source package as > build-depends: >=20 > lib/check_funcs.cygpart | 17 ++++++++++++----- > lib/pkg_pkg.cygpart | 5 +++++ > 2 files changed, 17 insertions(+), 5 deletions(-) Pushed somewhat modified to git master, please test. -- Yaakov