#46342: Mac meson build tasks Open Date: 2022-12-23 22:16 Last Update: 2022-12-28 04:47 URL for this Ticket: https://osdn.net//projects/freeciv/ticket/46342 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=46342 --------------------------------------------------------------------- Last Changes/Comment on this Ticket: 2022-12-28 04:47 Updated by: cazfi Comment: Reply To ddeanbrown ./freeciv-server -v > file writes the info to the screen just the same, and the resulting file is empty. Yeah, seems it writes to stderr. Which might count as a bug - showing version number when it's not requested is not an error message. So you should be able to just redirect stderr instead of stdout to file: './freeciv-server -v 2> file'. But it's probably better to use ./fc_version regardless. For one thing, there should not be anything else than the version number on its output. --------------------------------------------------------------------- Ticket Status: Reporter: ddeanbrown Owner: (None) Type: Tasks Status: Open Priority: 5 - Medium MileStone: 3.1.0 Component: Bootstrap Severity: 5 - Medium Resolution: None --------------------------------------------------------------------- Ticket details: homebrew-appbundle.sh needs a final tweaking, which I hope to have done next week. homebrew-install-packages.sh is a new file, needed so end users can build from source on the Mac. Patch attached. doc/README.Mac is a new file which needs to be included in the zip file that also contains the final released version of the Mac app bundle. Patch attached. I think making that zip file, and maybe getting it onto the freeciv.org and sourceforge.net servers, could be done in the .github/workflows/ci.yml file by adding another jobs: target, and another shell script. Might be nice to have an easy automated way to make a final release zip file when a new version is being released. Could a shell script do ftp to those servers? -- Ticket information of Freeciv project Freeciv Project is hosted on OSDN Project URL: https://osdn.net/projects/freeciv/ OSDN: https://osdn.net URL for this Ticket: https://osdn.net/projects/freeciv/ticket/46342 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=46342