summaryrefslogtreecommitdiff
path: root/lib/libGLU
AgeCommit message (Collapse)Author
2023-09-05fix ISO C++17 does not allow 'register' storage class specifier error with ↵Robert Nagy
clang16 pulled from upstream: https://gitlab.freedesktop.org/mesa/glu/-/merge_requests/10 ok jsg@
2019-11-27update to GLU 9.0.1Jonathan Gray
Among other minor changes this adds a stddef.h include for NULL required to build with Mesa 19.2 headers.
2016-10-11regenMatthieu Herrb
2016-10-11Force AM_MAINTAINER_MODE in all Xenocara packages built by autotoolsMatthieu Herrb
This prevents autotools to try to rebuild themselve automagically if configure.ac, Makefile.am or a few other have more recent time stamps than the generated files. It will allows to get rid of the NO_REORDER mechanism that touches files in the source tree to ensure nothing gets rebuilt.
2013-09-01Update to GLU 9.0.0, GLU was previously part of Mesa but is now seperate.Jonathan Gray
tested in a ports bulk build by landry@, ok matthieu@
2013-08-22Remove COMPILER_VERSION tests used to special-case gcc 2, since it is noMiod Vallat
longer used.
2013-08-13Bump the major on every single base library. There are a couplePhilip Guenther
not bumped by this that will be corrected soon. heavy lifting by todd@
2012-08-17Sync mesa version numbers after recent libGL update, prodded by matthieu@Martin Pieuchot
2011-10-23Updated to Mesa 7.10.3Matthieu Herrb
2010-06-22Update to Mesa 7.8.2. Tested by johan@. Thanks.Matthieu Herrb
2010-05-22fix glu.pc after Mesa update.Matthieu Herrb
2010-05-22This is now Mesa 7.8.1Matthieu Herrb
2010-05-13zap USE_GCC3, prepare for gcc4.Marc Espie
okay oga@
2010-05-08use INSTALL_DATA in BSD Makefiles. ok oga@Matthieu Herrb
2009-05-25This is Mesa 7.4.2. from Brad.Matthieu Herrb
2008-11-02This is now Mesa 7.2. Noticed by brad@. Thanks.Matthieu Herrb
2008-07-16Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3Brad Smith
so that the pkgconfig files have the correct version. ok okan@
2008-02-12Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@Matthieu Herrb
and oga@ (with dri enabled).
2007-04-07Don't include debugging symbols.Matthieu Herrb
2007-04-04more $Xenocara$ -> $OpenBSD$; ok matthieu@David Krause
2006-12-17When using gcc 3, link libGLU using -lsupc++, to prevent some ports,Dimitry Andric
such as gle, getting errors about undefined references to operator new, delete and other C++ stuff. ok matthieu@
2006-12-02Make 'obj' now can make symlinks to /usr/obj/xenocara (or any otherMatthieu Herrb
directory designed by XENOCARA_OBJDIR in /etc/mk.conf).
2006-11-29Disable profiled libs.Matthieu Herrb
2006-11-26Build infrastructure for GL libsMatthieu Herrb