Re: [ITP] autoconf2.7

2021-12-09 Thread Achim Gratz
Ken Brown writes: > I agree, as I already said in a different thread. Either way, there > remains the question of how to get cygport patched. Until that > happens, no maintainers can use autoconf 2.71 unless they patch > cygport locally, and no SCALLYWAG builds can use autoconf 2.71. I've

Re: [ITP] autoconf2.7

2021-12-09 Thread Ken Brown
On 12/9/2021 5:24 AM, Corinna Vinschen wrote: On Dec 8 19:46, Achim Gratz wrote: Achim Gratz writes: + case "${WANT_AUTOCONF}" in + 2.5|'') + WANT_AUTOCONF=2.5 + case $(autoconf --version 2> /dev/null | head -n 1) in

Re: [ITP] autoconf2.7

2021-12-09 Thread Corinna Vinschen
On Dec 8 19:46, Achim Gratz wrote: > Achim Gratz writes: > > + case "${WANT_AUTOCONF}" in > > + 2.5|'') > > + WANT_AUTOCONF=2.5 > > + case $(autoconf --version 2> /dev/null | head -n 1) in > > autoconf*2.[56]?) ;; > >

Re: [ITP] autoconf2.7

2021-12-08 Thread Achim Gratz
Achim Gratz writes: > + case "${WANT_AUTOCONF}" in > + 2.5|'') > + WANT_AUTOCONF=2.5 > + case $(autoconf --version 2> /dev/null | head -n 1) in > autoconf*2.[56]?) ;; > *) error

Re: [ITP] autoconf2.7

2021-12-04 Thread Marco Atzeri
On 04.12.2021 13:33, Achim Gratz wrote: Achim Gratz writes: I should als get autoconf and autoconf-archive I think, I haven't looked at the other auto* stuff, but eventually we will need a new automake. It turns aout that automake 1.16 has a minro updtae that deals with autoconf 2.71

Re: [ITP] autoconf2.7

2021-12-04 Thread Achim Gratz
Achim Gratz writes: > I should als get autoconf and autoconf-archive I think, I haven't looked > at the other auto* stuff, but eventually we will need a new automake. It turns aout that automake 1.16 has a minro updtae that deals with autoconf 2.71 stuff. So please give me automake* as well.

Re: [ITP] autoconf2.7

2021-12-03 Thread Achim Gratz
Achim Gratz writes: > As discussed in another thread, Cygwin should have an autoconf2.7 > package going forward. It builds just out of the box, so here's the ITP > for it. https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/autoconf2.7.git;a=shortlog;h=refs/heads/playground

Re: [ITP] autoconf2.7

2021-12-03 Thread Achim Gratz
ASSI writes: > Hmm. That looks wrong, the Gentoo folks rolled both 2.70 and 2.71 into > the WANT_AUTOCONF=2.5 category (which likely works for them). So yay, > I'll have to patch that. https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/autoconf.git;a=shortlog;h=refs/heads/playground

[GOLDSTAR] Re: [ITP] autoconf2.7

2021-12-03 Thread Corinna Vinschen
On Dec 3 14:42, ASSI wrote: > Corinna Vinschen writes: > > Since Fedora did basically the same, as Ken pointed out, maybe we're > > a bit meticulous if we create a new package for 2.7x? > > Well, if we don't, we're SOL if we hit an incompatibility that the Linux > folks don't need to care about…

Re: [ITP] autoconf2.7

2021-12-03 Thread ASSI
Corinna Vinschen writes: > Since Fedora did basically the same, as Ken pointed out, maybe we're > a bit meticulous if we create a new package for 2.7x? Well, if we don't, we're SOL if we hit an incompatibility that the Linux folks don't need to care about… that was why I originally suggested to

Re: [ITP] autoconf2.7

2021-12-03 Thread Corinna Vinschen
On Dec 3 11:22, ASSI wrote: > Ken Brown writes: > > You should probably also adopt and update the autoconf package, which > > provides the ac-wrapper script. The latest upstream version is at > > > > > >

Re: [ITP] autoconf2.7

2021-12-03 Thread ASSI
Ken Brown writes: > You should probably also adopt and update the autoconf package, which > provides the ac-wrapper script. The latest upstream version is at > > > https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-devel/autoconf-wrapper/files/ac-wrapper-15.sh Hmm. That looks wrong, the Gentoo

Re: [ITP] autoconf2.7

2021-12-02 Thread Marco Atzeri
On 02.12.2021 21:45, Achim Gratz wrote: Marco Atzeri writes: are you taking also over the current packages ? I don't see them getting updated, but if you feel better about it then let me have them. Just to patch "cygwin-pkg-maint" only one time ;-) I should als get autoconf and

Re: [ITP] autoconf2.7

2021-12-02 Thread Achim Gratz
Marco Atzeri writes: > are you taking also over the current packages ? I don't see them getting updated, but if you feel better about it then let me have them. > Just to patch "cygwin-pkg-maint" only one time ;-) I should als get autoconf and autoconf-archive I think, I haven't looked at the

Re: [ITP] autoconf2.7

2021-12-02 Thread Ken Brown
On 12/2/2021 2:51 PM, Achim Gratz wrote: As discussed in another thread, Cygwin should have an autoconf2.7 package going forward. It builds just out of the box, so here's the ITP for it. Playground (based on autotools2.5, I'll cut the old history in the new repo):

Re: [ITP] autoconf2.7

2021-12-02 Thread Marco Atzeri
On 02.12.2021 20:51, Achim Gratz wrote: As discussed in another thread, Cygwin should have an autoconf2.7 package going forward. It builds just out of the box, so here's the ITP for it. are you taking also over the current packages ? Just to patch "cygwin-pkg-maint" only one time ;-)

[ITP] autoconf2.7

2021-12-02 Thread Achim Gratz
As discussed in another thread, Cygwin should have an autoconf2.7 package going forward. It builds just out of the box, so here's the ITP for it. Playground (based on autotools2.5, I'll cut the old history in the new repo):