notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/libGLU/Makefile
SVNWeb

Number of commits found: 38

Tue, 25 Apr 2023
[ 16:27 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:88f549c0d62c1a897a69aeebbb15d8ec91c9dc20  commit hash:88f549c0d62c1a897a69aeebbb15d8ec91c9dc20  commit hash:88f549c0d62c1a897a69aeebbb15d8ec91c9dc20  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 15 Jul 2021
[ 16:45 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:c2bb2605ef5848028cc327c268f6040523f997d1  commit hash:c2bb2605ef5848028cc327c268f6040523f997d1  commit hash:c2bb2605ef5848028cc327c268f6040523f997d1  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) search for other commits by this committer ]    commit hash:fac2bc519518fc6072e1d042b12cca44afb63568  commit hash:fac2bc519518fc6072e1d042b12cca44afb63568  commit hash:fac2bc519518fc6072e1d042b12cca44afb63568  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) search for other commits by this committer ]    commit hash:709148649962c82048858d84a29ffa4ab15a0738  commit hash:709148649962c82048858d84a29ffa4ab15a0738  commit hash:709148649962c82048858d84a29ffa4ab15a0738  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) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 30 Oct 2019
[ 19:42 zeising search for other commits by this committer ] Original commit   Revision:516102
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 search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:366756
Add USES=libtool and INSTALL_TARGET=install-strip
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:334975
Stageify.
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Mon, 2 Sep 2013
[ 16:04 bapt search for other commits by this committer ] Original commit   Revision:326020
Add an explicit dependency on pkgconf
Fri, 21 Jun 2013
[ 11:55 zeising search for other commits by this committer ] Original commit   Revision:321462
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 search for other commits by this committer ] Original commit   Revision:319064
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 search for other commits by this committer ] Original commit   Revision:319055 (Only the first 10 of 518 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 3 May 2013
[ 13:17 bapt search for other commits by this committer ] Original commit   Revision:317202
Do not run twice gmake install,
Only build the necessary bits and not the whole mesa
Sat, 2 Mar 2013
[ 21:32 swills search for other commits by this committer ] Original commit   Revision:313300
- 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 search for other commits by this committer ] Original commit   Revision:304385
- Fix build on PowerPC

PR:		ports/171301
Submitted by:	linimon
Thu, 13 Sep 2012
[ 18:07 swills search for other commits by this committer ] Original commit   Revision:304226
- Use PTHREAD_LIBS instead of -lpthread

PR:		ports/170506
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
Sat, 21 Apr 2012
[ 17:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 606 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 7.4.3

This is a bug fix release.
Fri, 10 Apr 2009
[ 18:00 marius search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Re-enable DRI on powerpc and sparc64, mainly in order to fix
packaging.

Approved by:    rnoland
Sat, 24 Jan 2009
[ 21:45 rnoland search for other commits by this committer ] Original commit 
Add dependency on dri2proto to the rest of the mesa ports

Approved by:    garga (mentor, implicit)
Fri, 23 Jan 2009
[ 16:28 flz search for other commits by this committer ] Original commit  (Only the first 10 of 612 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1.
Wed, 15 Aug 2007
[ 16:57 jkim search for other commits by this committer ] Original commit 
Update to 7.0.1.
Mon, 2 Jul 2007
[ 17:03 jkim search for other commits by this committer ] Original commit 
Update to 7.0.

Approved by:    x11 (no objection)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
Add MASTER_SITE_SUBDIR to fix fetching.

Approved by:    portmgr (krion)
Thu, 23 Dec 2004
[ 01:35 anholt search for other commits by this committer ] Original commit  (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
New port: libGLU taken from X.Org release 6.7.0.

Number of commits found: 38