Re: Patch to generic-build-script for listing package files

2003-10-26 Thread Marcel Telka
On 25.10.2003 20:17, Harold L Hunt II wrote: +list() { + (cd ${instdir} \ + find . -name * ! -type d | sed 's/\.\/\(.*\)/\1/' ) What about find ! -type d | cut -c 2- instead of find . -name * ! -type d | sed 's/\.\/\(.*\)/\1/'? Differences: - less characters :-) - filenames started with . are

Re: fontconfig 2.2.0 - Ready for review

2003-10-26 Thread Gerrit P. Haase
Hallo Harold, fontconfig == libfontconfig1 == libfontconfig-devel === The binary packages: + Executables are running. - No postinstall script - And in the package included (which is wrong, should be created by a postinstall script and only install

Re: fontconfig 2.2.0 - Ready for review

2003-10-26 Thread Gerrit P. Haase
Hallo Harold, I missed a point. What about those who already have XFree86 installed and do now an install of fontconfig in usr/... then I'll have the libs and headers duplicated. Probably it is not and issue because it is the same version and will be a non-issue after updating the relevant

Re: [Patch] Resizeable main window

2003-10-26 Thread Robert Collins
On Fri, 2003-10-17 at 06:59, Frank Richter wrote: On 16.10.2003 22:29, Robert Collins wrote: Before further review, I'd like you to correct such abuses of C++. Done. Please include new files in the diff. (You can use diff -Nup /dev/null newfile.cc maindiff) Saves me time guessing whether

Re: [Fwd: Re: [Patch] Resizeable main window]

2003-10-26 Thread Robert Collins
On Fri, 2003-10-17 at 07:19, Frank Richter wrote: Original Message Subject: Re: [Patch] Resizeable main window Date: Thu, 16 Oct 2003 23:19:05 +0200 From: Frank Richter [EMAIL PROTECTED] To: Robb, Sam [EMAIL PROTECTED] References: [EMAIL PROTECTED] On 16.10.2003 23:10,

Re: [Fwd: Re: [Patch] Resizeable main window]

2003-10-26 Thread Frank Richter
On 26.10.2003 11:17, Robert Collins wrote: Not for me. The header stays fixed at the original width, truncating any resized column titles. I need to know that this can be addressed before approving the patch - if your approach isn't compatible with addressing this... This should be possible.

Re: AW: [PATCH] setup - help and local dir command line options wasRe: Setup Command Line Options

2003-10-26 Thread Robert Collins
Oh, and please resubmit the patch with the correction I requested.. Rob -- GPG key available at: http://members.aardvark.net.au/lifeless/keys.txt. signature.asc Description: This is a digitally signed message part

Re: PATCH: Save/load proxy settings in setup.exe

2003-10-26 Thread Robert Collins
On Thu, 2003-10-23 at 23:27, Jerry D. Hedden wrote: On Thu, 2003-10-23 at 22:55, Jerry D. Hedden wrote: One of the items on the TODO list for setup.exe is to save and load proxy settings so the user doesn't have to keep entering them. Below is a small patch to ConnectionSetting.cc to do

Re: fontconfig 2.2.0 - Ready for review

2003-10-26 Thread Gerrit P. Haase
Hallo Daniel, I also missed to point out that the review was complete and all I didn't mention (paths, exe are stripped, README included, ...) is ok. I missed a point. What about those who already have XFree86 installed and do now an install of fontconfig in usr/... then I'll have the libs

Re: AW: [PATCH] setup - help and local dir command line options wasRe: Setup Command Line Options

2003-10-26 Thread Robert Collins
On Sat, 2003-10-25 at 22:23, Ralf Habacker wrote: This is in the wrong place: LocalDirSetting::load is the right method to query the option from. While thinking about this a while more, I recognized that there is some more basic work necessary how to design the command line interface. Are

Re: fontconfig 2.2.0 - Ready for review

2003-10-26 Thread Charles Wilson
Harold L Hunt II wrote: The source package: + It configures, builds, ... ok. (The lndir trick is amazing;-) Heh... it is a trick I have often used when a package won't let me build out of the source tree. Others will probably chastise me for it, but it has worked well for me for over two

[ITP] fontconfig 2.2.0 - Ready for 2nd review

2003-10-26 Thread Harold L Hunt II
Original from http://www.fontconfig.org/ Description === Fontconfig is a library for configuring and customizing font access. Changes from first review request = 1) Install /etc/fonts files with a postinstall script 2) Exclude the autom4te.cache directory

Re: fontconfig 2.2.0 - Ready for review

2003-10-26 Thread Harold L Hunt II
Gerrit P. Haase wrote: Hallo Harold, fontconfig == libfontconfig1 == libfontconfig-devel === The binary packages: + Executables are running. - No postinstall script - And in the package included (which is wrong, should be created by a postinstall script

Re: gcc-3.3.1-3 ready

2003-10-26 Thread Christopher Faylor
On Sun, Oct 26, 2003 at 04:39:41PM +0100, Gerrit P. Haase wrote: GCC 3.3.1-3 is ready for shipping now. These are the URL's of the packages, and it is also the script I used today to verify that the download works ok. The paths needs adjustment, however. The last I knew you were still waiting

Re: gcc-3.3.1-3 ready

2003-10-26 Thread Christopher Faylor
On Sun, Oct 26, 2003 at 01:15:17PM -0500, Daniel Reed wrote: On 2003-10-26T16:39+0100, Gerrit P. Haase wrote: ) GCC 3.3.1-3 is ready for shipping now. These are the URL's of the ) packages, and it is also the script I used today to verify that the ) download works ok. The paths needs adjustment,

Re: gcc-3.3.1-3 ready

2003-10-26 Thread Gerrit P. Haase
Hallo Christopher, Am Sonntag, 26. Oktober 2003 um 19:13 schriebst du: On Sun, Oct 26, 2003 at 01:08:06PM -0500, Christopher Faylor wrote: On Sun, Oct 26, 2003 at 04:39:41PM +0100, Gerrit P. Haase wrote: GCC 3.3.1-3 is ready for shipping now. These are the URL's of the packages, and it is also

Re: [Patch] Resizeable main window

2003-10-26 Thread Robert Collins
I've committed Franks code - thanks Frank. I decided not to wait for the win98 tests, as it's been 2 weeks, which is IMO enough time for bugs to surface, from folk interested in this. Gary, I know we spent mucho time heading towards integration of your patch, I'm sorry that some of that effort

Re: fontconfig 2.2.0 - Ready for review

2003-10-26 Thread Gerrit P. Haase
Hallo Harold, By the way, what is the policy when making pre-release chagnes like this. Do most people bump the package number from -1 to -2 or is that why I should be including md5sums? No, don't bump the release number and yes, I try to not forget to send the md5sums. Gerrit -- =^..^=

Re: [Patch] Resizeable main window

2003-10-26 Thread Robert Collins
On Mon, 2003-10-27 at 07:10, Robert Collins wrote: I've uploaded a new setup. For now, I'm not going to announce this on ... snapshot. Rob -- GPG key available at: http://members.aardvark.net.au/lifeless/keys.txt. signature.asc Description: This is a digitally

Re: Patch to generic-build-script for listing package files

2003-10-26 Thread Nicholas Wourms
[EMAIL PROTECTED] wrote: } +list() { + (cd ${instdir} \ + find . -name * ! -type d | sed 's/\.\/\(.*\)/\1/' ) +} pkg() { (cd ${instdir} \ tar cvjf ${bin_pkg} * ) @@ -173,6 +177,7 @@ check) check ; STATUS=$? ;; clean) clean ; STATUS=$? ;; install) install ; STATUS=$? ;; +

