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: audio/linux-c7-alsa-plugins-oss/pkg-plist.amd64

Number of commits found: 5

Saturday, 3 Feb 2024
05:09 Jan Beich (jbeich) search for other commits by this committer
audio/linux-c7-alsa-plugins-oss: install vendor config after 077152a79ad8

linux-c7-alsa-lib uses default config from alsa-lib since 1aaf3941aa56.

$ /compat/linux/usr/bin/aplay foo.wav
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM oss
aplay: main:828: audio open error: No such file or directory

PR:		245321
commit hash: 1ad9c73b5625f7a2457931c435f8d2e34f199a0c commit hash: 1ad9c73b5625f7a2457931c435f8d2e34f199a0c commit hash: 1ad9c73b5625f7a2457931c435f8d2e34f199a0c commit hash: 1ad9c73b5625f7a2457931c435f8d2e34f199a0c 1ad9c73
Sunday, 8 Sep 2019
20:47 tijl search for other commits by this committer
Rewrite the port so we build our own Linux package from the upstream
.src.rpm with patches derived from the audio/alsa-plugins port.  This
should improve sound output from Linux programs.

CFLAGS contains -nostdinc -isystem ... because gcc searches
/usr/local/include before /usr/include otherwise and picks up headers from
/usr/local/include/alsa instead of /compat/linux/usr/include/alsa.

PR:		240043
Original commitRevision:511597 
Sunday, 25 Aug 2019
20:02 tijl search for other commits by this committer
Fix Linux ALSA OSS plugin by removing a configuration file.  The
configuration from FreeBSD /usr/local/etc/asound.conf should be used.

PR:		240043
Reported by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>
Original commitRevision:509853 
Saturday, 8 Jun 2019
12:13 tijl search for other commits by this committer
Update CentOS 7 ports to 7.6.1810.

This adds some new ports:
converters/linux-c7-fribidi required by x11-toolkits/linux-c7-pango.
graphics/linux-c7-libglvnd required by graphics/linux-c7-dri.
graphics/linux-c7-wayland required by graphics/linux-c7-dri.
print/linux-c7-freetype unbundled from emulators/linux_base-c7 because it
depends on graphics/linux-c7-png now.

Mesa OpenGL libraries in graphics/linux-c7-dri now support libglvnd (GL
Vendor-Neutral Dispatch library) which allows some applications to use
Mesa while others use Nvidia OpenGL.  The x11/nvidia-driver* ports have
been changed so versions above 390.42 now use CentOS libglvnd and no longer
install a bundled copy.

PR:		229431
Submitted by:	pkubaj (partly)
Original commitRevision:503722 
Tuesday, 31 Jan 2017
16:54 tijl search for other commits by this committer
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
  a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:432937 

Number of commits found: 5