[PATCH] generic-build-script

Max Bowsher maxb@ukf.net
Tue Jun 21 22:25:00 GMT 2005


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 ways:
>> 1): name-version of the base upstream package
>> 2): name-version of the cygwin package
>> 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.
>> 
>> [patch snipped]
>> 
> The first patch looks good.  I was about to apply it, but realized that
> it's missing a ChangeLog entry.  Care to post one?

2005-06-21  Max Bowsher  <maxb@ukf.net>

        * generic-build-script (file scope, install): Use ${BASEPKG} only to
        refer to the upstream base package.  Use ${PKG}-${VER} explicitly when
        referring to the Cygwin package with the release number omitted.

Max.



More information about the Cygwin-apps mailing list