adjust test handling to only skip tests which prevent other tests from
running (hang, segfault) rather than everything where the test fails
for now, restrict to only building on clang archs, for some reason it
adds "" to a cc command line which gcc doesn't like
Homepage: https://github.com/sigoden/dufs
Dufs is a file server with features including:
- Serve static files
- Download folder as zip file
- Upload files and folders (Drag & Drop)
- Create/Edit/Search files
- Resumable/partial uploads/downloads
- Access control
- Support https
- Support webdav
- Easy to use with curl
ok landry@ tb@
The Monaspace type system is a monospaced type superfamily with some modern
tricks up its sleeve. It consists of five variable axis typefaces. Each one
has a distinct voice, but they are all metrics-compatible with one another,
allowing you to mix and match them for a more expressive typographical
palette.
Monaspace features Texture Healing, a novel technique that evens out the
density of monospaced type, bringing it closer to how proportional type
has looked for centuries. Texture healing preserves the monospace grid,
and works in most editors without needing new software or editor plugins.
ok sthen@
Swiss File Knife, a command line tools collection, combines many functions
in a single, portable program that belongs on every USB stick. Search and
convert text files, instant simple FTP/HTTP server, find duplicate files,
compare folders, treesize, run own commands on all files of a folder - it's
all within a single tool.
ok landry@
Upstream added an "&& defined(TARGET_DL_ITERATE_PHDR)" check that
specifically disabled the code walking PT_GNU_EH_FRAME, which resulted
in exceptions being broken. So explicitely list OpenBSD in the
more-or-less hardcoded list of platforms that need dl_iterate_phdr(3) in
gcc/configure.
This was spotted while building devel/boost on sparc64 but was
reproducible on amd64 and arm64. Hopefully that was the last hurdle
before we can attempt a move to lang/gcc/15 in the ports tree.
*crossing fingers*
Debugged with claudio@ and tb@, our discussions helped me a lot finding
the culprit. ok tb@ claudio@
(eg /usr/local/share/wayland-sessions/) - startxfce4 --wayland works
pretty fine with labwc as compositor now, and that'll allow the session
to be listed by regreet as 'Xfce Session (Wayland)' in its chooser.
- default to gnu17 (instead of gnu23)
- turn -Wimplicit-function-declaration and -Wincompatible-pointer-types
into simple warnings.
With this a large part of the ports tree can be compiled with gcc15 as
ports-gcc. Reverting the behaviour of -Wimplicit-function-declaration
and -Wincompatible-pointer-types is less then ideal but it fixing all the
bad code should be done on fast and popular clang archs first.
With and OK tb@, sthen@, jca@