notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/libGLU/distinfo

Number of commits found: 22

Tuesday, 25 Apr 2023
16:27 Dimitry Andric (dim) search for other commits by this committer
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
commit hash: 88f549c0d62c1a897a69aeebbb15d8ec91c9dc20 commit hash: 88f549c0d62c1a897a69aeebbb15d8ec91c9dc20 commit hash: 88f549c0d62c1a897a69aeebbb15d8ec91c9dc20 commit hash: 88f549c0d62c1a897a69aeebbb15d8ec91c9dc20 88f549c0
Tuesday, 29 Jun 2021
01:23 Kevin Bowling (kbowling) search for other commits by this committer
graphics/libGLU: Update to 9.0.2

PR:		241568
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30869
commit hash: 709148649962c82048858d84a29ffa4ab15a0738 commit hash: 709148649962c82048858d84a29ffa4ab15a0738 commit hash: 709148649962c82048858d84a29ffa4ab15a0738 commit hash: 709148649962c82048858d84a29ffa4ab15a0738 7091486
Wednesday, 30 Oct 2019
19:42 zeising search for other commits by this committer
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
Original commitRevision:516102 
Saturday, 22 Jun 2013
08:29 kwm search for other commits by this committer
Add distinfo, this was somehow missed in the split off from libGL.

Submitted by:	b.f.
Original commitRevision:321553 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
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

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Saturday, 21 Apr 2012
17:03 miwi search for other commits by this committer
- 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@.
Original commit
Sunday, 3 Jul 2011
14:12 ohauer search for other commits by this committer
-remove MD5
Original commit
Sunday, 7 Feb 2010
11:51 nork search for other commits by this committer
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.
Original commit
Wednesday, 24 Jun 2009
01:15 rnoland search for other commits by this committer
Update to 7.4.4
Original commit
Saturday, 20 Jun 2009
16:05 rnoland search for other commits by this committer
Update to 7.4.3

This is a bug fix release.
Original commit
Friday, 15 May 2009
13:15 rnoland search for other commits by this committer
Update to Mesa release 7.4.2
Original commit
Thursday, 7 May 2009
19:37 rnoland search for other commits by this committer
Update to 7.4.1
Original commit
Saturday, 4 Apr 2009
04:16 rnoland search for other commits by this committer
Update the Mesa ports to 7.4

PR:             133167
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Saturday, 24 Jan 2009
18:13 rnoland search for other commits by this committer
Update mesa related ports to 7.3

Approved by:    garga (mentor, implicit)
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- 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).
Original commit
Tuesday, 29 Apr 2008
15:05 flz search for other commits by this committer
Update Mesa libraries (GL, GLU and GLw) and dri to 7.0.3.
Original commit
Wednesday, 15 Aug 2007
16:57 jkim search for other commits by this committer
Update to 7.0.1.
Original commit
Monday, 2 Jul 2007
17:03 jkim search for other commits by this committer
Update to 7.0.

Approved by:    x11 (no objection)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 22 Jan 2006
12:35 edwin search for other commits by this committer
SHA256ify

Approved by: krion@
Original commit
Thursday, 23 Dec 2004
01:35 anholt search for other commits by this committer
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)
Original commit
Monday, 10 May 2004
05:13 anholt search for other commits by this committer
New port: libGLU taken from X.Org release 6.7.0.
Original commit

Number of commits found: 22