gcc-3.3.1-3 ready

2003-10-26 Thread Gerrit P. Haase
Hallo, GCC 3.3.1-3 is ready for shipping now. These are the URL's of the packages, and it is also the script I used today to verify that the download works ok. The paths needs adjustment, however. #!/bin/sh # gcc-cygwin: # === #cd /cygwin/release/gcc wget -N

Re: AW: AW: [PATCH] setup - help and local dir command line optionswasRe: Setup Command Line Options

2003-10-26 Thread Robert Collins
On Mon, 2003-10-27 at 04:33, Ralf Habacker wrote: Rob, I've roughed stuff out here before, I think. Anywhere, here goes a quick brain dump. I need more time to think about what you have written and how to start with which class, but let me ask one question now, perhaps you can fix this:

Re: [Patch] Resizeable main window

2003-10-26 Thread Frank Richter
On 26.10.2003 11:13, Robert Collins wrote: Please include new files in the diff. (You can use diff -Nup /dev/null newfile.cc maindiff) Saves me time guessing whether those files are all attached or not. Done. This looks good, but: - The header in the chooser doesn't resize for me - does your

Re: gcc-3.3.1-3 ready

2003-10-26 Thread Daniel Reed
On 2003-10-26T16:39+0100, Gerrit P. Haase wrote: ) GCC 3.3.1-3 is ready for shipping now. These are the URL's of the ) packages, and it is also the script I used today to verify that the ) download works ok. The paths needs adjustment, however. Just to make sure all the i's are crossed and

AW: AW: [PATCH] setup - help and local dir command line optionswasRe: Setup Command Line Options

2003-10-26 Thread Ralf Habacker
Rob, On Sat, 2003-10-25 at 22:23, Ralf Habacker wrote: This is in the wrong place: LocalDirSetting::load is the right method to query the option from. While thinking about this a while more, I recognized that there is some more basic work necessary how to design the command line

Re: Pending Packages List, 2003-10-24 [tcm]

2003-10-26 Thread Harold L Hunt II
Charles Wilson wrote: So, here's the question for the list. For the cygwin-specific README in a X-related package, where should it go? /usr/share/doc/Cygwin/ like normal packages? /usr/X11/doc/Cygwin/ ? /usr/X11/share/doc/Cygwin/ ? I lean toward /usr/X11/doc/Cygwin/ just in the interests of

