drivers (e.g. linux-gspca-compat and others) to build too.
The fixes in the code are really minor (basically workaround a
change in the definition of msleep).
Version 2.0.13 was an old version and faced a checksum mismatch problem
because the port was downloading a generic RakNet.zip file (with no
version). This new version of the port uses a fixed version to ensure
the port will remain fetchable. It also now uses sourceforge as main
repository.
I'll take maintainership for it.
PR: ports/122169
Submitted by: Ganael Laplanche <ganael.laplanche (at) martymac.com>
- Use INFO instead of install-info in pkg-plist.
- Patch to install into libdata/pkgconfig instead of lib/pkgconfig.
- Fix and sort pkg-plist.
PR: ports/121746
Submitted by: myself
Approved by: gabor (mentor), mikeh (maintainer)
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
Bullet is a professional open source multi-threaded 3D Collision Detection and
Rigid Body Dynamics Library. It is free for commercial use under the ZLib
license.
The library is being used by several professional game developers on PC,
PlayStation 3, XBox 360 and Nintendo Wii.
Sony Computer Entertainment provides a parallel SPU optimized version, and
collaborations with IBM, Intel, AMD and NVidia to exploit their parallel
hardware.
Bullet is native part of Blender 3D modeler and it supports COLLADA Physics
file format.
WWW: http://www.bulletphysics.com
- Libtoolized shared libraries and allows the objects to be linked into PIC code. [2]
PR: ports/121769
Submitted by: David Barksdale <amatus@gnu.org> [1], Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) [2]
Approved by: araujo (mentor), Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)