Emanuel Haupt
Emanuel Haupt
Provide a 'realpath' command to resolve all symbolic links, extra ‘/’ characters and references to /./ and /../ in path. Eg.: ```sh $ lftp ftp.ch.freebsd.org:/pub/FreeBSD/releases/amd64/12.0-RELEASE cd ok, cwd=/pub/FreeBSD/releases/amd64/12.0-RELEASE lftp ftp.ch.freebsd.org:/pub/FreeBSD/releases/amd64/12.0-RELEASE>...
Support FreeBSD, allow CFLAGS to be extended. The later is important for build frameworks that pass OS specific CFLAGS to the build.
Add a repology badge showing the packaging status
Just a short notice that klystrack is now available on FreeBSD via ports and pkg: https://www.freshports.org/audio/klystrack
Add a repology badge showing the packaging status.
Add repology badge showing packaging status
pdf-redact-tools has been ported for FreeBSD. Add instructions on how to install. References: https://www.freshports.org/print/pdf-redact-tools/ https://svnweb.freebsd.org/ports/head/print/pdf-redact-tools/
Fix build on FreeBSD
**Describe the bug** Version 4.4.4 fails to build with clang (previous version 4.4.3 builds fine): Compiler version: ``` $ clang --version FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: x86_64-unknown-freebsd13.2 Thread...