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/magnum-examples/Makefile

Number of commits found: 11

Tuesday, 17 May 2022
10:01 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-05-17 graphics/magnum-examples: Depends on broken graphics/magnum
2022-05-17 graphics/magnum: Broken for more than a year
2022-05-17 graphics/magnum-plugins: Depends on broken graphics/magnum
2022-05-17 graphics/magnum-extras: Depends on broken graphics/magnum
commit hash: 0637b18003480500ebb1d4786b9719bfb78520de commit hash: 0637b18003480500ebb1d4786b9719bfb78520de commit hash: 0637b18003480500ebb1d4786b9719bfb78520de commit hash: 0637b18003480500ebb1d4786b9719bfb78520de 0637b18
Thursday, 17 Mar 2022
17:45 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/magnum*: deprecate - BROKEN for almost 2 years

Approved by:	portmgr blanket
commit hash: ecb9401e168d504cc0cc1fe178d7963d692f5b70 commit hash: ecb9401e168d504cc0cc1fe178d7963d692f5b70 commit hash: ecb9401e168d504cc0cc1fe178d7963d692f5b70 commit hash: ecb9401e168d504cc0cc1fe178d7963d692f5b70 ecb9401
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 19 Mar 2020
23:02 tobik search for other commits by this committer
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
Original commitRevision:528750 
Sunday, 29 Dec 2019
10:45 mandree search for other commits by this committer
graphics/magnum*: Update to 2019.10 to unbreak the build

https://blog.magnum.graphics/announcements/2019.10/

Approved by:	yuri@ (blanket, unbreaking BROKEN port)
Original commitRevision:521264 
Tuesday, 5 Nov 2019
22:16 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516845 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Thursday, 18 Apr 2019
05:14 tobik search for other commits by this committer
graphics/magnum-examples: Mark LLD_UNSAFE and unbreak on FreeBSD 12.0/amd64

/usr/bin/ld: error: cannot preempt symbol: alGenBuffers
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by AudioExample.cpp
>>>              
src/audio/CMakeFiles/magnum-audio.dir/AudioExample.cpp.o:(Magnum::Examples::AudioExample::AudioExample(Magnum::Platform::Sdl2Application::Arguments
const&))

http://beefy6.nyi.freebsd.org/data/120amd64-default/499067/logs/errors/magnum-examples-2019.01.log

PR:		226980
Original commitRevision:499231 
Tuesday, 19 Feb 2019
04:47 yuri search for other commits by this committer
New port: graphics/magnum-examples: Examples for the Magnum C++11/C++14 graphics
engine
Original commitRevision:493351 

Number of commits found: 11