getwinegit.sh v0.4 released!

2006-07-20 Thread Christian Lachner

Hello all,

There's a new Version of getwinegit.sh. It is now at 0.4. There is no
need to comfigure the pathes to the programs getwinegit needs.
Everything happens automatically now ;). I hope you enjoy this
release... Here's the readme and the changelog:

getwinegit.sh-README

:: Intro
getwinegit is a script which was designed to download/update, compile
and install the current wine-source-tree from a git-repository.

:: Usage
Usage: getwinegit.sh mode [config-file]

modes:
-0   update the local source-tree
-1   + compile the source
-2   + install

-3   no update; just compile the local source-tree and install
-4   no update, no compile; just install

-h   help ;)

The Config-File is optional

:: Install
Just copy getwinegit.sh wherever you want, make it executable and
(optionally) create a softlink at /usr/bin. Then (or before) configure
the script by editing the variables in the head with your favourite
editor.

APPThe name of the app which's sources we want to fetch and compile
GITROOTThe GIT-Repository from where we want to fetch the sources
SRCYour Source-Directory (default is /usr/src)
TARGET The Sub-Directory where the sources will get stored
LOGLocation of the Logfile that getwinegit.sh creates
PIDFILELocation of the PID-File
COMPILED_HELPERA dirty File which is needed to detect, if the
source is already compiled or not
WAIT_FOR_CLEAN Seconds to wait until the script begins to clean the
source. 0 = disabled (default is 5)
DEFAULT_MODE   The Mode in which getwinegit.sh should operate if NO
Parameter is given. (default is 2) By default this Feature is
commented out. To enable, remove the rhomb at the beginning of the
line.

getwinegit.sh needs some packages to function properly. Go install the
following ones: gcc, make, curl, bison, flex, git. I hope i did not
forget any.

:: Future?
This is one of the last versions. No great changes are planned, only bugfixes.

:: Bugs?
Report them to wine-devel or wine-users ;)


getwinegit.sh ChangeLog

0.4 Long time no see, but now it's time, isn't it?
   - More Checks
   - The Script now tells you if you are already up-to-date with
 the git-repository
   - Cleanups :)
   - Some small Bugfixes


getwinegit.sh-0.4.tar.bz2
Description: BZip2 compressed data



Re: getwinegit.sh 0.33 released! (final version)

2006-04-12 Thread Christian Lachner
Again, I updated the wine-wiki at "Building from GIT" to link to the new
version of getwinegit.sh.

see here: http://wiki.jswindle.com/index.php/Installing_Wine#Building_from_GIT

bye




getwinegit.sh 0.33 released! (final version)

2006-04-11 Thread Christian Lachner
In this Release I changed all the stuff i was annoyed of. Here the changes:

0.33We are now also able to load a config-file...
- Optional Config-File Support! The Internal Config-Area still exists.
  I created an example-config and a colorless one for all who don't
  want a colorful output
- Better handling of multiple process protection for the script
- Better Checks for set variables

I don't plan to develop for getwinegit.sh any longer. It is now
feature-complete and ate enough of time. It was nice to learn, what
scripting is able to do. I hope that getwinegit.sh is useful to the
community - yes, i use it quite often. If there are serious problems,
I will fix them. So why isn't this release called 1.0? I don't have
the time to test. The Users should report bugs and someone should fix
them.

I also saw, that my script is not used by much people so maybe there
wont be a single bug found in the future. Whatsoever, thanks for
taking the time reading this and have much fun with the script. (wow,
22K. it was never meant to grow that much)

chris


getwinegit.sh-0.33.tar.bz2
Description: BZip2 compressed data



Re: getwinegit.sh 0.32 released!

2006-04-02 Thread Christian Lachner
I just updated the wine-wiki at "Building from GIT" to link to the new
version of my script.

see here: http://wiki.jswindle.com/index.php/Installing_Wine#Building_from_GIT

bye