Re: Pending Packages List, 2003-10-24 [ploticus]

2003-10-26 Thread Charles Wilson
Package: ploticus 2.11-1 Description: Command line driven tool to generates various plots and graphs Proposer: Jari Aalto Proposal: http://sources.redhat.com/ml/cygwin-apps/2003-09/msg00165.html http://tierra.dyndns.org:81/cygwin/ploticus/ploticus-2.11-1.tar.bz2

Re: Pending Packages List, 2003-10-24 [tcm]

2003-10-26 Thread Charles Wilson
Harold L Hunt II wrote: The problem I see with even having /usr/X11R6/doc/Cygwin and /usr/X11R6/share/doc/Cygwin/ is that we will continue to have discussions about whether to classify a package and/or its readme as an XFree86 or non-XFree86 package. Perhaps we should entertain the idea of

Re: Pending Packages List, 2003-10-24 [sgrep]

2003-10-26 Thread Charles Wilson
Package: sgrep 1.99.1-1 Description: Search indexed text regions like SGML, XML and HTML files Proposer: Jari Aalto Proposal: http://sources.redhat.com/ml/cygwin-apps/2003-09/msg00166.html http://tierra.dyndns.org:81/cygwin/sgrep/sgrep-1.92.1-1.tar.bz2

Re: Pending Packages List, 2003-10-24 [d]

2003-10-26 Thread Charles Wilson
Package: d 1.2.0-1 Description: The Directory Lister Proposer: Yaakov Selkowitz Proposal: mailto:[EMAIL PROTECTED] http://mywebpage.netscape.com/yselkowitz/cygwin/d/d-1.2.0-1.tar.bz2 http://mywebpage.netscape.com/yselkowitz/cygwin/d/d-1.2.0-1-src.tar.bz2

Re: [PATCH] Generic rootless

2003-10-26 Thread Harold L Hunt II
Kensuke, I just wanted to drop you a line to let you know that I have received this patch and I will be looking into it... I have just been busy with other things for a while. By the way, I am looking into ways to allow you and other developers to have direct CVS access to the main source

Re: 1.5.1: can't open files beginning with ...

2003-10-26 Thread Pavel Tsekov
Does it fix the following: [EMAIL PROTECTED] ~ $ cd /usr/bin../ No, it fixes the more than two leading dots problem. The above is a genuin windows problem as you noted in your previous mail. I don't know how to fix this without noticeably slowing down the path conv routine. I'll

Re: OpenGL and Cygwin

2003-10-26 Thread suresh
Hi Brian, Andre, cygwin folks, Thanks for all your help to date. I have been somewhat lax in replying since I am sitting at my laptop in India with a slow connection. Here is the situation: As per Andre's suggestion, I wanted to force linking via the windows gl headers, and so I just moved

dependency blues

2003-10-26 Thread Gerrit P. Haase
Hallo, FWIW, I'm trying to build The Gimp, now I see: Gimp configure says: checking for gimpprint-config... no Gimp-print configure says: checking for gimptool... no checking for GIMP - version = 1.2.0... no *** The gimptool script installed by GIMP could not be found *** If GIMP was installed

Libtool thinks libintl.dll.a is static?

2003-10-26 Thread Gerrit P. Haase
Hallo, *** Warning: Trying to link with static lib archive /usr/lib/libintl.dll.a. What does this warning mean? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: binutils: Strange ld error: Error: 0-bit reloc in dll

2003-10-26 Thread Hannu E K Nevalainen
From: Gerrit P. Haase Sent: Saturday, October 25, 2003 9:46 PM Additional info about the statements that it happens with big object files: $ d gucharmap-unicode-info.o rw-r--r-- #gerrit:Admins 3.9M Oct 25 19:27 gucharmap-unicode-info.o 1 regular files, with a total size of 3.9M. May

Re: 1.5.1: can't open files beginning with ...

2003-10-26 Thread Christopher Faylor
On Sun, Oct 26, 2003 at 09:18:21AM +0100, Pavel Tsekov wrote: Does it fix the following: [EMAIL PROTECTED] ~ $ cd /usr/bin../ No, it fixes the more than two leading dots problem. The above is a genuin windows problem as you noted in your previous mail. I don't know how to fix this

Re: 1.5.1: can't open files beginning with ...

2003-10-26 Thread Pavel Tsekov
On Sun, 26 Oct 2003, Christopher Faylor wrote: On Sun, Oct 26, 2003 at 09:18:21AM +0100, Pavel Tsekov wrote: Does it fix the following: [EMAIL PROTECTED] ~ $ cd /usr/bin../ No, it fixes the more than two leading dots problem. The above is a genuin windows problem as you noted

Problem connecting to remote cvs with ssh

2003-10-26 Thread mechanic
Hi, I set up a cvs that i can connect to locally with out any problem. I cannot connect to it remotely though. I set up ssh and it makes the connection but states that the repository cannot be found. I saw a similar post and tried the suggestions but nothing worked.