public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Where can I download the cygport source packages for a cygwin package
@ 2020-06-29 13:17 Cary Lewis
  2020-06-29 15:03 ` Ken Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Cary Lewis @ 2020-06-29 13:17 UTC (permalink / raw)
  To: cygwin

I would like to build php locally. I know I can use the setup.exe installer
and select the src, but there must be a repo somewhere with the cygport
files?

Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where can I download the cygport source packages for a cygwin package
  2020-06-29 13:17 Where can I download the cygport source packages for a cygwin package Cary Lewis
@ 2020-06-29 15:03 ` Ken Brown
  2020-06-29 17:43   ` Cary Lewis
  0 siblings, 1 reply; 7+ messages in thread
From: Ken Brown @ 2020-06-29 15:03 UTC (permalink / raw)
  To: cygwin

On 6/29/2020 9:17 AM, Cary Lewis via Cygwin wrote:
> I would like to build php locally. I know I can use the setup.exe installer
> and select the src, but there must be a repo somewhere with the cygport
> files?

https://cygwin.com/packages/src_package_list.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where can I download the cygport source packages for a cygwin package
  2020-06-29 15:03 ` Ken Brown
@ 2020-06-29 17:43   ` Cary Lewis
  2020-06-29 18:47     ` Rainer Emrich
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Cary Lewis @ 2020-06-29 17:43 UTC (permalink / raw)
  To: Ken Brown; +Cc: cygwin

I appreciate the reply, I found those links but they only list the files in
the src ports - where can I download them from?

On Mon, Jun 29, 2020 at 11:04 AM Ken Brown via Cygwin <cygwin@cygwin.com>
wrote:

> On 6/29/2020 9:17 AM, Cary Lewis via Cygwin wrote:
> > I would like to build php locally. I know I can use the setup.exe
> installer
> > and select the src, but there must be a repo somewhere with the cygport
> > files?
>
> https://cygwin.com/packages/src_package_list.html
> --
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where can I download the cygport source packages for a cygwin package
  2020-06-29 17:43   ` Cary Lewis
@ 2020-06-29 18:47     ` Rainer Emrich
  2020-06-29 19:17     ` Marco Atzeri
  2020-06-29 20:19     ` Ken Brown
  2 siblings, 0 replies; 7+ messages in thread
From: Rainer Emrich @ 2020-06-29 18:47 UTC (permalink / raw)
  To: Cary Lewis, Ken Brown; +Cc: cygwin

Hi Carry,

Am 29.06.2020 um 19:43 schrieb Cary Lewis via Cygwin:
> I appreciate the reply, I found those links but they only list the files in
> the src ports - where can I download them from?
I had a short look on the cygwin webpag and indeed I didn't found any
information where to get the cygport source.

But a quick search on google shows you the right place:
https://github.com/cygwin/cygport

Cheers

Rainer



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where can I download the cygport source packages for a cygwin package
  2020-06-29 17:43   ` Cary Lewis
  2020-06-29 18:47     ` Rainer Emrich
@ 2020-06-29 19:17     ` Marco Atzeri
  2020-06-29 19:44       ` Cary Lewis
  2020-06-29 20:19     ` Ken Brown
  2 siblings, 1 reply; 7+ messages in thread
From: Marco Atzeri @ 2020-06-29 19:17 UTC (permalink / raw)
  To: cygwin

On 29.06.2020 19:43, Cary Lewis via Cygwin wrote:
> I appreciate the reply, I found those links but they only list the files in
> the src ports - where can I download them from?
> 

you can download with setup.
The source package content will be installed in /usr/src

Alternative you can download directly from any cygwin mirror, eg:

ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/x86_64/release/php/

Regards
Marco


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where can I download the cygport source packages for a cygwin package
  2020-06-29 19:17     ` Marco Atzeri
@ 2020-06-29 19:44       ` Cary Lewis
  0 siblings, 0 replies; 7+ messages in thread
From: Cary Lewis @ 2020-06-29 19:44 UTC (permalink / raw)
  To: Marco Atzeri; +Cc: cygwin

Thank you - I didn't realize that the php-7.3.7-1-src.tar.xz contains the
patches as well as the actual php src: php-7.3.7.tar.xz

the -src.tar.xz implies cygwin sources included patches, etc.



On Mon, Jun 29, 2020 at 3:19 PM Marco Atzeri via Cygwin <cygwin@cygwin.com>
wrote:

> On 29.06.2020 19:43, Cary Lewis via Cygwin wrote:
> > I appreciate the reply, I found those links but they only list the files
> in
> > the src ports - where can I download them from?
> >
>
> you can download with setup.
> The source package content will be installed in /usr/src
>
> Alternative you can download directly from any cygwin mirror, eg:
>
>
> ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/x86_64/release/php/
>
> Regards
> Marco
>
> --
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Where can I download the cygport source packages for a cygwin package
  2020-06-29 17:43   ` Cary Lewis
  2020-06-29 18:47     ` Rainer Emrich
  2020-06-29 19:17     ` Marco Atzeri
@ 2020-06-29 20:19     ` Ken Brown
  2 siblings, 0 replies; 7+ messages in thread
From: Ken Brown @ 2020-06-29 20:19 UTC (permalink / raw)
  To: Cary Lewis; +Cc: cygwin

On 6/29/2020 1:43 PM, Cary Lewis wrote:
> I appreciate the reply, I found those links but they only list the files in the 
> src ports - where can I download them from?

Most of the pages have links to the maintainer's source repository.  For 
example, if you to to https://cygwin.com/packages/src_package_list.html and 
click on php, you'll see the following at the bottom of the page:

   packaging repository: php.git,

where the latter is a link to

   https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/php.git

I think that's what you were asking for.

Ken

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-29 20:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 13:17 Where can I download the cygport source packages for a cygwin package Cary Lewis
2020-06-29 15:03 ` Ken Brown
2020-06-29 17:43   ` Cary Lewis
2020-06-29 18:47     ` Rainer Emrich
2020-06-29 19:17     ` Marco Atzeri
2020-06-29 19:44       ` Cary Lewis
2020-06-29 20:19     ` Ken Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).