Re: update games/irrlamb (was: Re: update devel/bullet)

2021-12-30 Thread Omar Polo
Pascal Stumpf writes: > Here's an update for games/irrlamb, which now no longer uses > devel/bullet. It has an internal copy of Irrlicht, but working around > this to use the version from ports seems to not create any issues. Thanks! I tried to update it but failed, was plaining to give it ano

update games/irrlamb (was: Re: update devel/bullet)

2021-12-30 Thread Pascal Stumpf
Here's an update for games/irrlamb, which now no longer uses devel/bullet. It has an internal copy of Irrlicht, but working around this to use the version from ports seems to not create any issues. Index: Makefile === RCS file: /cv

Re: update devel/bullet

2021-12-23 Thread Omar Polo
Pascal Stumpf writes: > On Thu, 23 Dec 2021 17:46:27 +0100, Omar Polo wrote: >> Pascal Stumpf writes: >> >> I've yet to test the diff, but it's similar to what I tested so I >> presume it works, just spotted a detail >> >> > [...] >> > @lib lib/libBulletXmlWorldImporter.so.${LIBBulletXmlWorld

Re: update devel/bullet

2021-12-23 Thread Pascal Stumpf
On Thu, 23 Dec 2021 17:46:27 +0100, Omar Polo wrote: > Pascal Stumpf writes: > > I've yet to test the diff, but it's similar to what I tested so I > presume it works, just spotted a detail > > > [...] > > @lib lib/libBulletXmlWorldImporter.so.${LIBBulletXmlWorldImporter_VERSION} > > +@so lib/li

Re: update devel/bullet

2021-12-23 Thread Omar Polo
Pascal Stumpf writes: I've yet to test the diff, but it's similar to what I tested so I presume it works, just spotted a detail > [...] > @lib lib/libBulletXmlWorldImporter.so.${LIBBulletXmlWorldImporter_VERSION} > +@so lib/libBussIK.so This (and libgwen) are installed due to -DBUILD_EXTRAS=ON

Re: update devel/bullet

2021-12-23 Thread Pascal Stumpf
On Thu, 23 Dec 2021 09:34:16 +0100, Omar Polo wrote: > Pascal Stumpf writes: > > > Thanks a lot, Omar, but hang on -- I'm working on an update which also > > enables -DUSE_DOUBLE_PRECISION (needed for new games/openmw). > > i'm looking forward to test the diff then :) Index: Makefile =

Re: update devel/bullet

2021-12-23 Thread Omar Polo
Pascal Stumpf writes: > Thanks a lot, Omar, but hang on -- I'm working on an update which also > enables -DUSE_DOUBLE_PRECISION (needed for new games/openmw). i'm looking forward to test the diff then :) Cheers Omar Polo

Re: update devel/bullet

2021-12-22 Thread Pascal Stumpf
Thanks a lot, Omar, but hang on -- I'm working on an update which also enables -DUSE_DOUBLE_PRECISION (needed for new games/openmw). On Wed, 22 Dec 2021 17:51:28 +0100, Omar Polo wrote: > Hello, > > Here's an attempt at updating bullet to the latest version. For the > SHLIB I went with a general