On 4/1/06, Christian Lachner <[EMAIL PROTECTED]> wrote:
> One more Version! It's time to test this script until it is one of the
> last versions. I don't want to spend more time into this so I desided
> to soonly quit this project. Here the Changes since 0.31:
>
> 0.32No Changes to Functitonality, but cool stuff :)
> - Better Trap-handling
> - Nicer Sleeper-function (I love it)
> - No output to the shell but only the ones by getwinegit.sh
>   blackbox? no, everything's in the logfile
> - Some Fixes we all don't want to miss but I don't remeber ;)... again
>
> This release should be stable, but I want it to be tested. Tell me, if
> it is useful to you guys or made problems. Mail to the mailinglist if
> you have questions or found bugs or want something to be added.
>
> chris
>
>
>




getwinegit.sh 0.32 released!

2006-04-01 Thread Christian Lachner
One more Version! It's time to test this script until it is one of the
last versions. I don't want to spend more time into this so I desided
to soonly quit this project. Here the Changes since 0.31:

0.32No Changes to Functitonality, but cool stuff :)
- Better Trap-handling
- Nicer Sleeper-function (I love it)
- No output to the shell but only the ones by getwinegit.sh
  blackbox? no, everything's in the logfile
- Some Fixes we all don't want to miss but I don't remeber ;)... again

This release should be stable, but I want it to be tested. Tell me, if
it is useful to you guys or made problems. Mail to the mailinglist if
you have questions or found bugs or want something to be added.

chris


getwinegit.sh-0.32.tar.bz2
Description: BZip2 compressed data



Re: getwinegit.sh 0.31 released!

2006-03-31 Thread Christian Lachner
There will be a new version soon since i found some things to change.
What can you expect:

All stdout and stderr gets into the logfile. (expecting getwinegit.sh's outputs)
some small improvements :)

greets

On 3/29/06, Christian Lachner <[EMAIL PROTECTED]> wrote:
> OK, I'm tired now but this is a new release an it owns ;). It should
> be quite stable but I didn't test it. So what has changed:
>
> 0.31One more Release, I'm glad about this one
> - Some smaller an greater Fixes
> - After Compiling, the Script creates a helperfile to help mode 4
> - Sections in Logfile
> - Trap included to handle ctrl+c
> - Implemented a small sleeper to give you a chance to stop the
> script before it starts to clean the source
>
> This is one of the last versions. The last version will be called 1.0.
> (maybe the next one?)
>
> If you miss a feature... write to the mailinglist.
>
>
>




getwinegit.sh 0.31 released!

2006-03-29 Thread Christian Lachner
OK, I'm tired now but this is a new release an it owns ;). It should
be quite stable but I didn't test it. So what has changed:

0.31One more Release, I'm glad about this one
- Some smaller an greater Fixes
- After Compiling, the Script creates a helperfile to help mode 4
- Sections in Logfile
- Trap included to handle ctrl+c
- Implemented a small sleeper to give you a chance to stop the
script before it starts to clean the source

This is one of the last versions. The last version will be called 1.0.
(maybe the next one?)

If you miss a feature... write to the mailinglist.


getwinegit.sh-0.31.tar.bz2
Description: BZip2 compressed data



getwinegit.sh 0.3 released!

2006-03-16 Thread Christian Lachner
Weehaa, my getwinegit.sh-script now reached a next major version-step!
It's not perfect but it should do it's job very smoothly. Here's, what
has changed:

0.3_Yea, new features and some fixes ;)
- Mode 4: installs an already compiled source
- fixed a bug when mode was 3 and the target-dir was _not_ found
- Now uses PID-Files to ensure, that getwinegit.sh does not run twice
- very small enhancements in logger
- Logfile is now stored at /var/log/ as default
- small stuff I don't remember... again...
- Granatenstark, Hoschi! ;) (who of you german speakings know
bill and ted?)

This release is meant to be a stable-version. IF there are bugs, then
post them to wine-users. Questions? PLEASE read the readme-file and if
you really can't sort things out, post to wine-users.

Ok, that's it for now.
  greets, chris


getwinegit.sh-0.3.tar.bz2
Description: BZip2 compressed data



Re: Wine compilation error (flex related)

2006-03-06 Thread Christian Lachner
ah, found something:
http://sourceforge.net/tracker/index.php?func=detail&aid=1439346&group_id=97492&atid=618177

greets

