- Update to current gog.com version
- shell script not necessary anymore, the game saving in user's home itself.
Details
Details
- Reviewers
tobik - Commits
- rP479601: games/barony: Update to 3.2.1
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Could you use devel/arcanist, or at least generate a diff with full context like it does, with svn diff -x -U9999 or git diff -U9999.
games/barony/files/pkg-message.in | ||
---|---|---|
6 | Should this be changed too? |
Comment Actions
Adding "hotfix" patch which unmounted one of the base folders before the application had a chance to load its contents.
I was able to push upstream this patch so it is correct.
games/barony/Makefile | ||
---|---|---|
14–18 | Having these sorted would be nicer. | |
games/barony/files/patch-src_menu.cpp | ||
1–11 ↗ | (On Diff #47811) |
|
games/barony/Makefile | ||
---|---|---|
20 | The argument to dos2unix does nothing and dos2unix will be applied to all source files. I'm actually surprised that dos2unix even accepts an argument... You need to set DOS2UNIX_FILES=src/menu.cpp instead if it should only be applied to src/menu.cpp. See https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch.html#slow-patch-automatic-replacements |