RE: [PATCH] generic-build-script

2005-06-23 Thread Gary R. Van Sickle
[snip] > > Gary, > > Do you use the g-b-s for mutt? Yep. For the last two or three releases. > If so, would you care to > submit the changes that factor out config variables *you* > needed? If possible, please leave the default, rather than > mutt-specific, values in the patch, but I'd ra

RE: [PATCH] generic-build-script

2005-06-22 Thread Igor Pechtchanski
On Tue, 21 Jun 2005, Gary R. Van Sickle wrote: > [snip] > > > It's perhaps worth mentioning that I don't maintain any per-package > > > customizations to the g-b-s directly, but instead have written > > > myself a Python script which modifies the basic g-b-s according to a > > > per-package rules

RE: [PATCH] generic-build-script

2005-06-21 Thread Gary R. Van Sickle
[snip] > > It's perhaps worth mentioning that I don't maintain any per-package > > customizations to the g-b-s directly, but instead have > written myself > > a Python script which modifies the basic g-b-s according to a > > per-package rules file. > > > > For example, here are my rules for neo

Re: [PATCH] generic-build-script

2005-06-21 Thread Igor Pechtchanski
On Wed, 22 Jun 2005, Max Bowsher wrote: Igor Pechtchanski wrote: > On Tue, 21 Jun 2005, Gary R. Van Sickle wrote: > > > > If BASEPKG seems better for the upstream package name, > > > > What about just ${UPSTREAM_PACKAGE_NAME}? > > You know, the thought did cross my mind. But the above is just u

Re: [PATCH] generic-build-script

2005-06-21 Thread Max Bowsher
Igor Pechtchanski wrote: On Tue, 21 Jun 2005, Gary R. Van Sickle wrote: If BASEPKG seems better for the upstream package name, What about just ${UPSTREAM_PACKAGE_NAME}? You know, the thought did cross my mind. But the above is just unwieldy enough to remove it from consideration. OTOH, it

RE: [PATCH] generic-build-script

2005-06-21 Thread Igor Pechtchanski
On Tue, 21 Jun 2005, Gary R. Van Sickle wrote: > > If BASEPKG seems better for the upstream package name, > > What about just ${UPSTREAM_PACKAGE_NAME}? You know, the thought did cross my mind. But the above is just unwieldy enough to remove it from consideration. OTOH, it would be nice if all o

Re: [PATCH] generic-build-script

2005-06-21 Thread Igor Pechtchanski
On Wed, 22 Jun 2005, Max Bowsher wrote: > Igor Pechtchanski wrote: > > On Tue, 21 Jun 2005, Max Bowsher wrote: > > > Hmm. It seemed sort-of elegant to me to just use ${PKG}-${VER}, > > > rather than defining another variable. > > > I'd go with just a comment. > > > > Fair enough. Want to resubmit

RE: [PATCH] generic-build-script

2005-06-21 Thread Gary R. Van Sickle
> If BASEPKG seems better for the upstream package name, What about just ${UPSTREAM_PACKAGE_NAME}? -- Gary R. Van Sickle

Re: [PATCH] generic-build-script

2005-06-21 Thread Max Bowsher
Igor Pechtchanski wrote: On Tue, 21 Jun 2005, Max Bowsher wrote: Hmm. It seemed sort-of elegant to me to just use ${PKG}-${VER}, rather than defining another variable. I'd go with just a comment. Fair enough. Want to resubmit the patch with the comment? If not, how about names: BASEPKG CYG

Re: [PATCH] generic-build-script

2005-06-21 Thread Igor Pechtchanski
On Tue, 21 Jun 2005, Max Bowsher wrote: > Igor Pechtchanski wrote: > > On Tue, 21 Jun 2005, Harold L Hunt II wrote: > > > > > Max Bowsher wrote: > > > [...] > > > > Of course, normally these are the same, but in my case they are not. > > > > Therefore, the following patch changes all occurrences w

Re: [PATCH] generic-build-script

2005-06-21 Thread Max Bowsher
Igor Pechtchanski wrote: On Tue, 21 Jun 2005, Harold L Hunt II wrote: Max Bowsher wrote: [...] Of course, normally these are the same, but in my case they are not. Therefore, the following patch changes all occurrences where ${BASEPKG} is used in the second sense to ${PKG}-${VER}, so that ${BA

Re: [PATCH] generic-build-script

2005-06-21 Thread Max Bowsher
Igor Pechtchanski wrote: On Tue, 21 Jun 2005, Max Bowsher wrote: Two generic build script patches. Number 1: In doing the httpd->apache2 thing recently mentioned, I found that g-b-s could use some tweaks to support this better. ${BASEPKG} is currently used by the script in two different way

Re: [PATCH] generic-build-script

2005-06-21 Thread Igor Pechtchanski
On Tue, 21 Jun 2005, Harold L Hunt II wrote: > Max Bowsher wrote: > [...] > > Of course, normally these are the same, but in my case they are not. > > Therefore, the following patch changes all occurrences where ${BASEPKG} is > > used in the second sense to ${PKG}-${VER}, so that ${BASEPKG} may be

Re: [PATCH] generic-build-script

2005-06-21 Thread Harold L Hunt II
s/Since I've not/Since I've now/ Harold Harold L Hunt II wrote: Since I've not written three times more words that would be in such a comment, I might as well give it a go:

Re: [PATCH] generic-build-script

2005-06-21 Thread Harold L Hunt II
Max Bowsher wrote: [...] Of course, normally these are the same, but in my case they are not. Therefore, the following patch changes all occurrences where ${BASEPKG} is used in the second sense to ${PKG}-${VER}, so that ${BASEPKG} may be redefined in my case. [...] Max, My two cents: Stick

Re: [PATCH] generic-build-script

2005-06-21 Thread Igor Pechtchanski
On Tue, 21 Jun 2005, Max Bowsher wrote: > Two generic build script patches. > > Number 1: > In doing the httpd->apache2 thing recently mentioned, I found that g-b-s > could use some tweaks to support this better. ${BASEPKG} is currently > used by the script in two different ways: > 1): name-versi

