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/transcode/files/patch-ffmpeg29

Number of commits found: 4

Thursday, 30 Mar 2023
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
multimedia/transcode: Remove expired port:

2023-03-31 multimedia/transcode: abandoned by upstream and does not build
commit hash: 450bb37cf300a850f3c5825bbe79860558cbe3f7 commit hash: 450bb37cf300a850f3c5825bbe79860558cbe3f7 commit hash: 450bb37cf300a850f3c5825bbe79860558cbe3f7 commit hash: 450bb37cf300a850f3c5825bbe79860558cbe3f7 450bb37
Saturday, 1 May 2021
18:48 Stefan Eßer (se) search for other commits by this committer
multimedia: Revert removal of transcode and dependent ports

This is a partial revert of commit 60955c0a0956 which removed transcode
and ports depending on it for not building with -fno-common.

multimedia/transcode: Revert removal of port

The transcode port has been fixed to build with -fno-common by adding
1 "extern" and 3 "static" keywords to prevent some global symbols to
be defined in multiple files that are linked into one binary.

While here fix a few issues reported by "make stage-qa".

multimedia/dvdrip: remove DEPRECATED
multimedia/mkxvcd: remove DEPRECATED
multimedia/subtitleripper: remove DEPRECATED

While here add TIMESTAMP to distinfo of these ports and make portlint
and portclippy happy.

multimedia/transcode: Add TIMESTAMP to distinfo
commit hash: 9df78543e018a28c73fc97caff2c3ac9cc7b62f7 commit hash: 9df78543e018a28c73fc97caff2c3ac9cc7b62f7 commit hash: 9df78543e018a28c73fc97caff2c3ac9cc7b62f7 commit hash: 9df78543e018a28c73fc97caff2c3ac9cc7b62f7 9df7854
11:24 Rene Ladan (rene) search for other commits by this committer
Remove expired ports:

2021-04-01 multimedia/transcode: Unmaintained and dead upstream, does not build
with -fno-common (llvm 11)
2021-02-28 x11-toolkits/p5-Gnome2-VFS: Deprecated by the Gtk-Perl project. No
more security patches and bug fixes
2021-02-28 x11-toolkits/p5-Gnome2: Deprecated by the Gtk-Perl project. No more
security patches and bug fixes
2021-05-01 multimedia/dvdrip: Depends on expired multimedia/transcode
2021-05-01 multimedia/subtitleripper: Depends on expired multimedia/transcode
2021-05-01 multimedia/mkxvcd: Depends on expired multimedia/transcode
2021-05-01 deskutils/shutter: Upstream gone, depends on expired
x11-toolkits/p5-Gnome2-VFS
2021-05-01 misc/gcstar: Depends on expired x11-toolkits/p5-Gnome2-VFS
commit hash: 60955c0a095630cce5f46ee0a80c8372eb9ab416 commit hash: 60955c0a095630cce5f46ee0a80c8372eb9ab416 commit hash: 60955c0a095630cce5f46ee0a80c8372eb9ab416 commit hash: 60955c0a095630cce5f46ee0a80c8372eb9ab416 60955c0
Friday, 15 Apr 2016
17:40 jbeich search for other commits by this committer
multimedia/transcode: unbreak build with ffmpeg 3.0

aud_aux.c:329:18: error: use of undeclared identifier 'CODEC_ID_MP2'; did you
mean 'AV_CODEC_ID_MP2'?
        codeid = CODEC_ID_MP2;
                 ^~~~~~~~~~~~
                 AV_CODEC_ID_MP2
/usr/local/include/libavcodec/avcodec.h:419:5: note: 'AV_CODEC_ID_MP2' declared
here
    AV_CODEC_ID_MP2 = 0x15000,
    ^

PR:		208818
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Arch Linux
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Original commitRevision:413357 

Number of commits found: 4