Re: [patch/rfc]: bash: fix globbing for executables without ".exe"

2012-08-30 Thread Gregory M. Turner
On 8/30/2012 7:10 AM, Christopher Faylor wrote: On Thu, Aug 30, 2012 at 02:43:34AM -0700, Gregory M. Turner wrote: Not sure if this belongs in the cygport, upstream or /dev/null. Fixes, i.e.: "ls /bin/b*sh" failing to show /bin/bash. If you're reporting an issue with a cygwin program it belon

Re: perl_vendor

2012-08-30 Thread Achim Gratz
Yaakov (Cygwin/X) writes: > cygport 0.11.0 should make it much easier to maintain this quantity of > Perl modules, since it can now generate setup.hint files with > appropriate requires: automatically. I don't think Cygwin READMEs are > necessary for these either. Yes, I've seen your announcement

Re: perl_vendor

2012-08-30 Thread Achim Gratz
Reini Urban writes: > What's the problem? Lack of upates for these? My problem is that I need quite a bunch of additional Perl distributions, I need to package them into Cygwin packages since they will need to be installed with setup.exe and the way things are bundled in perl_vendor makes dependen

Re: [ITA] w32api-3.0b_svn5368-1

2012-08-30 Thread NightStrike
On Thu, Aug 30, 2012 at 4:56 AM, Jon TURNEY wrote: WFM. Once your _PROTECT_BOOL_MACRO patch for windef.h is accepted, I can roll an xproto update and this will be GTG. >>> >>> >>> No problems with ddraw.h status? > > > There's probably some decruftification which can take place later in

Re: perl_vendor

2012-08-30 Thread Reini Urban
On Sat, Aug 4, 2012 at 10:18 AM, Achim Gratz wrote: > [Summary of previous discussion] I think that each perl module > distribution should have its own Cygwin package. Since our perl > installation at work needs quite a few more distributions, I created the > missing cygport files while the switch

Re: [ITA] w32api-3.0b_svn5368-1

2012-08-30 Thread Jon TURNEY
On 30/08/12 00:16, Yaakov (Cygwin/X) wrote: On Thu, 2012-08-30 at 06:11 +0800, JonY wrote: On 8/29/2012 14:14, Yaakov (Cygwin/X) wrote: On Thu, 2012-08-23 at 19:45 +0100, Jon TURNEY wrote: Yaakov, you might like to try the attached patch. With an appropriate change to prevent BOOL redefinitio

Re: [RFC] setup: allow building with i686-w64-mingw32

2012-08-30 Thread Christopher Faylor
On Thu, Aug 30, 2012 at 04:50:24AM -0500, Yaakov (Cygwin/X) wrote: >On Wed, 2012-08-29 at 20:57 -0500, Yaakov (Cygwin/X) wrote: >> On Fri, 2012-06-01 at 02:45 -0500, Yaakov (Cygwin/X) wrote: >> > The attached draft patch fixes most of the issues with the build. (I >> > just added the necessary

Re: [patch/rfc]: bash: fix globbing for executables without ".exe"

2012-08-30 Thread Christopher Faylor
On Thu, Aug 30, 2012 at 02:43:34AM -0700, Gregory M. Turner wrote: >Not sure if this belongs in the cygport, upstream or /dev/null. Fixes, >i.e.: "ls /bin/b*sh" failing to show /bin/bash. If you're reporting an issue with a cygwin program it belongs in the cygwin mailing list. cygwin-apps is no

Re: [RFC] setup: allow building with i686-w64-mingw32

2012-08-30 Thread Yaakov (Cygwin/X)
On Wed, 2012-08-29 at 20:57 -0500, Yaakov (Cygwin/X) wrote: > On Fri, 2012-06-01 at 02:45 -0500, Yaakov (Cygwin/X) wrote: > > The attached draft patch fixes most of the issues with the build. (I > > just added the necessary mingw64-i686-* libraries to Ports.) ntdll.h > > needs some more work

[patch/rfc]: bash: fix globbing for executables without ".exe"

2012-08-30 Thread Gregory M. Turner
Not sure if this belongs in the cygport, upstream or /dev/null. Fixes, i.e.: "ls /bin/b*sh" failing to show /bin/bash. -gmt In cygwin, we have "the .exe hack" where both foo and foo.exe are treated as hardlinks to the same thing if foo is an executable or a symlink to an executable. This doesn