From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3079 invoked by alias); 29 Apr 2017 07:20:09 -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 3056 invoked by uid 89); 29 Apr 2017 07:20:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=itp, mit, packaged, HX-Google-DKIM-Signature:reply-to X-HELO: mail-vk0-f44.google.com Received: from mail-vk0-f44.google.com (HELO mail-vk0-f44.google.com) (209.85.213.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Apr 2017 07:20:06 +0000 Received: by mail-vk0-f44.google.com with SMTP id q78so43157723vke.3 for ; Sat, 29 Apr 2017 00:20:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=PPd9tWSOaR71pGo9gg+lHvSn/Ku/3Mz3//XESemoLGI=; b=r/yPjj02rSiYupME4UW4vBbZ04A7jTOSLkcVEaqpElLnxD4GibkFf2OJPxprUOC4pW rkx3TfWnN1brnmNpsPggk4TdLjAWkSt7BzELLXYZ81Gb/GEvEcWWdh3RCfHG3kVVNefc cI06JJ8BT+QAn0WwTWHYVaGDZuotjj8FfcfJdWYlMOrfP/WHzZGskKvEn5fLvobFVrNL DmnluX9Il/UNb1WLHxMnsMFOy5+WH4MjOVTQrllBtnLIMPgztWoZ6WGEgUM0zqcFmlq7 3OXTRctugzQ04tjH7YQ9v3x4xS9PtC3/nFwx6sYl1WB6a00Y4exHjHTXiIkNrjMomXmV k94w== X-Gm-Message-State: AN3rC/7Q+BN1Cu6FnOGYHb3q7FtV4Itv0sPfTOhJFV0Vhk7rbPvuBj1e nc6jCGkBPaBA5Jg6gNI6KwAJjzuSL7tOMls= X-Received: by 10.31.99.67 with SMTP id x64mr6634904vkb.65.1493450407262; Sat, 29 Apr 2017 00:20:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.33.178 with HTTP; Sat, 29 Apr 2017 00:20:06 -0700 (PDT) Reply-To: galeksandrp@gmail.com In-Reply-To: <6c947980-77f2-f5de-981a-b298b0bcde8c@dronecode.org.uk> References: <6c947980-77f2-f5de-981a-b298b0bcde8c@dronecode.org.uk> From: Alexander Georgievskiy Date: Sat, 29 Apr 2017 07:20:00 -0000 Message-ID: Subject: Re: [ITP] polipo 1.1.1 To: Jon Turney Cc: cygwin-apps@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00104.txt.bz2 Fixed, thanks. https://ci.appveyor.com/api/buildjobs/u4c2hi2ow01wa85q/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1-src.tar.xz https://ci.appveyor.com/api/buildjobs/u4c2hi2ow01wa85q/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.hint https://ci.appveyor.com/api/buildjobs/u4c2hi2ow01wa85q/artifacts/polipo-1.1.1-1.i686%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.tar.xz https://ci.appveyor.com/api/buildjobs/5jfrve1m3gar1tof/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1-src.tar.xz https://ci.appveyor.com/api/buildjobs/5jfrve1m3gar1tof/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.hint https://ci.appveyor.com/api/buildjobs/5jfrve1m3gar1tof/artifacts/polipo-1.1.1-1.x86_64%2Fdist%2Fpolipo%2Fpolipo-1.1.1-1.tar.xz 2017-04-19 21:47 GMT+03:00 Jon Turney : > 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. >