gfortran.mk: Express more confidence.
Darwin/aarch64 is a relatively new platform, it's only supported if someone
backports it. This was done in pkgsrc as far back as gcc12, and it's unlikely
someone will do it for older versions.
gcc12: update darwin/aarch64 patch for 12.5.0
This is my own work of forward porting the gcc 12.4.0 patch used by
homebrew. For future reference it seems like github.com/iains might be
the originator, but they haven't updated their gcc-12 branch yet.
bazel: hacky method of patching a file to fix build
We would prefer the distfile to include the patches, but since ryoon@
is having trouble regenerating the distfile, introduce a workaround that
fixes the build issue for now.
Make sure the patch is also available in patches/, but it's not used.
PR pkg/59590
lang/guile30: Update to 3.0.11
This is labeled a micro release by upstream. There was a minor issue
with gnucash, which is either a guile bug or a latent gnucash bug, or
both. Gnucash has landed patches in trunk, and wiz@ has merged them
to our gnucash package. No other problems with guile30 (not widely
used) have been observed or reported.
Upstream NEWS:
* Notable changes
** Guile supports SRFI-207: String notated bytevectors (bytestrings)
Guile can now read and write #u8"\xe2;\x88;\x9e; Improbability\n" style
bytestrings when they are enabled by `(read-enable 'bytestrings)` and
`(print-enable 'bytestrings)` respectively. See "SRFI-207 String-notated
bytevectors" in the info pages for additional information.
[93 lines not shown]
audio/alsa-plugins-sndio: initial import
The alsa-sndio plugin provides a PCM that connects to a sndio server
as a fallback for applications that don't support sndio.
audio/gst-plugins1-sndio: import sndio plugin for gstreamer
The GStreamer sndio plugin allows applications that use GStreamer to
play and record to/from an sndio server.
It is directly derived from the patchset found in OpenBSD port:
multimedia/gstreamer1/plugins-base
security/py-yubikey-manager: Fix uhid(4) handling for fido subcommand for NetBSD
* Define NetBSD specific values and structs for ioctl(2).
* Bump PKGREVISION.