Le 16 janv. 2006 à 00:06, David R. Morrison a écrit :

I intend to declare a CVS freeze for both 10.4-transitional/ unstable and 10.4-transitional/stable, sometime within the next week. Once the freeze is implemented, it will be in effect for at least several days, possibly longer, as I construct the 10.4 tree. Anyone who ignores the freeze can rest assured that their changes won't make it to the 10.4 tree and they will have to redo them later!

Prior to the freeze, I will declare a "CVS chill". During the chill, I request that everyone keep changes in packages with GCC tags to a minimum. Please do not update to a new version or things like that, but feel free to fix bugs (including the bug of whether the package has a GCC tag or not, if that is incorrect).

The CVS chill will happen in a day or two. I would prefer to declare it immediately, but I want to give people a bit of advance notice.

Many of those who maintain a package with a GCC tag will get an email from me proposing various kinds of changes to the package, during the period of the chill and/or the freeze. You'll make the job of constructing the 10.4 tree much easier if you will respond promptly to such messages.
Are changes to the doc ok meanwhile? (I mean do I have time to translate what is not already translated or maybe just part of it?)

And another question fully unrelated to doc, but maybe to package. I've found fully per mere chance today the following line in python24.patch in 10.4-transitional unstable:

+ inc_dirs = self.compiler.include_dirs + ['@PREFIX/include','/ usr/include']

Is this ok, @PREFIX instead of the more usual @[EMAIL PROTECTED]

It is located in the following snippet:

@@ -265,11 +265,11 @@
         # lib_dirs and inc_dirs are used to search for files;
         # if a file is found in one of those directories, it can
         # be assumed that no additional -I,-L directives are needed.
-        lib_dirs = self.compiler.library_dirs + [
+        lib_dirs = self.compiler.library_dirs + ['@PREFIX@/lib',
             '/lib64', '/usr/lib64',
             '/lib', '/usr/lib',
             ]
-        inc_dirs = self.compiler.include_dirs + ['/usr/include']
+ inc_dirs = self.compiler.include_dirs + ['@PREFIX/include','/ usr/include']
         exts = []


Cheers,
Michèle
<http://micmacfr.homeunix.org>

Attachment: 36C471DED4B09EEB30A0281F2608DB2FE6F9E147.gpgkey
Description: Binary data



Reply via email to