ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
The PSF format brings the functionality of NSF, SID, SPC, and GBS to next-
generation consoles. PSF utilizes the original music driver code from each
game to replay sequenced music in a perfectly authentic, and size-efficient,
way.
The general idea is that a PSF file contains a zlib-compressed program which,
if executed on the real console, would simply play the music.
PR: ports/83229
Submitted by: Emanuel Haupt <ehaupt@critical.ch>