| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Switch to CMake
Enable OpenMP on aarch64 and amd64 by default
Enable OPTIMIZED_CFLAGS by default
PR: 258730
Approved by: port maintainer, arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32288
|
|
|
|
| |
With hat: portmgr-secretary
|
| |
|
|
|
|
|
|
|
|
| |
The mixer utility is used to set and display soundcard mixer device
levels. It is a copy of the mixer(8) command from FreeBSD 13.0 from
before the utility was completely redesigned for FreeBSD 14.0.
WWW: https://github.com/0mp/freebsd-13-mixer
|
|
|
|
| |
MFH: 2021Q4
|
|
|
|
|
| |
Reported by: antoine@
Fixes: 07fb2d5e9d00
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
| |
Builds fine on armv6 at least with LLD 12.0.1. Since FreeBSD >= 12.0
armv6 is deprecated in favor of armv7, anyway.
$ objdump -D $(which musicpd) | fgrep -w -e movt -e movw; echo Exit $?
Exit 1
|
|
|
|
|
|
| |
meson.build:105:0: ERROR: Unknown variable "test_ldflags".
Reported by: pkg-fallout
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D32258
|
|
|
|
|
|
|
|
|
| |
Abandoned and unfetchable upstream, users are recommended to
use ffmpeg instead
PR: 258643
Approved by: uqs (port maintainer), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32219
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
| |
|
|
|
|
|
|
|
|
|
| |
Deprecated and considered obsolete by upstream in 2016 in favour of (lib)opus
Reference: https://wiki.xiph.org/index.php?title=OggCELT&oldid=16389
PR: 258655
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32050
|
|
|
|
|
|
|
|
|
|
|
|
| |
Abandoned upstream, no new release since 1999 and considered dead
Reported broken on amd64 in 2012 in fix never confirmed working, PR: 166658
Reference:
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/audio/rplay/Attic/Makefile
PR: 258647
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32044
|
| |
|
|
|
|
|
|
| |
Release notes: https://github.com/libsidplayfp/libsidplayfp/releases/tag/v2.3.0
PR: 258731
Submitted by: dizzy
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
| |
Abandoned upstream, no new release since 2004
Supported battery powered media (MP3) players are over 15y old by
now and ranging between 64-512Mbyte in storage capacity
PR: 258644
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32046
|
|
|
|
|
|
|
|
| |
Abandoned upstream, listed as beta and no new release since 2008
PR: 258645
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32045
|
|
|
|
|
|
|
|
|
| |
Unfetchable and abandoned upstream in 2003
Reference: https://www.nue.tu-berlin.de/menue/mitarbeiterinnen/ehemalige_mitarbeiterinnen/tilman_liebchen/lpac_lossless_audio_codec_for_windows_and_linux/
PR: 258641
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32041
|
|
|
|
|
|
|
|
|
| |
Abandoned upstream, no new release since 2011
Supported battery powered media (MP3) players are over 13y old by now
PR: 258640
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32040
|
|
|
|
|
|
|
|
|
|
| |
Abandoned upstream, no new release since 2005
The supported battery powered media (MP3) players are over 15y old by
now and ranging between 32Mbyte-1Gbyte in storage capacity
PR: 258639
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32039
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream lists software as beta, no new release since 2007
Users also reports bugs when libsndfile isn't utilized
Users are recommended to use audio/ffmpeg or audio/flac instead
Reference: https://hydrogenaud.io/index.php?topic=71984.0
PR: 258638
Approved by: tcberner and lbartoletti (mentors)
Differential Revision: https://reviews.freebsd.org/D32038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kde@ has been focused recently on reducing the load of "unnecessary"
runtime dependencies, to allow third party distributions to have a
leaner installation.
One part of this effort was to make qt5-testlib a "build only"
dependency.
Unfortunately, parts of qt5-declarative link against testlib (to provide
test functionality for declarative parts).
This lead to an unfortunate loop of pkg-autoremove removing testlib, and
then pkg-update adding it again (as it was an improperly registered
dependency).
This change splits out the "test"-parts into its own port. Thereby
making testlib not even a required build-time dependency for
x11-toolkits/qt5-delcarative.
Reported by: jrm
Differential Revision: https://reviews.freebsd.org/D32097
|
| |
|
|
|
|
|
| |
In many places I overlooked at the problem we were trying to solve when
libncurses is split.
|
|
|
|
|
|
|
| |
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
Changes: https://github.com/beetbox/pyacoustid/blob/master/README.rst#version-history
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
When ALSA is installed, some preprocessor-defines may have
overlapping values. This patch was proposed (I think) in the
PR mentioned, and then upstreamed.
PR: 258362
Reported by: user WHR
Obtained from: upstream repository
Approved by: tcberner (multimedia@)
|
|
|
|
| |
Changes: https://community.teamspeak.com/t/server-3-13-6/23615
|
| |
|
|
|
|
| |
While here fix their WITH_DEBUG builds too.
|
| |
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|