DeltaPorts
DeltaPorts copied to clipboard
FreeBSD Ports Collection + DeltaPorts = DragonFly Ports (a.k.a. DPorts)
[email protected] is the bashtop port maintainer The repo is available at The hope is that it's just a Makefile change, and copying over the FreeBSD port src
Using `sysutils/mkisofs` instead of `sysutils/cdrtools` mainly gets rid of various sound-specific dependencies (LAME, VORBIS). This idea is to use this "port" also in nrelease and dillons `withpkgs` branch.
This reduces dependencies of unneeded features [Makefile.diff.txt](https://github.com/DragonFlyBSD/DeltaPorts/files/13575616/Makefile.diff.txt)
These are fixes that I needed to apply in order for glfwCreateWindow() to stop SEGFAULTING, with the main culprit being EXT_image_dma_buf usage, despite not being supported. The patches allow window...
Can use either use lang/dmd2 or lang/ldc or fall back to bootstrapping using gcc Added gdmd script for dmd2 reference compatibility dependencies: - Mk/Uses/dlang.mk (separate PR #918) MAINTAINER: [email protected] Signed-off-by:...
Feature: d compiler Usage: USES=dlang Valid args: bootstrap use bootstrap compiler when no valid d-compiler could be found Additional variables that can be provided: for any: - DLANG_USES= additional features...
d-lang reference compiler Updated to 2.089.0 Make dependencies: - depends on ldc or gdc for bootstrapping (druntime >2.079.1). Once initial bootstrap is done, it can be used stand alone. (separate...
[libepoll-shim upstream](https://github.com/jiixyj/epoll-shim) claims to support all BSDs nowadays. Given DragonFly supports many apps from wlroots ecosystem the coverage should be good. If graphics/weston breaks maybe adapt some fixes from [a...
DragonFlyBSD adoption of [this commit](https://github.com/freebsd/freebsd-ports/commit/b6d89731d542582d2cc751e7a56b78df76a38ce7)