On 3/6/06, Christian Lachner <[EMAIL PROTECTED]> wrote:
> I have the same problem with a gcc-4.0 and flex 2.5.33. 2.5.4a works
> ok ;). I don't think it's a wine-problem but the flex-releases are as
> rare as a solar ecplipse so the fix must be in wine (maybe a
> workaround or reformatting of the code since it's a syntaxing
> problem). But i could also be wrong.
>
> On 2/27/06, Elvis Pranskevichus <[EMAIL PROTECTED]> wrote:
> > Hello!
> >
> > Both emerge =wine-0.9.8 and the latest git workdir fail to compile on 
> > current
> > Gentoo with:
> >
> > gcc -c -I. -I. -I../../include -I../../include
> > -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing
> > -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o lex.yy.o
> > lex.yy.c
> > lex.yy.c:2610: error: parse error before numeric constant
> > lex.yy.c: In function `yy_scan_string':
> > lex.yy.c:2611: error: number of arguments doesn't match prototype
> > lex.yy.c:305: error: prototype declaration
> > lex.yy.c:2613: warning: passing arg 1 of `strlen' makes pointer from integer
> > without a cast
> > lex.yy.c:2613: warning: passing arg 1 of `yy_scan_bytes' makes pointer from
> > integer without a cast
> > make[2]: *** [lex.yy.o] Error 1
> > make[2]: Leaving directory `/home/el/projects/wine/wine-git/tools/wrc'
> > make[1]: *** [wrc] Error 2
> > make[1]: Leaving directory `/home/el/projects/wine/wine-git/tools'
> > make: *** [tools] Error 2
> >
> > The flex --version is flex 2.5.33 (the latest one, released on February 21,
> > 2006).
> > gcc --version is gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
> >
> > widl and wmc lexers compiled fine.
> >
> > Downgrading to flex 2.5.4a makes everything compile again.
> > Is this a flex issue or is a Wine problem?
> >
> > Thanks,
> > --
> > Elvis Pranskevichus - [EMAIL PROTECTED]
> >
> >
> >
>




Re: Wine compilation error (flex related)

2006-03-06 Thread Christian Lachner
I have the same problem with a gcc-4.0 and flex 2.5.33. 2.5.4a works
ok ;). I don't think it's a wine-problem but the flex-releases are as
rare as a solar ecplipse so the fix must be in wine (maybe a
workaround or reformatting of the code since it's a syntaxing
problem). But i could also be wrong.

On 2/27/06, Elvis Pranskevichus <[EMAIL PROTECTED]> wrote:
> Hello!
>
> Both emerge =wine-0.9.8 and the latest git workdir fail to compile on current
> Gentoo with:
>
> gcc -c -I. -I. -I../../include -I../../include
> -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing
> -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o lex.yy.o
> lex.yy.c
> lex.yy.c:2610: error: parse error before numeric constant
> lex.yy.c: In function `yy_scan_string':
> lex.yy.c:2611: error: number of arguments doesn't match prototype
> lex.yy.c:305: error: prototype declaration
> lex.yy.c:2613: warning: passing arg 1 of `strlen' makes pointer from integer
> without a cast
> lex.yy.c:2613: warning: passing arg 1 of `yy_scan_bytes' makes pointer from
> integer without a cast
> make[2]: *** [lex.yy.o] Error 1
> make[2]: Leaving directory `/home/el/projects/wine/wine-git/tools/wrc'
> make[1]: *** [wrc] Error 2
> make[1]: Leaving directory `/home/el/projects/wine/wine-git/tools'
> make: *** [tools] Error 2
>
> The flex --version is flex 2.5.33 (the latest one, released on February 21,
> 2006).
> gcc --version is gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
>
> widl and wmc lexers compiled fine.
>
> Downgrading to flex 2.5.4a makes everything compile again.
> Is this a flex issue or is a Wine problem?
>
> Thanks,
> --
> Elvis Pranskevichus - [EMAIL PROTECTED]
>
>
>




getwinegit.sh 0.21 released

2006-03-02 Thread Christian Lachner
Hellooo, punctual to the new wine-0.9.9-release there is a new version
of my getwinegit.sh-script. No great changes but some smaller ones.
First of all, the logger got more informative if you experience
problems with your getwinegit.sh-installation. The second thing is a
better checking of the config-vars. Not the supergreat errorhandling i
would like it to be but now there is something that checks if the vars
are set and so on. The last thing is that the readme got a bit more
informatical (dependencies and compatibility of shells). Maybe there
were some more minor changes in the script but... i can't remember ;).
Current version is now 0.21.

