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/handbrake/files/patch-contrib_libvpx_P05-freebsd-ppc.patch

Number of commits found: 2

Tuesday, 3 Dec 2019
15:43 pkubaj search for other commits by this committer
multimedia/handbrake: update to 1.3.0

Here is a list of changes since 1.2.2:
  - fix portlint warning
      - USES line more earlier
  - change to use libvpx from Ports
      It is upstream's decision.
  - removed dependency (also upstream's decision)
      libramplerate
  - update contrib libraries
      fdk-aac 2.0.1
      ffmpeg 4.2.1
      libbluray 1.1.2
      libdvdnav 6.0.1
      libdvdread 6.0.2
      dav1d 0.5.1
      x265 3.2.1
  - python3 support for building.
  - added build dependency of devel/meson.
  - pkg-decr mentions about VP8, VP9 video codecs.
  - pkg-plist includes new message catalogs.

Remove two ppc64-specific patches (for libvpx and x265) and add one (for
ffmpeg).

PR:		241902
Submitted by:	naito.yuichiro@gmail.com (maintainer)
Approved by:	mentors (implicit approval)
Original commitRevision:518950 
Sunday, 24 Nov 2019
11:42 pkubaj search for other commits by this committer
multimedia/handbrake: fix build on powerpc64

Use C11 compiler, because of ffmpeg.
Correct comment typo.
Don't include asm/cputable.h and linux/auxvec.h in
libvpx-1.7.0/vpx_ports/ppc_cpudetect.c - those headers are Linux-only.
Merge upstream patch from x265 to fix compilation on non-x86.
Don't link with libc++ when using GCC.

PR:		241928
Approved by:	naito.yuichiro@gmail.com (maintainer), linimon (mentor)
Original commitRevision:518318 

Number of commits found: 2