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: games/retroarch/distinfo

Number of commits found: 11

Friday, 22 Mar 2024
16:43 Emanuel Haupt (ehaupt) search for other commits by this committer
games/retroarch: Update to 1.18.0
commit hash: 859577ac1d573312a1d4d2f063352e41b031eab5 commit hash: 859577ac1d573312a1d4d2f063352e41b031eab5 commit hash: 859577ac1d573312a1d4d2f063352e41b031eab5 commit hash: 859577ac1d573312a1d4d2f063352e41b031eab5 859577a
Saturday, 10 Feb 2024
20:19 Emanuel Haupt (ehaupt) search for other commits by this committer
games/retroarch: Update to 1.17.0

- Update to 1.17.0
- Pacify portlint/portclippy/portfmt
- Take maintainership
commit hash: 5adc33d0828c5c6420b08c76fae86681435a984c commit hash: 5adc33d0828c5c6420b08c76fae86681435a984c commit hash: 5adc33d0828c5c6420b08c76fae86681435a984c commit hash: 5adc33d0828c5c6420b08c76fae86681435a984c 5adc33d
Tuesday, 7 Nov 2023
00:16 Robert Clausecker (fuz) search for other commits by this committer Author: Stephane D'Alu
games/retroarch: update to 1.16.0.3

PR:		274647
commit hash: 7f4853b6cb48080bc390903c198a9b646fe1eceb commit hash: 7f4853b6cb48080bc390903c198a9b646fe1eceb commit hash: 7f4853b6cb48080bc390903c198a9b646fe1eceb commit hash: 7f4853b6cb48080bc390903c198a9b646fe1eceb 7f4853b
Monday, 20 Jun 2022
05:46 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Daniel Menelkir
games/retroarch: games/libretro-core-info: update to 1.10.3

ChangeLog: https://github.com/libretro/RetroArch/blob/master/CHANGES.md

PR:	264519
Reported by:	dmenelkir@gmail.com
Approved by:	greg@unrelenting.technology (maintainer, timeout > 2 weeks)
commit hash: f1b6147f3932d8cd02cd4ba3363b0a94ebcacc0a commit hash: f1b6147f3932d8cd02cd4ba3363b0a94ebcacc0a commit hash: f1b6147f3932d8cd02cd4ba3363b0a94ebcacc0a commit hash: f1b6147f3932d8cd02cd4ba3363b0a94ebcacc0a f1b6147
Sunday, 30 Jan 2022
16:41 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Greg V
games/{lib}retro{arch,-core-info}: update to 1.10.0

ChangeLog: https://github.com/libretro/RetroArch/blob/master/CHANGES.md

PR:	261093
Reported by:	menelkir@itroll.org
commit hash: cf87b68f594f71db1ea49d9ac3c1a28a430b5456 commit hash: cf87b68f594f71db1ea49d9ac3c1a28a430b5456 commit hash: cf87b68f594f71db1ea49d9ac3c1a28a430b5456 commit hash: cf87b68f594f71db1ea49d9ac3c1a28a430b5456 cf87b68
Monday, 16 Aug 2021
09:16 Guangyuan Yang (ygy) search for other commits by this committer Author: Daniel Menelkir
games/retroarch: Update to 1.9.7

Changelog:	https://github.com/libretro/RetroArch/blob/master/CHANGES.md#197

PR:		257806
Approved by:	Greg V <greg@unrelenting.technology> (maintainer)
commit hash: 76215562858cbeb4aff214019c7898b3c52bd2c6 commit hash: 76215562858cbeb4aff214019c7898b3c52bd2c6 commit hash: 76215562858cbeb4aff214019c7898b3c52bd2c6 commit hash: 76215562858cbeb4aff214019c7898b3c52bd2c6 7621556
Friday, 12 Feb 2021
15:56 fernape search for other commits by this committer
games/retroarch: update to 1.9.0

ChangeLog: https://www.libretro.com/index.php/retroarch-1-9-0-released/

PR:	252189
Submitted by:	beyert@cs.ucr.edu
Approved by:	greg@unrelenting.technology (maintainer)
Original commitRevision:565028 
Friday, 17 Apr 2020
17:51 mandree search for other commits by this committer
games/retroarch: update to 1.8.5 (and add WAYLAND option, fix powerpc64, etc.)

This is mostly Greg's patch,
I have added the new ports to games/Makefile (missing from PR, SUBDIR+=),
and fixed a few spaces-vs-TAB glitches in the makefile,
and reformatted the pkg-descr, and changed libretro-shaders-slang/pkg-descr to:

| Vulkan GLSL RetroArch shader system
|
| WWW: https://github.com/libretro/slang-shaders

v1:

Here's 1.8.5.

v2 of 1.8.5 update:

- Fixed stage-qa (python/shebangfix)
- Moved fPIC from port variable to PR/patch:
  https://github.com/libretro/RetroArch/pull/10384
- Fixed build with security/rhash installed:
  https://github.com/libretro/RetroArch/pull/10382
- Fixed ifdefs to solve powerpc64 issue:
  https://github.com/libretro/RetroArch/pull/10383
- Made X11 an option
- Added libcaca option (the build system was auto finding this for me)

v3:

One little revision, fixing the dependency on libwayland-egl,
which has been living in wayland instead of mesa for a long time.

v4:

Rebased after the webcamd/v4l related update

Test built in poudriere 11.3 i386 and 12.1 amd64.

PR:		227345
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
Original commitRevision:531956 
Tuesday, 23 Aug 2016
11:14 amdmi3 search for other commits by this committer
- Update to 1.3.6

PR:		211167
Submitted by:	yuri@rawbw.com, lightside@gmx.com
Approved by:	yuri@rawbw.com (maintainer)
Original commitRevision:420662 
Wednesday, 13 Jul 2016
18:38 pawel search for other commits by this committer
- Update to version 1.3.4
- Does not build on FreeBSD 9

PR:		210826
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:418497 
Saturday, 14 Nov 2015
13:51 pi search for other commits by this committer
New port: games/retroarch

RetroArch is the reference frontend for the libretro API. Popular examples
of implementations for this API includes videogame system emulators and
game engines, but also more generalized 3D programs. These programs are
instantiated as dynamic libraries. We refer to these as "libretro cores".

WWW: http://github.com/libretro/RetroArch

PR:		204347
Submitted by:	yuri@rawbw.com
Original commitRevision:401567 

Number of commits found: 11