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/sdl2_gpu/Makefile

Number of commits found: 3

Monday, 26 Jun 2023
22:58 Robert Clausecker (fuz) search for other commits by this committer
graphics/sdl2_gpu: fix build with LLVM 16

Silence a warning about an incompatible function pointer type to fix
the build on 14-CURRENT.  This warning is harmless: the function pointer
takes a const argument, but was assigned to where a pointer taking an
unqualified argument was expected.

Reported by:	fallout
commit hash: daafa4e5eadf6c01394c255b8cbed4e36ea9e49f commit hash: daafa4e5eadf6c01394c255b8cbed4e36ea9e49f commit hash: daafa4e5eadf6c01394c255b8cbed4e36ea9e49f commit hash: daafa4e5eadf6c01394c255b8cbed4e36ea9e49f daafa4e
Thursday, 18 May 2023
17:52 Robert Clausecker (fuz) search for other commits by this committer
graphics/sdl2_gpu: fix maintainer email

Used the wrong email address again...
commit hash: 3335c454184dd257a4bdbf47256461014f5388f8 commit hash: 3335c454184dd257a4bdbf47256461014f5388f8 commit hash: 3335c454184dd257a4bdbf47256461014f5388f8 commit hash: 3335c454184dd257a4bdbf47256461014f5388f8 3335c45
08:19 Robert Clausecker (fuz) search for other commits by this committer
graphics/sdl2_gpu: Hardware-accelerated 2D graphics library

SDL_gpu, a library for making hardware-accelerated 2D graphics easy.

 - High performance (it automatically collects and submits batches
   instead of separate draw commands for each sprite and redundant
   state changes)
 - Shader API
 - Arbitrary geometry rendering (triangles)
 - Can be integrated with explicit OpenGL calls (mixed 2D and 3D)
 - Full blend state control
 - Built-in primitive shapes (points, lines, tris, rects, ellipses,
   polygons, even arcs)
 - Uses a style familiar to SDL 1.2 users
 - Compatible with either SDL 1.2 or 2.0
 - Loads BMP, TGA, and PNG files via stb-image
 - Rotates and scales about the center of images, making reasoning
   about the resulting corner coordinates more obvious (adjustable
   via anchor settings)

WWW: https://github.com/grimfang4/sdl-gpu
commit hash: 5e321a7bd741e560d3afe51df717d14d1323074b commit hash: 5e321a7bd741e560d3afe51df717d14d1323074b commit hash: 5e321a7bd741e560d3afe51df717d14d1323074b commit hash: 5e321a7bd741e560d3afe51df717d14d1323074b 5e321a7

Number of commits found: 3