the University of Waterloo Computer Science Club mirror (with
LOCAL/leres as a secondary) since ftp.stack.nl no longer exists.
Approved by: Approved by: johans (maintainer timeout, 3 months and 3 consecutive timeouts), ler (mentor, implicit)
1) When read() or write() fails due to EAGAIN because no buffer is available or
buffer is full, return 0 instead of failure. Else clients may simply close
the device and re-open it instantly chopping the audio.
2) Implement OSS delay function to fix an issue with negative delays.
3) Use at least 16ms of HW buffer by default to avoid jitter.
Approved by: pi, jbeich
- Teach the code to expand tilde (~) to $(HOME) to prevent
spamming every current directory with `.apl.history' file
- Fix some minor C[XX]FLAGS pollution while I'm here
- Add support for lua scripting:
for now it allows to use scripts in lua instead of shell scripts
everywhere possible, including keywords.
- Fix detection of libarchive built with zstd support
www/w3m the default in order to install a text-based browser
to render HTML for nmh. Users can still deselect the option to
obtain a leaner install base. The other HTML rendering options
also still available.
Suggested by: Ken Hornstein <kenh@cmf.nrl.navy.mil> (nmh upline)
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format.
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format.
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format.
samba48-4.8.12_3 Free SMB/CIFS and AD/DC server and client for Unix
talloc-2.2.0 Hierarchical pool based memory allocator
tdb-1.4.0,1 Trivial Database
tevent-0.10.0 Talloc based event loop library
Fix the build after the x11-toolkits/libXt update. Simply remove the
ancient bundled versions of X11 headers and the various CFLAGS additions,
and use X11 provided headers which contain appropriate defines.
Reported by: antoine
The build does not always fail, but I can reproduce the build with every second build by using poudriere:
poudriere testport -j 120amd64 www/rubygem-selenium-webdriver
The error message that is displayed is:
strip: moving loadable section .note.gnu.build-id, is this intentional?
strip: moving loadable section .hash, is this intentional?
strip: moving loadable section .gnu.hash, is this intentional?
strip: moving loadable section .dynsym, is this intentional?
strip: moving loadable section .dynstr, is this intentional?
strip: moving loadable section .gnu.version, is this intentional?
strip: moving loadable section .gnu.version_r, is this intentional?
strip: moving loadable section .rel.dyn, is this intentional?
strip: moving loadable section .rel.plt, is this intentional?
strip: moving loadable section .init, is this intentional?
strip: moving loadable section .plt, is this intentional?
strip: moving loadable section .text, is this intentional?
strip: moving loadable section .fini, is this intentional?
strip: moving loadable section .rodata, is this intentional?
strip: moving loadable section .eh_frame, is this intentional?
strip: elf_update() failed: Layout constraint violation
*** Error code 1
PR: 220330
Reported by: vvelox at vvelox.net
An implicit include has gone away (Intrinsic.h) so users of X11/StringDefs.h
now need to explictly include X11/Intrinsic.h to get the typedef for
String, otherwise many of the macro's like this one:
#define XtRString ((String)&XtStrings[1797])
will fall over.