[RFU] [for Python 2.7] python-fastimport-0.9.2-2

2013-02-01 Thread Ken Brown
D=http://sanibeltranquility.com/cygwin/release/python wget -x -nH --cut-dirs=2 \ ${D}/python-fastimport/python-fastimport-0.9.2-2.tar.bz2 \ ${D}/python-fastimport/python-fastimport-0.9.2-2-src.tar.bz2 Thanks. Ken

[RFU] [for Python 2.7] bzr-fastimport-0.13.0-2

2013-02-01 Thread Ken Brown
D=http://sanibeltranquility.com/cygwin/release/bzr wget -x -nH --cut-dirs=2 \ ${D}/bzr-fastimport/bzr-fastimport-0.13.0-2.tar.bz2 \ ${D}/bzr-fastimport/bzr-fastimport-0.13.0-2-src.tar.bz2 Thanks. Ken

please upload: singular 3.1.6-2 packages

2013-02-01 Thread Yue Ren
On behalf of the SINGULAR developer team, please upload the following package updates for SINGULAR: (In the 3.1.6-1 packages, some features were broken because apparently some files do not liked to be compiled with gcc 3.4.4. Switching to a newer version fixed the errors) -

Re: [PATCH 1/4] setup.exe

2013-02-01 Thread Jon TURNEY
On 25/01/2013 22:10, Achim Gratz wrote: > Build commands: > 1) Configure using this option > $ /path/to/setup/bootstrap.sh > - This will automatically rebuild configure files and run configure in the > - current directory. > + This will automatically rebuild configure files and run conf

Re: [PATCH 0/4] setup.exe

2013-02-01 Thread Jon TURNEY
On 25/01/2013 22:11, Achim Gratz wrote: > From a246270621b2b4fbd476aa386fc217ed14f3fe10 Mon Sep 17 00:00:00 2001 > From: Achim Gratz > Date: Fri, 25 Jan 2013 12:12:41 +0100 > Subject: [PATCH 3/4] Allow delete and reinstall from CLI, re-implement > install from CLI > - bool bCommandLineAddedPacka

Re: [PATCH 1/4] setup.exe

2013-02-01 Thread marco atzeri
On 2/1/2013 3:40 PM, Jon TURNEY wrote: On 25/01/2013 22:10, Achim Gratz wrote: Build commands: 1) Configure using this option $ /path/to/setup/bootstrap.sh - This will automatically rebuild configure files and run configure in the - current directory. + This will automatically reb

Re: [PATCH 1/4] setup.exe

2013-02-01 Thread Achim Gratz
Jon TURNEY writes: > I don't think this is needed. I know cgf said "the build directory > should be separate from the source directory", but it seems to me that > setup configures and builds correctly in the source directory. I tried to build inside the source tree first, but the bootstrap wouldn

Re: [PATCH 0/4] setup.exe

2013-02-01 Thread Achim Gratz
Jon TURNEY writes: > It looks to me that this might be removing the code which causes the Base > category to get installed by default on the first install. Have you tested > that still happens? I think there's a single combination of options where this indeed occurs: a Base package is not install

Re: [PATCH 1/4] setup.exe

2013-02-01 Thread Christopher Faylor
On Fri, Feb 01, 2013 at 04:11:22PM +0100, marco atzeri wrote: >On 2/1/2013 3:40 PM, Jon TURNEY wrote: >> On 25/01/2013 22:10, Achim Gratz wrote: >>> Build commands: >>> 1) Configure using this option >>> $ /path/to/setup/bootstrap.sh >>> - This will automatically rebuild configure files

Re: [PATCH 5/4] setup.exe

2013-02-01 Thread Achim Gratz
Here's a patch on top of that that implements your suggestion. This is untested since I only have a i686-w64-mingw32 cross-compilation toolchain available right now. I can revise the patch or the whole series next week if you want. >From 7bbdad05e58fb2365bae5b4ed61c2cf4af9619c7 Mon Sep 17 00:00: