IABSD.fr/ports/archivers/libmpq

Branch :


Log

Author Commit Date CI Message
870572ef 2026-04-05 04:30:07 Move archivers/libmpq to ports-gcc because it uses builtins (__builtin_bswap16/32/64) that end up missing during linking of consumers such as games/devilutionx. Switching to ports-gcc produces a library that allows consumers such as games/devilutionx to link successfully. Patch provided by Brad Smith
f6954304 2023-09-02 12:24:32 import archivers/libmpq libmpq is a library for manipulating MPQ (MoPaQ) archives, which are used by Blizzard in most of their games (e.g., Diablo, Diablo 2, StarCraft, WarCraft 3, and World of Warcraft). Feedback from bcallah@ and sthen@, ok sthen@