[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-cygwin
Subject:    Re: qt 3.1 port planing
From:       Bob Tanner <tanner () real-time ! com>
Date:       2002-11-20 6:58:07
[Download RAW message or body]

> That sound good, can you send this perl script to this list, so that I can
> add it to the cvs tools dir for future requests ?
> Additional I've tried this, but without success, so I'm interessted to seen
> how this works. :-)

Attached.

As an aside, the patch, bzip'd is still 2.4M. Since I do not have write access 
to cvs yet, I've put the patch here:

http://www.tanners.org/~tanner/downloads/cygwin/qt_3_0_4-qt_3_1_0_rc1-cygwin.patch.bz2

Now, this is only a patch to #2 of the issues Ralf listed. There are still 
OTHER conflicts that I did not fix.

-- 
Bob Tanner <tanner@real-time.com>         | Phone : (952)943-8700
http://www.mn-linux.org, Minnesota, Linux | Fax   : (952)943-8500
http://www.linuxjustworks.com             | Linux Just Works!         
Key fingerprint = AB15 0BDF BCDE 4369 5B42  1973 7CF1 A709 2CC1 B288

["fix-id.pl" (text/x-perl)]

#!/usr/bin/perl -w

use strict;

my $filename = shift || die "Usage:\n\t$0 <conflictingfile>\n";

open(FH, "$filename") || die $!;
my $content = "";
{ local $/; $content = <FH>; }
close(FH);

$content =~ s/\<{7} \S+\s+([^\=]+)=======\s+[^\>]+\>{7} \S+\s+/$1/gm;

open(FH, ">$filename") || die $!;
print FH $content;
close(FH);


_______________________________________________
kde-cygwin mailing list
kde-cygwin@mail.kde.org
http://mail.kde.org/mailman/listinfo/kde-cygwin

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic