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: emulators/mame/files/patch-3rdparty_genie_src_host_scripts.c

Number of commits found: 4

Sunday, 31 Dec 2023
07:34 Daniel Engberg (diizzy) search for other commits by this committer Author: Alastair Hogge
emulators/mame: Update to 0.261

* Make use of ${EXTRACT_AFTER_ARGS} for a number of files/dirs that are
  not required for MAME on FreeBSD, this removes some post-patch work
  from the Makefile
* Avoid extracting bgfx shaders for proprietary systems
* Avoid extracting the man page for ldplayer, as it is not built
* Update option TOOLS description
* Increase the default amount of information produced when built with
  DEBUG
* Drop the conditional logic for powerpc, and use LLVM-16 for all
  FreeBSD-14+ builds
* Move some NLS logic deleting .po files to ${COPYTREE_SHARE}, and
  simple exclude copying those files to ${STAGEDIR}. This was originally
  in the wrong Makefile target, port-build
* Add two more MAME ${SUBTARGETS} as tools; mamevirtual provides similar
  ldplayer functionality thru the MAME GUI
* Remove hard-coded names from do-install-TOOLS-on Makefile target
* Remove local upstream patches that were required to build 0.259
* Reduce diff files/patch-makefile
* Use -O3 over -Ofast for speed focused compiler flags
* Drop some patches that are not required for unbundling GENie
* Add comments to some patches
* Move "${RM} -r ${WRKSRC}/docs/build/html/_sources" from do-build-DOCS-on, to
"-not -regex ^./_sources.*" in do-install-DOCS-on

Changelog: https://www.mamedev.org/?p=532

PR:		274783
commit hash: 9347c06ee7a1a115879ffd3d212586ae7b2788da commit hash: 9347c06ee7a1a115879ffd3d212586ae7b2788da commit hash: 9347c06ee7a1a115879ffd3d212586ae7b2788da commit hash: 9347c06ee7a1a115879ffd3d212586ae7b2788da 9347c06
Thursday, 1 Jun 2023
22:29 Robert Clausecker (fuz) search for other commits by this committer Author: Alastair Hogge
emulators/mame: fix build on 14-CURRENT

 - explicitly declare more system libraries
 - port-{clippy,fmt,lint} maintenance
 - separate out Qt machine debugger via OPTIONS
 - separate out tools via OPTIONS
 - remove licenses from ${PORTDOCS} as they are catalogued thru various
${LICENSE}* definitions
 - add conditional logic for when OS ≧ 14 then explicitly build with LLVM
 - a lot of the work in the post-patch target is on static files, so move most
of this to files/
 - files/patch-scripts_genie.lua is a fix for GCC
 - sort targets into the order they run in.

PR:		271374
commit hash: 84c2e2313e7098468fc7e99ef95527903a7bc0b5 commit hash: 84c2e2313e7098468fc7e99ef95527903a7bc0b5 commit hash: 84c2e2313e7098468fc7e99ef95527903a7bc0b5 commit hash: 84c2e2313e7098468fc7e99ef95527903a7bc0b5 84c2e231
Thursday, 30 Jul 2020
06:50 fernape search for other commits by this committer
emulators/mame emulators/mess: update to 0.222

ChangeLog way to big to reproduce here:
https://github.com/mamedev/mame/releases/download/mame0222/whatsnew_0222.txt

While here

 * Add USES=localbase
 * Move multiple variables to their places

PR:	246698
Submitted by:	sdalu@sdalu.com
Original commitRevision:543711 
Saturday, 9 May 2020
19:24 tijl search for other commits by this committer
Update devel/gmake to 4.3.

Some changes have been made in this release that break backwards
compatibility.  Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.

PR:		245725
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:534792 

Number of commits found: 4