Re: PATCH: generic-build-script: Make output of depend function unique

2004-10-11 Thread Igor Pechtchanski
On Thu, 30 Sep 2004, Igor Pechtchanski wrote: > On Fri, 1 Oct 2004, Lapo Luchini wrote: > > > Dr. Volker Zell wrote: > > >(cd ${instdir} && \ > > >find ${instdir} -name "*.exe" -o -name "*.dll" | xargs cygcheck | \ > > >sed -e '/\.exe/d' -e 's,\\,/,g' | sort -bu | xargs -n1 cygpath -u

Re: PATCH: generic-build-script: Make output of depend function unique

2004-09-30 Thread Igor Pechtchanski
On Fri, 1 Oct 2004, Lapo Luchini wrote: > Dr. Volker Zell wrote: > >(cd ${instdir} && \ > >find ${instdir} -name "*.exe" -o -name "*.dll" | xargs cygcheck | \ > >sed -e '/\.exe/d' -e 's,\\,/,g' | sort -bu | xargs -n1 cygpath -u \ > > - | xargs cygcheck -f | sed 's%^% %' ; \ > > + |

Re: PATCH: generic-build-script: Make output of depend function unique

2004-09-30 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dr. Volker Zell wrote: >(cd ${instdir} && \ >find ${instdir} -name "*.exe" -o -name "*.dll" | xargs cygcheck | \ >sed -e '/\.exe/d' -e 's,\\,/,g' | sort -bu | xargs -n1 cygpath -u \ > - | xargs cygcheck -f | sed 's%^% %' ; \ > + | xargs

Re: [PATCH] generic build script

2004-06-08 Thread Igor Pechtchanski
On Tue, 8 Jun 2004, Gerrit P. Haase wrote: > Hello Igor, > > found it useful (I want to build LibJasper which is only available as > zipped archive): > > --- gbs~2004-06-08 16:56:20.215388800 +0200 > +++ gbs 2004-06-08 16:42:53.791884800 +0200 > @@ -53,6 +53,9 @@ > elif [ -e ${BASEPKG}.ta

Re: [PATCH] generic-build-script

2004-06-08 Thread Igor Pechtchanski
On Tue, 1 Jun 2004, Yaakov Selkowitz wrote: > Yaakov Selkowitz wrote: > | If so, let me propose the attached patch instead. > > Ping?? Pong. Sorry for the delay. I just reviewed the whole thread, and couldn't find the corresponding ChangeLog, either yours or Gerritt's. I also couldn't find a c

Re: [PATCH] generic-build-script

2004-06-08 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max Bowsher wrote: | * generic-build-script (install): Do not invoke gzip with no arguments, and | consequently die with "will not write compressed data to a terminal" | if a package creates usr/share/man or usr/share/info, but does not | in

Re: PATCH: generic-build-script

2003-05-31 Thread Max Bowsher
Charles Wilson wrote: > Max Bowsher wrote: > >>> As far as I can tell, generic-build-script and generic-readme are not IN >>> the htdocs repository. The new file simply needs to be uploaded to the >>> webserver. Or added to CVS, whichever. >> >> No, they are already in CVS: >> http://sources.redh

Re: PATCH: generic-build-script

2003-05-31 Thread Charles Wilson
Max Bowsher wrote: As far as I can tell, generic-build-script and generic-readme are not IN the -- htdocs -- repository. The new file simply needs to be uploaded to the webserver. Or added to CVS, whichever. No, they are already in CVS: http://sources.redhat.c

Re: PATCH: generic-build-script

2003-05-31 Thread Max Bowsher
Charles Wilson wrote: > Max Bowsher wrote: > >> Dario Alcocer wrote: >> >>> On Fri, May 30, 2003 at 12:39:12AM -0400, Charles Wilson wrote: >>> Fine by me. >>> >>> How do these changes get checked into CVS? >> >> >> AFAIK, Charles owns that bit of the cygwin-apps repository, so either he >> do

Re: PATCH: generic-build-script

2003-05-31 Thread Charles Wilson
Max Bowsher wrote: Dario Alcocer wrote: On Fri, May 30, 2003 at 12:39:12AM -0400, Charles Wilson wrote: Fine by me. How do these changes get checked into CVS? AFAIK, Charles owns that bit of the cygwin-apps repository, so either he does it, or he asks someone else to do it. As far as I can tel

Re: PATCH: generic-build-script

2003-05-31 Thread Max Bowsher
Dario Alcocer wrote: > On Fri, May 30, 2003 at 12:39:12AM -0400, Charles Wilson wrote: >> Fine by me. > > How do these changes get checked into CVS? AFAIK, Charles owns that bit of the cygwin-apps repository, so either he does it, or he asks someone else to do it. Max.

Re: PATCH: generic-build-script

2003-05-31 Thread Dario Alcocer
On Fri, May 30, 2003 at 12:39:12AM -0400, Charles Wilson wrote: > Fine by me. How do these changes get checked into CVS? -- Dario Alcocer -- Sr. Software Developer, Helix Digital Inc. [EMAIL PROTECTED] -- http://www.helixdigital.com

Re: PATCH: generic-build-script

2003-05-30 Thread Charles Wilson
Dario Alcocer wrote: The attached patch adds the following to the generic-build-script: * automatically determines the correct decompression option for tar from the original source tarball * 'mkdirs' removes the .build, .inst, and .sinst directories, to increase the likelihood that 'mkpat