PS: the release is now packed in a tar.bz2 as requested :D


getwinegit.sh-0.21.tar.bz2
Description: BZip2 compressed data



Re: getwinegit.sh 0.2

2006-02-24 Thread Christian Lachner
Thanks for your help :D

I really don't know if it works on other shells than bash... I hope so
but I don't know. The Code is quite clean but the programming could be
better (the script was never ment to get this big...). The
Compiler-commands are quite easy to be edited. For sure you have
already looked at the header at the file ;))

First of all, i will test the script on zsh, csh, old-school-sh. Do
you have a BSD-Installation on one of your machines? If not i will
fire up vmware and install openbsd this weekend,

greeets
 chris




getwinegit.sh 0.2

2006-02-19 Thread Christian Lachner
I decided to make this release a bit more complete than the other ones
i did before. Bugfree (i hope ;)) and with readme. current version is
0.2.
this is the readme's content:

getwinegit.sh-README

 :: Intro
getwinegit is a script which was designed to download/update, compile
and install the current wine-git-source-tree.

 :: Usage
Usage: /usr/bin/getwinegit.sh -mode

modes:
 -0   update the local source-tree
 -1   + compile the source
 -2   + install
 -3   no update; just compile the local source-tree and install

 -h   help ;)

 :: Install
Just copy getwinegit.sh wherever you want, make it executable and
create a softlink at /usr/bin. Then (or before) configure the script
by editing the variables in the head with your favourite editor.
(minimum is to set ENABLE="yes")

 :: Changes
0.2 first stable release.

 :: Future?
Tell me what you need and i will implement it... maybe :D

 :: Where are you at home?
gladiac.onetrix.net

 :: Bugs?
Report them to gladiac at gmail dot com ;)


Thanks for reading, bye
  glad


getwinegit.sh
Description: Bourne shell script


README
Description: Binary data



Re: Small CVS-Update-Script

2006-02-12 Thread Christian Lachner
one more update. 0.12 is the current version and is mainly a
minor-fixes-release which also fixes a really stupid bug (or so).
Functionality is the same, have fun. hmmm, time to release this thing
with a readme...


getwinegit.sh
Description: Bourne shell script



Re: Small CVS-Update-Script

2006-01-28 Thread Christian Lachner
I've updated my git-updatescript once again. There now is a new mode 3 which allows you to compile your local tree without updating it. It's just a small feature addition. I will also update the cvs-version if there is someone that wants so but please -> use the git-version :) The current version is now 
0.11.greets


getwinegit.sh
Description: Bourne shell script



Re: Small CVS-Update-Script

2005-12-11 Thread Christian Lachner
OK, more news. I updated my cvs-script a little bit (nothing really noticeable) but that's not all.Since
everybody seems to have changed to GIT i wrote a git-version of my
wine-update-script. Features, functionality and so on are the same as
in the cvs-version.

getwinecvs.sh is now version: 0.36
getwinegit.sh is version: 0.1 (based on getwinecvs.sh v0.36)


getwinecvs.sh
Description: Bourne shell script


getwinegit.sh
Description: Bourne shell script



shareaza and wininet

2005-11-23 Thread Christian Lachner
Hi guys,

It appears that Shareaza 2.2.1.0 has some troubles with connecting to the gnutella-network. here's the stdout:

fixme:ole:CoRegisterMessageFilter stub
fixme:win:AnimateWindow partial stub
err:x11drv:X11DRV_CreateWindow invalid window height 2115096077
err:x11drv:X11DRV_CreateWindow invalid window width -593861
err:x11drv:X11DRV_CreateWindow invalid window height -2135134356
err:x11drv:X11DRV_CreateWindow invalid window width -2115094784
err:x11drv:X11DRV_CreateWindow invalid window height -264
err:x11drv:X11DRV_CreateWindow invalid window width -2115094784
err:x11drv:X11DRV_CreateWindow invalid window height -476
err:x11drv:X11DRV_CreateWindow invalid window width 6226856
err:x11drv:X11DRV_CreateWindow invalid window height -2141902713
err:x11drv:X11DRV_CreateWindow invalid window height -6175789
err:x11drv:X11DRV_CreateWindow invalid window height 1140850688
err:x11drv:X11DRV_CreateWindow invalid window width -5789117
err:x11drv:X11DRV_CreateWindow invalid window width 6226856
err:x11drv:X11DRV_CreateWindow invalid window height -2141902569
err:x11drv:X11DRV_CreateWindow invalid window width -592949
err:x11drv:X11DRV_CreateWindow invalid window height -2135127996
err:x11drv:X11DRV_CreateWindow invalid window width -22
err:x11drv:X11DRV_CreateWindow invalid window height -26
err:x11drv:X11DRV_CreateWindow invalid window height -26
err:x11drv:X11DRV_CreateWindow invalid window height -26
err:x11drv:X11DRV_CreateWindow invalid window height -26
err:x11drv:X11DRV_CreateWindow invalid window height -26
err:x11drv:X11DRV_CreateWindow invalid window width 2147163906
err:x11drv:X11DRV_CreateWindow invalid window height -2135128964
err:x11drv:X11DRV_CreateWindow invalid window width -5643724
err:x11drv:X11DRV_CreateWindow invalid window height -65184
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -22
err:x11drv:X11DRV_CreateWindow invalid window width -22
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -596645
err:x11drv:X11DRV_CreateWindow invalid window height -2135121640
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width 2147163906
err:x11drv:X11DRV_CreateWindow invalid window height -2135431656
err:x11drv:X11DRV_CreateWindow invalid window width -5643724
err:x11drv:X11DRV_CreateWindow invalid window height -65236
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -22
err:x11drv:X11DRV_CreateWindow invalid window width -22
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -302401
err:x11drv:X11DRV_CreateWindow invalid window height -2135121640
err:x11drv:X11DRV_CreateWindow invalid window width -24
fixme:urlmon:InternetSession_RegisterNameSpace (0x67fcc8 {18d11ed9-1264-48a1-9e14-20f2c633242b} L"p2p-col" 0 (nil) 0)
fixme:win:AnimateWindow partial stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECTED_STATE: STUB
err:x11drv:X11DRV_CreateWindow invalid window width 2147163906
err:x11drv:X11DRV_CreateWindow invalid window height -2135130896
err:x11drv:X11DRV_CreateWindow invalid window width -5643724
err:x11drv:X11DRV_CreateWindow invalid window height -65298
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -22
err:x11drv:X11DRV_CreateWindow invalid window width -22
err:x11drv:X11DRV_CreateWindow invalid window width -24
err:x11drv:X11DRV_CreateWindow invalid window width -302401
err:x11drv:X11DRV_CreateWindow invalid window height -2135123572
err:x11drv:X11DRV_CreateWindow invalid window width -24
fixme:wininet:HTTP_GetStdHeaderIndex Couldn't find L"MicrosoftOfficeWebServer" in standard header table
fixme:wininet:HTTP_GetStdHeaderIndex Couldn't find L"X-Powered-By" in standard header table
fixme:wininet:HTTP_GetStdHeaderIndex Couldn't find L"X-Remote-IP" in standard header table
fixme:wininet:InternetGetConnectedState always returning LAN connection.
fixme:wininet:HTTP_GetStdHeaderIndex Couldn't find L"X-Powered-By" in standard header table
fixme:wininet:HTTP_GetStdHeaderIndex Couldn't find L"X-Powered-By" in standard header table
fixme:wininet:HTTP_GetStdHeaderIndex Couldn't find L"X-Powered-By" in standard header table
fixme:wininet:InternetGetConnectedState always returning LAN connection.
fixme:wininet:InternetGetConnectedState always returning LAN connection.
fixme:wininet:InternetGetConnectedState always returning LAN connection.
fixme:wininet:InternetGetConnectedState always returning LAN connection.


The GUI shows up since the last patches to x11drv but it does not connect. any ideas? (or patches ;))

chris



Re: Small CVS-Update-Script

2005-11-09 Thread Christian Lachner
just edit the CVSROOT-Variable to ":pserver:[EMAIL PROTECTED]:/home/wine"
with you favourite editor and you're ready to go. This Script does not
have complex parameter-handlings - the configuration-area is on the top
of the script. Have a look at it and you will see that everything can
be set up the way you want...

have funOn 11/9/05, Andreas Mohr <[EMAIL PROTECTED]> wrote:
Hi,On Wed, Nov 09, 2005 at 10:18:42PM +0100, Christian Lachner wrote:> OK, this is version 3.5 which is mainly an Bugfix-Update to version 0.3.For such a colorful and monstrous script it's "interesting" to see that it
doesn't even support our CVS mirror server out of the box...(which should be MUCH faster at least for European users, BTW)Andreas Mohr



Re: Regression: Winrar fails to start

2005-11-09 Thread Christian Lachner
Hmm, i thought you were talking about the BadAlloc-Problem and i
noticed that audiograbber does not start because of that. Did i
misunderstand something? I'm not a dev so i don't understand your fix...

ciao chrisOn 11/9/05, Marcus Meissner <[EMAIL PROTECTED]> wrote:
On Wed, Nov 09, 2005 at 04:24:43PM +0100, Christian Lachner wrote:> Also got that Problem with Audiograbber... Other programs are surely also> affected by this problem>> On 11/9/05, Dustin Navea <
[EMAIL PROTECTED]> wrote:> >> > Can I get someone to take a look at> > http://bugs.winehq.org/show_bug.cgi?id=3573
 ? This seems to affect only> > users of Xorg, and it seems to affect all of them, in multiple> > different programs..How is Audiograbber affected?The problem is a X11 security fix, which disallows
width or height of Pixmaps to be > 32768.The goal of the original security fix is to avoid integer overflowsin multiplication of width and height.(The fix is in the lines of:if ((width > 32768) || (height > 32768=))
Error();)I already mail [EMAIL PROTECTED] with this problem ...Should I put effort in to get it fixed better?Ciao, Marcus




Re: Small CVS-Update-Script

2005-11-09 Thread Christian Lachner
OK, this is version 3.5 which is mainly an Bugfix-Update to version
0.3. Functionality is just the same but it fixes a bad bug, has a
colorful output and changed some minor stuff. This Release is meant to
be stable. Lets do some testing ;). For most people it should work out
of the box...

have fun

If there are problems send a mail to [EMAIL PROTECTED]



getwinecvs.sh
Description: Bourne shell script



Re: Regression: Winrar fails to start

2005-11-09 Thread Christian Lachner
Also got that Problem with Audiograbber... Other programs are surely also affected by this problemOn 11/9/05, Dustin Navea <
[EMAIL PROTECTED]> wrote:Can I get someone to take a look at
http://bugs.winehq.org/show_bug.cgi?id=3573 ?  This seems to affect only  users of Xorg, and it seems to affect all of them, in multipledifferent programs..Dustin



Re: Small CVS-Update-Script

2005-11-07 Thread Christian Lachner
So this is the last update of my CVS-Update-Script for the main
wine-tree. I call it the version 0.3 which should work perfectly on
most machines. Usage changed a little bit. There are 3 Modes available
which can be set as parameter: -0   update the cvs-tree -1   + compile the source -2   + install -h   helpYou
can override this if you are too lazy and set the DEFAULT_MODE-Variable
in the Config-Part of the Script to the mode you use the most (default
is mode 2).If you like it please leave a message ;)If you find a bug or have questions or ideas for enhancements, send a mail to [EMAIL PROTECTED]If you don't like it try the 
WineCVS.sh-Script from http://winecvs.linux-gamers.net


getwinecvs
Description: Binary data



Re: Small CVS-Update-Script

2005-10-26 Thread Christian Lachner
Hmm, it's always good to have an alternative i think and the second
thing is that my script is a little bit simpler and is a general
cvs-update-script which is configured for wine. You can easily use it
for something else too. It's some  bash-exercise for me and... don't
you like it? it should be quite clean now and do, what 95% of all
native-wine-users do expect of a small script like this. Personally I
don't need profiles or something like this - that's why i wrote my own
script.

Ah, before i forget - there will be one more release with some improvements.

