2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-08-07 10:57:04 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
bullet: on Darwin use OpenGL.framework
|
2020-02-20 15:58:54 by Nia Alarie | Files touched by this commit (3) |
Log message:
bullet: Update to 2.89
Bullet 2.89 includes a new implementation of volumetric deformable objects and \
cloth based on the Finite Element Method, thanks to Xuchen Han. Two-way coupling \
between deformables and rigid/multi body is achieved using a unified constraint \
solver.
|
2019-08-30 19:24:35 by Nia Alarie | Files touched by this commit (1) |
Log message:
bullet: doesn't need glut, just depend on mesa and glu
|
2019-08-30 19:01:35 by Nia Alarie | Files touched by this commit (31) |
Log message:
Switch packages using GLUT to FreeGLUT.
Start building FreeGLUT with GLUT compatibility on.
- GLUT's maintainance state is much worse than FreeGLUT's, with no
substanital commits since 2011.
- GLUT can no longer be consider a core component of Mesa or X11.
- Nobody except us seems to be using it...
Other vendors still shipping GLUT:
- GoboLinux, T2 SDE, PLD Linux
Revbump packages using GLUT or freeglut by default.
|
2019-08-09 18:00:22 by Nia Alarie | Files touched by this commit (4) |
Log message:
bullet: Update to 2.88
No changelog.
Needed for some software I plan to import later...
|
2019-08-08 12:33:28 by Nia Alarie | Files touched by this commit (1) |
Log message:
bullet: Disable -lcompat on Linux and SunOS to fix the build.
XXX I'm not sure which other operating systems actually have libcompat
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|