X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=cFdt/F+83p6BAWMY8X707zgnv1+HE hstGgwzvrvQOx/fCEuYCjQhOJuUkSeLOQPq2u9lPWpcbygkEUiz+kBH/pRNArRnW Vg+N/HrVSbre5iwVuS8pq1QHL0A4WYEcNXEUf0ONkVctxL6DRgXL0cPvPW3WDZq7 rsi7fALj20xU4E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=DR1o1zy7dymcWMepBgY2AcrGjDw=; b=O0/ SSFescFJDFMRORIWcO3GFctvI1O1S8wQxpZcOKfNra+txnp/4m7qzDX701a+UPR9 J+NtGcp/Lvv8L7DwMjDhtruq7hvMYhP13kQNCRGdJ7rwNTKBpk94yeFCQmEkn7/4 9VZCnG2eBGX24hQZmEhByFThTQ/uI1/YzwmdoW/I= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=0240, Hx-languages-length:803 X-HELO: mail-pg0-f43.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=HbBbXIWvq/Uf63bQQjXMuaM+wEpV1mAANnVw/ca6CF8=; b=o6+dvQyRq+mfix0X/brKKElRh5VWo885KqZ/KemMZgVNDgfvnvqdfDR57q0TH+nyvd Z/18Ikgc2qF09R2CUE5YgSEQNyppg6VQvg8Nv3Hss597570AjGeXB5eV8RGOzWtGZd6R zJipvtzq2Hp59cFoPcr72fZu4oyfUGWuOHiGQdzfohm6EWPFXMLsbey21W49KF81hpnr j7ahHwDpmbE5TQfmSieg3C4ryo1HWBTEqdf/sCwnjtbYYfNWMYJKFPQQAIY3DsGxyIhY S0nivKUNeGUrM4US5rc+vsfRNOJ75byfz8zapzhiohyXOVa/xjSJ9Pzz35d25CyHv24O yLfA== X-Gm-Message-State: AFeK/H2hHbXzCnzHGoLpb10mhkHTXsRWuRKnvuxXXJtFvKHy6Bha+tY6G7dMCSDAddLYZJmIMZQ6H32bPxxNoQ== X-Received: by 10.99.223.70 with SMTP id h6mr66726258pgj.50.1491971135836; Tue, 11 Apr 2017 21:25:35 -0700 (PDT) MIME-Version: 1.0 From: "dodo ." Date: Wed, 12 Apr 2017 13:25:35 +0900 Message-ID: Subject: man page of CYGPORT(1) has an old content. should be updated. To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hello, I report one thing about manpage for cygport. Man page CYGPORT(1) seems to show old content about 'all' COMMAND. According to manpage CYGPORT(1), 'all' COMMMAND means 'run all of the above, excluding finish.' However 'download' COMMAND is excepted on actual performing. Thus, source patching with $(PATCH_URI} does not perform. Latest README of cygport describes correct information. https://github.com/cygwinports/cygport/blob/master/README According to it, fetch(download) COMMAND is not included in 'all'. I think manpage CYGPORT(1) should be updated. Currently I am using Cygwin as follows. $ uname -a CYGWIN_NT-6.1-WOW turtle0 2.8.0(0.309/5/3) 2017-04-01 20:42 i686 Cygwin $ cygport --version cygport 0.24.0 ... Regard. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple