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-makefile

Number of commits found: 13

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, 18 May 2023
08:19 Robert Clausecker (fuz) search for other commits by this committer
emulators/mame: enable on arm64

Add a missing make target, permitting compilation on arm64.

PR:		271468
MFH:		2023Q2
Approved by:	agh@riseup.net (maintainer)
commit hash: 16f071acbac17780d645ac05e734bc49d7b443c6 commit hash: 16f071acbac17780d645ac05e734bc49d7b443c6 commit hash: 16f071acbac17780d645ac05e734bc49d7b443c6 commit hash: 16f071acbac17780d645ac05e734bc49d7b443c6 16f071a
Friday, 4 Nov 2022
02:52 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Alastair Hogge
emulators/{mame,mess}: Update to 0.249

Release note: https://www.mamedev.org/releases/whatsnew_0249.txt

Also transfer maintainership.

PR:		252362
Reported by:	Stéphane D'Alu <sdalu@sdalu.com> (initial patches)
Approved by:	manu
commit hash: 5fb3b275a32501e1df45a08b034b94b8eb93b9a2 commit hash: 5fb3b275a32501e1df45a08b034b94b8eb93b9a2 commit hash: 5fb3b275a32501e1df45a08b034b94b8eb93b9a2 commit hash: 5fb3b275a32501e1df45a08b034b94b8eb93b9a2 5fb3b27
Friday, 15 Jan 2021
18:00 pkubaj search for other commits by this committer
emulators/mame: fix build on powerpc64

Use on powerpc64 the same options that upstream uses on ppc64 (Linux name for
our powerpc64).

MFH:		2021Q1
Original commitRevision:561660 
Thursday, 31 Dec 2020
10:11 rene search for other commits by this committer
emulators/{mame,mess}: update to 0.226 and use Python 3.7 to build

This commit is earlier than the maintainer timeout but saves the
port from being removed because Python 2.7 expires today.

PR:		252158
Submitted by:	sdalu@sdalu.com
Original commitRevision:559715 
Friday, 27 Mar 2020
20:31 makc search for other commits by this committer
emulators/mame:
- Update to 0.212
- Add dependency on libpugixml from ports instead of using bundled copy

PR:		239439
Submitted by:	checo1705@secmail.pro
Original commitRevision:529280 
Tuesday, 30 Apr 2019
17:50 pi search for other commits by this committer
emulators/mame: upgrade 0.200 -> 0.209

- 2nd attempt, with additional patches

PR:  236621
Submitted by: sirdice@gmail.com
Relnotes: https://www.mamedev.org/releases/whatsnew_0209.txt
	https://mamedev.org/releases/whatsnew_0208.txt
	https://mamedev.org/releases/whatsnew_0207.txt
	...
Original commitRevision:500513 
Wednesday, 28 Mar 2018
15:18 swills search for other commits by this committer
emulators/mame: update to 0.195

PR:		226687
Submitted by:	Ryo ONODERA <ryo@tetera.org>
Original commitRevision:465815 
Sunday, 19 Feb 2012
23:24 miwi search for other commits by this committer
- Update to version 0.145

PR:             164990
Submitted by:   Ports Fury
Original commit
Sunday, 1 Aug 2010
17:22 makc search for other commits by this committer
Update to 0.139

PR:             ports/149105
Submitted by:   Emmanuel Vadot (maintainer)
Original commit
Wednesday, 19 May 2010
18:05 makc search for other commits by this committer
Update to 0.138

PR:             ports/146696
Submitted by:   Emmanuel Vadot (maintainer)
Original commit
Monday, 17 May 2010
22:20 makc search for other commits by this committer
Update port to v0.137.
Rename the port to mame as the sdl layer is now included in the mainstream code.

PR:             ports/145050
Submitted by:   Emmanuel Vadot (maintainer)
Original commit

Number of commits found: 13