Date: Tue, 11 Jan 2022 08:28:46 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7476f16950d6 - main - science/dynare: Correct the command recommended in pkg-message Message-ID: <202201110828.20B8SkxK011395@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7476f16950d6d354989513b545c08cc0865ca18a commit 7476f16950d6d354989513b545c08cc0865ca18a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-11 08:25:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-11 08:28:44 +0000 science/dynare: Correct the command recommended in pkg-message The --persist argument is needed on FreeBSD, otherwise the command SEGVs. But on Ubuntu this argument isn't needed. The reason, perhaps, is that Octave's graphical backend there is gnome, and on FreeBSD graphical backend is qt. --- science/dynare/files/pkg-message.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/dynare/files/pkg-message.in b/science/dynare/files/pkg-message.in index 95c4a04efe5e..f3ca16ca7478 100644 --- a/science/dynare/files/pkg-message.in +++ b/science/dynare/files/pkg-message.in @@ -14,7 +14,7 @@ or session. You can also run Dynare using one command: -$ octave --eval 'dynare {example}.mod {args}' +$ octave --eval 'dynare {example}.mod {args}' --persist EOM }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201110828.20B8SkxK011395>