On Sat, Mar 03, 2018 at 05:26:33PM -0800, Thomas Frohwein wrote: > Hi, > > Attached is a port of Arx Libertatis, an open source port of the engine for > the > first-person role-playing game Arx Fatalis by Arkane Studios. > > >From Wikipedia: > > Arx Fatalis (Latin for "fatal fortress") is set on a world whose sun has > failed, > forcing the above-ground creatures to take refuge in subterranean caverns. The > action in Arx Fatalis takes place in one of these large caves, where > inhabitants > from all races such as Trolls, Goblins, Dwarves, Humans, etc. have made their > homes on various levels of the cave. The player awakens inside a prison cell > and, after making his escape, eventually discovers his mission is to subvert > and > imprison the God of Destruction, Akbaa, who is trying to manifest itself in > Arx. > > Some comments on the port: > > - compilation with proper data/user/config dirs is flawed and never worked in > any acceptable way, which is why the port now has a wrapper script that > passes them as command line arguments > - portcheck and make port-lib-depends pass > - runs with the gog.com version after fixing the case of some filenames. > - Instructions where to put game files and adjust case are in README > - advice and fixes from bcallah@
This doesn't build here Create /usr/ports/packages/amd64/all/ArxLibertatis-1.1.2-r1.tgz Creating package ArxLibertatis-1.1.2-r1 checksumming|*********************************** | 57% Error: /usr/ports/pobj/ArxLibertatis-1.1.2-r1/fake-amd64/usr/local/%D/bin/update-desktop-database does not exist Error: /usr/ports/pobj/ArxLibertatis-1.1.2-r1/fake-amd64/usr/local/%D/bin/update-desktop-database does not exist Error: duplicate item in packing-list /usr/local/%D/bin/update-desktop-database Fatal error: can't continue The README would be better linking to http://wiki.arx-libertatis.org/Getting_the_game_data as that also covers getting the data from steam and the demo. Could you explain why you are using ~/.local/share/arx/datadir ? Shouldn't this rather be $PREFIX/share/arx/datadir http://wiki.arx-libertatis.org/Data_directories states that the datadir is read-only and gives defaults outside of home directories.