Re: [Scons-dev] [PATCH] scons soname on OpenBSD

2013-09-11 Thread Dirk Bächle
Hi Stefan, On 09.09.2013 19:45, Stefan Sperling wrote: On Sat, Sep 07, 2013 at 04:24:41PM -0400, Gary Oberbrunner wrote: [...] The ideal way to contribute to SCons is to fork the mercurial repo at https://bitbucket.org/scons/scons, make your change, then submit a pull request. Patches sent

Re: [Scons-dev] [PATCH] scons soname on OpenBSD

2013-09-06 Thread Gary Oberbrunner
I don't have any problem with this conceptually. The sys.platform.startswith() would be better as a function perhaps (is_openbsd() or maybe just is_bsd()). Is this also true for freebsd for instance? And a more flexible way of handling the multi-part version numbers would be welcome, perhaps as

[Scons-dev] [PATCH] scons soname on OpenBSD

2013-09-05 Thread Stefan Sperling
Hi, as discussed on IRC today, and on the OpenBSD ports list at http://marc.info/?l=openbsd-portsm=137831857808220w=2, soname support in scons 2.3.0 is interfering a little bit with OpenBSD's way of handling shared libraries. The patch below (against the rel_2.3.0 branch) does the minimum