EXISTENCE ERROR- procedure chr_translate/2 is undefined, called from context prolog:once/1
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
./config.h:119:3: error: can not detect the endianness!
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Official statement from Google:
"Google Cloud Print, Google's cloud-based printing solution will no longer
be supported as of December 31, 2020. Beginning January 1, 2021, devices
across all operating systems will not be able to print using Cloud Print.
We recommend that you find an alternative print solution with your
respective platform's printing infrastructure."
Approved by: swills (via IRC)
The latest version of get_iplayer (ports r541176) introduced the following code:
export HOME="$get_iplayer_chdir"
cd "$HOME" || exit 1
This is always executed irrespective of rcvar get_iplayer_enable. The default
homedir for the get_iplayer user is /nonexistent. Therefore, upon each boot,
the script would emit the following error:
cd: /nonexistent: No such file or directory
with no indication of the source of the error.
PR: 251987
Submitted by: Jamie Landeg-Jones <jamie@catflap.org> (maintainer)
Reported by: Niels Bakker <niels=freebsd@bakker.net>
MFH: 2021Q1
- Replace deprecated NO_WERROR by MK_WERROR=no
- Tweak pkg-message to mention that dma is also in base [1]
PR: 252045 [1]
Submitted by: Dan Mahoney <freebsd@gushi.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
Official statement from Google:
"Google Cloud Print, Google's cloud-based printing solution will no longer
be supported as of December 31, 2020. Beginning January 1, 2021, devices
across all operating systems will not be able to print using Cloud Print.
We recommend that you find an alternative print solution with your
respective platform's printing infrastructure."
- Update drm source code to match Linux v5.4.92
- Handle linuxkpi update in stable/13
- Switch off SOURCE option by default as drm-current-kmod [1]
Discussed with: zeising [1]
MFH: 2021Q1
Python (3.x and 2.x) high-level interface and ctypes-based bindings
for PulseAudio (libpulse), mostly focused on mixer-like controls and
introspection-related operations (as opposed to e.g. submitting sound
samples to play, player-like client).
Originally forked from pulsemixer project, which had this code
bundled.
WWW: https://pypi.python.org/pypi/pulsectl
- Move PSLIB_PLIST_FILES into normal pkg-plist: after r561350,
OPTIONS_SUB is required for PYTHON option anyways, so it makes
little sense to track files in two separate locations
Found out via: repology.org
ld: error: duplicate symbol: SYNTAX_ERR_FLAG
>>> defined at array.c
>>> src/asciitex/array.o:(SYNTAX_ERR_FLAG)
>>> defined at asciiTeX.c
>>> src/asciitex/asciiTeX.o:(.bss+0x0)
Integrate upstream patch[1] to fix mail loop issue #183[2].
This is a one-line patch without complexity who can be removed
as soon as the upstream releases a new version.
[1] e9004e8bbe
[2] https://github.com/oetiker/SmokePing/issues/183
PR: 253161
Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>