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.i386

Number of commits found: 7

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
20:32 tijl search for other commits by this committer
Enable i386 support to Linux CentOS 7 ports.

PR:		216646
Original commitRevision:432953 
Thursday, 19 Jan 2017
15:44 tijl search for other commits by this committer
Update Linux CentOS 7 ports to 7.3.1611.  While 7.2 had semi-official i386
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.

Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.

Remove fmake hacks from linux.mk.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:431882 
Wednesday, 19 Oct 2016
14:50 tijl search for other commits by this committer
Add Linux CentOS 7 infrastructure ports.

Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
  32-bit compat libraries on amd64.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D7886
Original commitRevision:424259 

Number of commits found: 7