Summary: | [NEW PORT] games/openage: A free engine clone of the Genie Engine | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Martin Filla <freebsd> | ||||||||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | freebsd, yuri | ||||||||||
Priority: | --- | ||||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Created attachment 195156 [details]
Updated shar
Hi Martin,
The file keybinds.oac should be in ${PREFIX}/etc/openage/ (%%ETCDIR%%).
Could you please take the updated shar that I attached, fix the path where keybinds.oac is loaded from, and resubmit?
Thanks!
Also, /etc/xdg should be ${PREFIX}/etc/xdg. Created attachment 195159 [details]
openage
I updated shar. Created attachment 195160 [details]
openage.shar
Added update openage.shar
It fails:
> -- Up-to-date: /usr/ports/games/openage/work/stage/usr/local/lib/python3.6/site-packages/openage/testing/misc_cpp.so
> mkdir: /usr/local/etc/openage: Permission denied
I think you develop port as root, this is why you didn't notice this. You should only develop ports as a regular user.
Also, you should run 'portlint -C' - it will find some errors.
Yuri
It still installs this file: /etc/openage/keybinds.oac Hello Yuri i am sorry i dont know how do it in makefile :-( (In reply to Martin Filla from comment #8) https://github.com/SFTtech/openage/issues/1033 Hi Martin, For the next time, please build the port in poudriere (https://www.freebsd.org/doc/handbook/ports-poudriere.html) and run 'portlint -C' before you submit new ports or port updates. Thank you, Yuri A commit references this bug: Author: yuri Date: Sun Jul 22 17:11:41 UTC 2018 New revision: 475111 URL: https://svnweb.freebsd.org/changeset/ports/475111 Log: New port: games/openage: Free engine clone of the Genie Engine PR: 229787 Submitted by: Martin Filla <martinfilla@post.cz> Changes: head/games/Makefile head/games/openage/ head/games/openage/Makefile head/games/openage/distinfo head/games/openage/files/ head/games/openage/files/patch-libopenage_CMakeLists.txt head/games/openage/files/patch-openage_default__dirs.py head/games/openage/pkg-descr head/games/openage/pkg-plist Committed with changes. Thank you for your submission! |
Created attachment 195154 [details] openage.shar Hello Yuri i have new port