public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] ed-1.10-1
@ 2014-08-17  6:12 Marco Atzeri
  2014-08-17  6:47 ` Yaakov Selkowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Atzeri @ 2014-08-17  6:12 UTC (permalink / raw)
  To: cygwin-apps

minor upstream changes, updated to cygport

wget -r -np -nH --cut-dirs=0 \
http://matzeri.altervista.org/x86/ed/index.html
wget -r -np -nH --cut-dirs=0 \
http://matzeri.altervista.org/x86_64/ed/index.html

find x86 x86_64 -name index.html -o -name md5.sum | xargs rm

x86/ed/ed-1.10-1-src.tar.xz
x86/ed/ed-1.10-1.tar.xz
x86/ed/setup.hint
x86_64/ed/ed-1.10-1-src.tar.xz
x86_64/ed/ed-1.10-1.tar.xz
x86_64/ed/setup.hint


regards
MArco

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

* Re: [ITA] ed-1.10-1
  2014-08-17  6:12 [ITA] ed-1.10-1 Marco Atzeri
@ 2014-08-17  6:47 ` Yaakov Selkowitz
  2014-08-17  7:45   ` Marco Atzeri
  0 siblings, 1 reply; 7+ messages in thread
From: Yaakov Selkowitz @ 2014-08-17  6:47 UTC (permalink / raw)
  To: cygwin-apps

On Sun, 2014-08-17 at 08:07 +0200, Marco Atzeri wrote:
> x86/ed/ed-1.10-1-src.tar.xz
> x86/ed/ed-1.10-1.tar.xz
> x86/ed/setup.hint
> x86_64/ed/ed-1.10-1-src.tar.xz
> x86_64/ed/ed-1.10-1.tar.xz
> x86_64/ed/setup.hint

Why no debuginfo?


Yaakov


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

* Re: [ITA] ed-1.10-1
  2014-08-17  6:47 ` Yaakov Selkowitz
@ 2014-08-17  7:45   ` Marco Atzeri
  2014-08-17  7:56     ` Yaakov Selkowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Atzeri @ 2014-08-17  7:45 UTC (permalink / raw)
  To: cygwin-apps

On 17/08/2014 08:47, Yaakov Selkowitz wrote:
> On Sun, 2014-08-17 at 08:07 +0200, Marco Atzeri wrote:
>> x86/ed/ed-1.10-1-src.tar.xz
>> x86/ed/ed-1.10-1.tar.xz
>> x86/ed/setup.hint
>> x86_64/ed/ed-1.10-1-src.tar.xz
>> x86_64/ed/ed-1.10-1.tar.xz
>> x86_64/ed/setup.hint
>
> Why no debuginfo?
>
>
> Yaakov
>

no idea.
the build system is a bit basic, pre-autoconf age,

Marco

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

* Re: [ITA] ed-1.10-1
  2014-08-17  7:45   ` Marco Atzeri
@ 2014-08-17  7:56     ` Yaakov Selkowitz
  2014-08-17  8:46       ` Marco Atzeri
  0 siblings, 1 reply; 7+ messages in thread
From: Yaakov Selkowitz @ 2014-08-17  7:56 UTC (permalink / raw)
  To: cygwin-apps

On Sun, 2014-08-17 at 09:44 +0200, Marco Atzeri wrote:
> On 17/08/2014 08:47, Yaakov Selkowitz wrote:
> > On Sun, 2014-08-17 at 08:07 +0200, Marco Atzeri wrote:
> >> x86/ed/ed-1.10-1-src.tar.xz
> >> x86/ed/ed-1.10-1.tar.xz
> >> x86/ed/setup.hint
> >> x86_64/ed/ed-1.10-1-src.tar.xz
> >> x86_64/ed/ed-1.10-1.tar.xz
> >> x86_64/ed/setup.hint
> >
> > Why no debuginfo?
> 
> no idea.
> the build system is a bit basic, pre-autoconf age,

Then you need to help it along.  This is a bit outdated but should help
you fix that:

http://sourceforge.net/p/cygwin-ports/ed/ci/master/tree/ed.cygport


Yaakov



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

* Re: [ITA] ed-1.10-1
  2014-08-17  7:56     ` Yaakov Selkowitz
