This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] generic-build-script


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]