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: multimedia/baka-mplayer/distinfo

Number of commits found: 9

Thursday, 4 May 2023
05:45 Jan Beich (jbeich) search for other commits by this committer
multimedia/baka-mplayer: unbreak under Wayland (with qt5-wayland)

$ baka-mplayer
Segmentation fault

* thread #1, name = 'baka-mplayer', stop reason = signal SIGBUS: hardware error
    frame #0: 0x0000000820df9a52
libX11.so.6`_XInternAtom(dpy=0x000000088683af00, name="_NET_WM_CM_S0",
onlyIfExists=0, psig=0x000000082092bd70, pidx=0x000000082092bd6c,
pn=0x000000082092bd68) at IntAtom.c:86:30
   83       if (atoms) {
   84           firstidx = idx = HASH(sig);
   85           while ((e = atoms->table[idx])) {
-> 86               if (e != RESERVED && e->sig == sig) {
   87                   for (i = n, s1 = (char *)name, s2 = EntryName(e); --i >=
0; ) {
   88                       if (*s1++ != *s2++)
   89                           goto nomatch;
(lldb) bt
* thread #1, name = 'baka-mplayer', stop reason = signal SIGBUS: hardware error
  * frame #0: 0x0000000820df9a52
libX11.so.6`_XInternAtom(dpy=0x000000088683af00, name="_NET_WM_CM_S0",
onlyIfExists=0, psig=0x000000082092bd70, pidx=0x000000082092bd6c,
pn=0x000000082092bd68) at IntAtom.c:86:30
    frame #1: 0x0000000820df97d9 libX11.so.6`XInternAtom(dpy=0x000000088683af00,
name="_NET_WM_CM_S0", onlyIfExists=0) at IntAtom.c:176:17
    frame #2: 0x0000000000263695 baka-mplayer`Util::DimLightsSupported() at
linux.cpp:28:14
    frame #3: 0x000000000026c71a
baka-mplayer`BakaEngine::BakaEngine(this=0x00000008a964bd00,
parent=0x000000082092fe10) at bakaengine.cpp:31:8
    frame #4: 0x00000000002b1739
baka-mplayer`MainWindow::MainWindow(this=0x000000082092fe10,
parent=0x0000000000000000) at mainwindow.cpp:31:16
    frame #5: 0x00000000002648ec baka-mplayer`main(argc=1,
argv=0x000000082092ff48) at main.cpp:21:16
    frame #6: 0x00000000002633a0 baka-mplayer`_start(ap=<unavailable>,
cleanup=<unavailable>) at crt1.c:76:7
commit hash: 7a77117df66791a067ccdc7cc3fa44aa92279540 commit hash: 7a77117df66791a067ccdc7cc3fa44aa92279540 commit hash: 7a77117df66791a067ccdc7cc3fa44aa92279540 commit hash: 7a77117df66791a067ccdc7cc3fa44aa92279540 7a77117
Sunday, 16 Oct 2022
05:33 Jan Beich (jbeich) search for other commits by this committer
multimedia/baka-mplayer: unbreak with mpv 0.35

src/mpvhandler.cpp:218:18: error: use of undeclared identifier
'MPV_EVENT_UNPAUSE'; did you mean 'MPV_EVENT_NONE'?
            case MPV_EVENT_UNPAUSE:
                 ^~~~~~~~~~~~~~~~~
                 MPV_EVENT_NONE
/usr/local/include/mpv/client.h:1223:5: note: 'MPV_EVENT_NONE' declared here
    MPV_EVENT_NONE              = 0,
    ^
src/mpvhandler.cpp:221:18: error: use of undeclared identifier 'MPV_EVENT_PAUSE'
            case MPV_EVENT_PAUSE:
                 ^
commit hash: 44dad2d3ff3bf164483172c2ffc08dd11448256d commit hash: 44dad2d3ff3bf164483172c2ffc08dd11448256d commit hash: 44dad2d3ff3bf164483172c2ffc08dd11448256d commit hash: 44dad2d3ff3bf164483172c2ffc08dd11448256d 44dad2d
Wednesday, 2 Dec 2015
03:26 jbeich search for other commits by this committer
multimedia/baka-mplayer: update to 2.0.4

Changes:	https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.4
Original commitRevision:402808 
Thursday, 4 Jun 2015
05:39 jbeich search for other commits by this committer
multimedia/baka-mplayer: update to 2.0.3

Changes:	https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.3
Original commitRevision:388492 
Thursday, 7 May 2015
16:32 mat search for other commits by this committer
Update ports in the [i-m]* category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385637 
Tuesday, 27 Jan 2015
12:59 jbeich search for other commits by this committer
Update to upstream version 2.0.2

Changes:	https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.2
Differential Revision:	https://reviews.freebsd.org/D1686
Approved by:	bapt (mentor)
Original commitRevision:378007 
Tuesday, 30 Dec 2014
13:47 riggs search for other commits by this committer
- Update to upstream version 2.0.1
- add NLS option
- switch to vendor install + post-install
- move .svg icon to hicolor theme as well
- unbreak USES=qmake:outsource (unused)

PR:		196371
Submitted by:	jbeich@vfemail.net (maintainer)
Original commitRevision:375835 
Saturday, 6 Dec 2014
12:42 riggs search for other commits by this committer
Update to version 2.0.0

PR:		195369
Submitted by:	jbeich@vfemail.net (maintainer)
Original commitRevision:374104 
Sunday, 19 Oct 2014
21:42 makc search for other commits by this committer
Add new port multimedia/baka-mplayer:

Qt 5 multimedia player based on Mpv.

WWW: http://bakamplayer.u8sand.net/

PR:		193455
Submitted by:	Jan Beich
Original commitRevision:371210 

Number of commits found: 9