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/png/files

Number of commits found: 2

Saturday, 30 Jan 2021
11:54 pkubaj search for other commits by this committer
graphics/png: add SIMD option

It's enabled by default on aarch64, amd64 and powerpc64le, which should have
optimizations that are enabled in their baselines (NEON, SSE2 and VSX
respectively).

PR:             251173
Approved by:    antoine@ (maintainer)
Original commitRevision:563287 
Wednesday, 29 Jul 2015
06:07 antoine search for other commits by this committer
Switch build system from cmake to GNU configure
There are 2 benefits:
- Reduced number of build dependencies (0 now)
- This fixes build on arm64,  as configure/Makefile are more updated than
  CMakeLists.txt (CMakeLists.txt doesn't know about the arm/arm_init.c
  and arm/filter_neon_intrinsics.c files)

PR:		201425
Tested by:	Andrew Turner (on arm64)
Original commitRevision:393143 

Number of commits found: 2