@ 2014-08-17  8:46       ` Marco Atzeri
  2014-08-18 19:45         ` Yaakov Selkowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Marco Atzeri @ 2014-08-17  8:46 UTC (permalink / raw)
  To: cygwin-apps



On 17/08/2014 09:56, Yaakov Selkowitz wrote:
> On Sun, 2014-08-17 at 09:44 +0200, Marco Atzeri wrote:
>> On 17/08/2014 08:47, Yaakov Selkowitz wrote:
>>> On Sun, 2014-08-17 at 08:07 +0200, Marco Atzeri wrote:
>>>> x86/ed/ed-1.10-1-src.tar.xz
>>>> x86/ed/ed-1.10-1.tar.xz
>>>> x86/ed/setup.hint
>>>> x86_64/ed/ed-1.10-1-src.tar.xz
>>>> x86_64/ed/ed-1.10-1.tar.xz
>>>> x86_64/ed/setup.hint
>>>
>>> Why no debuginfo?
>>
>> no idea.
>> the build system is a bit basic, pre-autoconf age,
>
> Then you need to help it along.  This is a bit outdated but should help
> you fix that:
>
> http://sourceforge.net/p/cygwin-ports/ed/ci/master/tree/ed.cygport
>
>
> Yaakov
>

done.
cygmake CFLAGS="${CFLAGS}"
was enough



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

* Re: [ITA] ed-1.10-1
  2014-08-17  8:46       ` Marco Atzeri
@ 2014-08-18 19:45         ` Yaakov Selkowitz
  2014-09-21 12:57           ` Andrew Schulman
  0 siblings, 1 reply; 7+ messages in thread
From: Yaakov Selkowitz @ 2014-08-18 19:45 UTC (permalink / raw)
  To: cygwin-apps

On 2014-08-17 03:46, Marco Atzeri wrote:
> On 17/08/2014 09:56, Yaakov Selkowitz wrote:
>> On Sun, 2014-08-17 at 09:44 +0200, Marco Atzeri wrote:
>>> On 17/08/2014 08:47, Yaakov Selkowitz wrote:
>>>> Why no debuginfo?
>>>
>>> no idea.
>>> the build system is a bit basic, pre-autoconf age,
>>
>> Then you need to help it along.  This is a bit outdated but should help
>> you fix that:
>>
>> http://sourceforge.net/p/cygwin-ports/ed/ci/master/tree/ed.cygport
>
> done.
> cygmake CFLAGS="${CFLAGS}"
> was enough

Great, thanks.  ed is yours now.


Yaakov

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

* Re: [ITA] ed-1.10-1
  2014-08-18 19:45         ` Yaakov Selkowitz
@ 2014-09-21 12:57           ` Andrew Schulman
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Schulman @ 2014-09-21 12:57 UTC (permalink / raw)
  To: cygwin-apps

> On 2014-08-17 03:46, Marco Atzeri wrote:
> > On 17/08/2014 09:56, Yaakov Selkowitz wrote:
> >> On Sun, 2014-08-17 at 09:44 +0200, Marco Atzeri wrote:
> >>> On 17/08/2014 08:47, Yaakov Selkowitz wrote:
> >>>> Why no debuginfo?
> >>>
> >>> no idea.
> >>> the build system is a bit basic, pre-autoconf age,
> >>
> >> Then you need to help it along.  This is a bit outdated but should help
> >> you fix that:
> >>
> >> http://sourceforge.net/p/cygwin-ports/ed/ci/master/tree/ed.cygport
> >
> > done.
> > cygmake CFLAGS="${CFLAGS}"
> > was enough
> 
> Great, thanks.  ed is yours now.

Belated gold star awarded: http://cygwin.com/goldstars/#MA

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

end of thread, other threads:[~2014-09-21 12:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-17  6:12 [ITA] ed-1.10-1 Marco Atzeri
2014-08-17  6:47 ` Yaakov Selkowitz
2014-08-17  7:45   ` Marco Atzeri
2014-08-17  7:56     ` Yaakov Selkowitz
2014-08-17  8:46       ` Marco Atzeri
2014-08-18 19:45         ` Yaakov Selkowitz
2014-09-21 12:57           ` Andrew Schulman

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).