Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.0.3 30 Apr 2024 06:11:32 |
Emmanuel Vadot (manu) |
graphics/libGLU: Update to 9.0.3
Differential Revision: https://reviews.freebsd.org/D44948
Sponsored by: Beckhoff Automation GmbH & Co. KG |
9.0.2_2 25 Apr 2023 16:27:56 |
Dimitry Andric (dim) |
graphics/libGLU: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because graphics/libGLU's Makefile does not explicitly set its C++ standard,
this leads to several errors:
../src/libnurbs/internals/varray.cc:76:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register long ds = sgn(arc->tail()[0] - arc->prev->tail()[0]);
^~~~~~~~~
../src/libnurbs/internals/varray.cc:77:5: error: ISO C++17 does not allow
'register' storage class specifier [-Wregister]
register long dt = sgn(arc->tail()[1] - arc->prev->tail()[1]);
^~~~~~~~~
Upstream already noticed this, and committed
https://gitlab.freedesktop.org/mesa/glu/-/commit/b6c308172993 as a fix,
so add this as an additional patch, until the next version is released.
PR: 271055
Approved by: manu (maintainer)
MFH: 2023Q2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.0.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
9.0.2_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
9.0.2_1 15 Jul 2021 16:45:10 |
Kevin Bowling (kbowling) |
graphics/libGLU: Cleanup USES
No functional changes.
Unnecessary with meson:
* Remove libtool and pathfix from USES
* Remove INSTALL_TARGET
Reported by: jbeich |
9.0.2_1 15 Jul 2021 06:53:16 |
Kevin Bowling (kbowling) |
graphics/libGLU: Switch to meson build
Fixes an issue I caused with pkgconfig
https://gitlab.freedesktop.org/mesa/glu/-/commit/225e00a14a9200f11253775a7c7778c1c29c8b23
PR: 256997 |
9.0.2 29 Jun 2021 01:23:57 |
Kevin Bowling (kbowling) |
graphics/libGLU: Update to 9.0.2
PR: 241568
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30869 |
9.0.1_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
9.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.0.1 30 Oct 2019 19:42:10 |
zeising |
graphics/libGLU: Update to 9.0.1
Update graphics/libGLU to 9.0.1
Add gl and xorg to USES.
portlint
PR: 241568 (in part)
Submitted by: takefu@airport.fm
Obtained from: FreeBSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs |
9.0.0_3 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
9.0.0_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
9.0.0_1 31 Aug 2014 13:22:37 |
tijl |
Add USES=libtool and INSTALL_TARGET=install-strip |
9.0.0 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
9.0.0 26 Nov 2013 21:15:15 |
kwm |
Stageify. |
9.0.0 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
9.0.0 02 Sep 2013 16:04:21 |
bapt |
Add an explicit dependency on pkgconf |
9.0.0 22 Jun 2013 08:29:34 |
kwm |
Add distinfo, this was somehow missed in the split off from libGL.
Submitted by: b.f. |
9.0.0 21 Jun 2013 11:55:01 |
zeising |
Update to 9.0.0
This is a stand-alone release of libGLU, no longer dependent on the rest of
MESA.
Obtained from: xorg development repo |
7.6.1_2 25 May 2013 18:16:44 |
zeising |
Rebump portrevisions to avoid versions going backwards, this was
accidentally removed in the xorg mega-commit.
Spotted by: Herbert J. Skuhra <h.skuhra@gmail.com> |
7.6.1 25 May 2013 14:37:03 |
zeising |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
7.6.1_2 03 May 2013 13:17:00 |
bapt |
Do not run twice gmake install,
Only build the necessary bits and not the whole mesa |
7.6.1_2 02 Mar 2013 21:32:51 |
swills |
- Fix logic error which caused the gallium-intel driver to be always disabled
[1]
- Make it possible to choose which DRI drivers will be built [2]
PR: ports/174725 [1]
PR: ports/154651 [2]
Submitted by: John Marino <draco@marino.st> [1]
Submitted by: bf [2]
Reviewed by: kwm [2] |
7.6.1_1 17 Sep 2012 03:23:03 |
swills |
- Fix build on PowerPC
PR: ports/171301
Submitted by: linimon |
7.6.1_1 13 Sep 2012 18:07:55 |
swills |
- Use PTHREAD_LIBS instead of -lpthread
PR: ports/170506
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |
7.6.1 21 Apr 2012 17:03:32 |
miwi |
- Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
The team created a new flag called WITH_NEW_XORG that users can include
in /etc/make.conf. This was created for the intel KMS work being done
althouthough It probably works for other chips. Unfortunately, the intel
KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
Older version of FreeBSD will not be supported. Intel users will need
to patch their source manually with Konstantin?s KMS kernel patch to get
the newer chips to work. Please carefully read UPDATING entry.
Changes:
- libdrm 2.4.31 (including KMS support)
- mesa 7.11.2
- xorg-server 1.10.6
- a lot of new Graphic Drivers.
I would like to thank:
Koop Mast
Eitan Adler
Niclas Zeising
and all helpers and testers from x11@. |
7.4.4 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
7.4.4 25 Feb 2011 16:52:50 |
miwi |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457 |
7.4.4 25 Mar 2010 23:11:22 |
marius |
Unbreak the Mesa3D 7.4.4 build for powerpc and sparc64 after the 7.6.1
integration.
Approved by: rnoland |
7.4.4 07 Feb 2010 11:51:08 |
nork |
Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.
[MEMO]
In this commit, no version changed. But if you put
'WITHOUT_NOUVEAU' on /etc/make.conf, you can use
new version of Mesa3D and libdrm.
Discussed with: rnoland on freebsd-ports/freebsd-x11. |
7.4.4 24 Jun 2009 01:15:07 |
rnoland |
Update to 7.4.4 |
7.4.3 20 Jun 2009 16:05:16 |
rnoland |
Update to 7.4.3
This is a bug fix release. |
7.4.2_1 15 May 2009 13:15:28 |
rnoland |
Update to Mesa release 7.4.2 |
7.4.1_1 07 May 2009 19:37:07 |
rnoland |
Update to 7.4.1 |
7.4_1 10 Apr 2009 18:00:49 |
marius |
Re-enable DRI on powerpc and sparc64, mainly in order to fix
packaging.
Approved by: rnoland |
7.4 04 Apr 2009 04:16:10 |
rnoland |
Update the Mesa ports to 7.4
PR: 133167
Submitted by: Anonymous <swell.k@gmail.com> |
7.3 24 Jan 2009 21:45:05 |
rnoland |
Add dependency on dri2proto to the rest of the mesa ports
Approved by: garga (mentor, implicit) |
7.3 24 Jan 2009 18:13:01 |
rnoland |
Update mesa related ports to 7.3
Approved by: garga (mentor, implicit) |
7.2 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
7.0.3 29 Apr 2008 15:05:42 |
flz |
Update Mesa libraries (GL, GLU and GLw) and dri to 7.0.3. |
7.0.1 29 Aug 2007 10:33:10 |
flz |
- Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1. |
7.0.1 15 Aug 2007 16:57:09 |
jkim |
Update to 7.0.1. |
7.0 02 Jul 2007 17:03:29 |
jkim |
Update to 7.0.
Approved by: x11 (no objection) |
6.5.3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0_1 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.0_1 22 Mar 2005 10:25:59 |
lesi |
Add MASTER_SITE_SUBDIR to fix fetching.
Approved by: portmgr (krion) |
1.0_1 23 Dec 2004 01:35:49 |
anholt |
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more) |
1.0 10 May 2004 05:13:28 |
anholt |
New port: libGLU taken from X.Org release 6.7.0. |