non port: graphics/libGLU/Makefile |
SVNWeb
|
Number of commits found: 38 |
Tue, 25 Apr 2023
|
[ 16:27 Dimitry Andric (dim) ] 88f549c0
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Thu, 15 Jul 2021
|
[ 16:45 Kevin Bowling (kbowling) ] c2bb260
graphics/libGLU: Cleanup USES
No functional changes.
Unnecessary with meson:
* Remove libtool and pathfix from USES
* Remove INSTALL_TARGET
Reported by: jbeich
|
[ 06:53 Kevin Bowling (kbowling) ] fac2bc5
graphics/libGLU: Switch to meson build
Fixes an issue I caused with pkgconfig
https://gitlab.freedesktop.org/mesa/glu/-/commit/225e00a14a9200f11253775a7c7778c1c29c8b23
PR: 256997
|
Tue, 29 Jun 2021
|
[ 01:23 Kevin Bowling (kbowling) ] 7091486
graphics/libGLU: Update to 9.0.2
PR: 241568
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30869
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 30 Oct 2019
|
[ 19:42 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
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Sun, 31 Aug 2014
|
[ 13:22 tijl ]
Add USES=libtool and INSTALL_TARGET=install-strip
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Tue, 26 Nov 2013
|
[ 21:15 kwm ]
Stageify.
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Mon, 2 Sep 2013
|
[ 16:04 bapt ]
Add an explicit dependency on pkgconf
|
Fri, 21 Jun 2013
|
[ 11:55 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
|
Sat, 25 May 2013
|
[ 18:16 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>
|
[ 14:37 zeising ] (Only the first 10 of 518 ports in this commit are shown above. )
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 )
|
Fri, 3 May 2013
|
[ 13:17 bapt ]
Do not run twice gmake install,
Only build the necessary bits and not the whole mesa
|
Sat, 2 Mar 2013
|
[ 21:32 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]
|
Mon, 17 Sep 2012
|
[ 03:23 swills ]
- Fix build on PowerPC
PR: ports/171301
Submitted by: linimon
|
Thu, 13 Sep 2012
|
[ 18:07 swills ]
- Use PTHREAD_LIBS instead of -lpthread
PR: ports/170506
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
|
Sat, 21 Apr 2012
|
[ 17:03 miwi ] (Only the first 10 of 214 ports in this commit are shown above. )
- 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@.
|
Fri, 25 Feb 2011
|
[ 16:52 miwi ] (Only the first 10 of 606 ports in this commit are shown above. )
- 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
|
Thu, 25 Mar 2010
|
[ 23:11 marius ]
Unbreak the Mesa3D 7.4.4 build for powerpc and sparc64 after the 7.6.1
integration.
Approved by: rnoland
|
Sun, 7 Feb 2010
|
[ 11:51 nork ] (Only the first 10 of 33 ports in this commit are shown above. )
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.
|
Sat, 20 Jun 2009
|
[ 16:05 rnoland ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to 7.4.3
This is a bug fix release.
|
Fri, 10 Apr 2009
|
[ 18:00 marius ] (Only the first 10 of 12 ports in this commit are shown above. )
Re-enable DRI on powerpc and sparc64, mainly in order to fix
packaging.
Approved by: rnoland
|
Sat, 24 Jan 2009
|
[ 21:45 rnoland ]
Add dependency on dri2proto to the rest of the mesa ports
Approved by: garga (mentor, implicit)
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- 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).
|
Wed, 29 Aug 2007
|
[ 10:33 flz ] (Only the first 10 of 11 ports in this commit are shown above. )
- Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1.
|
Wed, 15 Aug 2007
|
[ 16:57 jkim ]
Update to 7.0.1.
|
Mon, 2 Jul 2007
|
[ 17:03 jkim ]
Update to 7.0.
Approved by: x11 (no objection)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 22 Mar 2005
|
[ 10:25 lesi ]
Add MASTER_SITE_SUBDIR to fix fetching.
Approved by: portmgr (krion)
|
Thu, 23 Dec 2004
|
[ 01:35 anholt ] (Only the first 10 of 114 ports in this commit are shown above. )
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)
|
Mon, 10 May 2004
|
[ 05:13 anholt ]
New port: libGLU taken from X.Org release 6.7.0.
|
Number of commits found: 38 |