On 10/26/05, Andreas Schneider <[EMAIL PROTECTED]> wrote:
> Why don't you help to do further development on the WineCVS script instead of
> writing your own?
>
> http://sourceforge.net/projects/winecvs/
>
> -- andreas
>
> Christian Lachner wrote:
> > I know that there is something like my script out there but i did
> > (again) spend some time on rewriting my own one since i like it better
> > ;). This one is compeltely different from my first one - it works the
> > same, but does some checks before doing anything , the code is written
> > nicer and cleaner and the output is also very nice now :D.
> > Have fun with this piece of code!
> >
> > On 10/2/05, Andreas Schneider <[EMAIL PROTECTED]> wrote:
> >> Hi gladiac,
> >>
> >> take a look at
> >>
> >> http://winecvs.linux-gamers.net/
> >>
> >> Cheers,
> >>
> >> -- andreas
> >>
> >> Gladiac Spark wrote:
> >>> This is nothing special but may be useful for some people out there
> >>> having problems updating their cvs-trees or being lazy writing some
> >>> commands in their console. Copy the 'getwinecvs' to /usr/src or wherever
> >>> you want (don't forget to edit the SRC=Variable if you're doing so) and
> >>> chmod it to give you x-rights. (e.g.: 'chmod 750 getwinecvs' without 
> >>> quotes)
> >>>
> >>> By running it, it will search for an existing wine-tree... if there is
> >>> one, it will be cleaned and then updated; if not, the complete tree will
> >>> be downloaded.
> >>> When using -c as parameter for getwinecvs, it will automatically begin
> >>> to compile after getting all the updates and then install.
> >>> To see what it exactly does, have a look at the source.
> >>>
> >>> Even if it is called General CVS-Updater by gladiac it has been written
> >>> FOR wine. I hope it is helpful for others. I know it's not very nerdy
> >>> but who cares ;).
> >>>
> >>>
> >>> 
> >>>
> >>>
> >> --
> >> http://www.linux-gamers.net - your online gaming resource
> >>
> >>
> >>
> >> 
> >>
> >>
>
> --
> http://www.linux-gamers.net - your online gaming resource
>
>




Re: CVS Update hangs in wine/documentation

2005-10-26 Thread Christian Lachner
maybe there was... atm it works for me :).

On 10/26/05, Uwe Bonnes <[EMAIL PROTECTED]> wrote:
> Hallo,
>
> CVS updates hangs for me in wine/documentation. Is there any CVS problem?
>
> Bye
> --
> Uwe Bonnes[EMAIL PROTECTED]
>
> Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
> - Tel. 06151 162516  Fax. 06151 164321 --
>
>
>




Re: Small CVS-Update-Script

2005-10-23 Thread Christian Lachner
I know that there is something like my script out there but i did
(again) spend some time on rewriting my own one since i like it better
;). This one is compeltely different from my first one - it works the
same, but does some checks before doing anything , the code is written
nicer and cleaner and the output is also very nice now :D.
Have fun with this piece of code!

On 10/2/05, Andreas Schneider <[EMAIL PROTECTED]> wrote:
> Hi gladiac,
>
> take a look at
>
> http://winecvs.linux-gamers.net/
>
> Cheers,
>
> -- andreas
>
> Gladiac Spark wrote:
> > This is nothing special but may be useful for some people out there
> > having problems updating their cvs-trees or being lazy writing some
> > commands in their console. Copy the 'getwinecvs' to /usr/src or wherever
> > you want (don't forget to edit the SRC=Variable if you're doing so) and
> > chmod it to give you x-rights. (e.g.: 'chmod 750 getwinecvs' without quotes)
> >
> > By running it, it will search for an existing wine-tree... if there is
> > one, it will be cleaned and then updated; if not, the complete tree will
> > be downloaded.
> > When using -c as parameter for getwinecvs, it will automatically begin
> > to compile after getting all the updates and then install.
> > To see what it exactly does, have a look at the source.
> >
> > Even if it is called General CVS-Updater by gladiac it has been written
> > FOR wine. I hope it is helpful for others. I know it's not very nerdy
> > but who cares ;).
> >
> >
> > 
> >
> >
>
> --
> http://www.linux-gamers.net - your online gaming resource
>
>


getwinecvs
Description: Binary data