From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36837 invoked by alias); 19 Apr 2017 18:47:32 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 36810 invoked by uid 89); 19 Apr 2017 18:47:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=UD:info, Hx-spam-relays-external:ESMTPA X-HELO: out1-smtp.messagingengine.com Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Apr 2017 18:47:30 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id B667F20366; Wed, 19 Apr 2017 14:47:30 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Wed, 19 Apr 2017 14:47:30 -0400 X-ME-Sender: Received: from [192.168.1.102] (host86-141-129-28.range86-141.btcentralplus.com [86.141.129.28]) by mail.messagingengine.com (Postfix) with ESMTPA id 5A3097E670; Wed, 19 Apr 2017 14:47:30 -0400 (EDT) Subject: Re: [ITP] polipo 1.1.1 References: From: Jon Turney To: cygwin-apps@cygwin.com Cc: Alexander Georgievskiy Message-ID: <6c947980-77f2-f5de-981a-b298b0bcde8c@dronecode.org.uk> Date: Wed, 19 Apr 2017 18:47:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-04/txt/msg00056.txt.bz2 On 21/03/2017 00:17, Alexander Georgievskiy wrote: > category: web > requires: cygwin > sdesc: "The Polipo caching HTTP proxy" > ldesc: "Polipo is single-threaded, non blocking caching web proxy that has > very modest resource needs. See the file INSTALL for installation > instructions. See the texinfo manual (available as HTML after > installation) for more information." > > https://packages.debian.org/jessie/polipo > https://apps.fedoraproject.org/packages/polipo > https://software.opensuse.org/package/polipo > MIT Sorry about the delay in looking at this. polipo.cygport: None of the documentation is packaged. I think you need to write 'make PREFIX=/usr TARGET=${D} install' rather than 'make PREFIX=${D}/usr install' (TARGET seems to have the same function as the more usual DESTDIR) You also need DIFF_EXCLUDES="*.html *.info", to prevent the documentation, which is built in the source directory, from being identified as patches.