From nobody Tue Jan 11 08:28:46 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D3B871943D8E; Tue, 11 Jan 2022 08:28:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JY3kQ4JwJz4SRB; Tue, 11 Jan 2022 08:28:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7424C157F5; Tue, 11 Jan 2022 08:28:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 20B8SkWn011396; Tue, 11 Jan 2022 08:28:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20B8SkxK011395; Tue, 11 Jan 2022 08:28:46 GMT (envelope-from git) Date: Tue, 11 Jan 2022 08:28:46 GMT Message-Id: <202201110828.20B8SkxK011395@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 7476f16950d6 - main - science/dynare: Correct the command recommended in pkg-message List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7476f16950d6d354989513b545c08cc0865ca18a Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641889726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VfM1Z59AlvjGxNWJkRcDERBgrlfWid4KVzpBiB9Dwk0=; b=ewEPas9oJKgQyn89sVsGC5W+X7kg6zf7u1T+QhCC9eJTA0X94fXs0eWAUco9bF2aqjQOWq tm1HhD1nWZW53Vfn7LWBRxcHiAl6rXa2ys7Q+xJOl0WhuZqrp/NhPPvIJDYRMICOW2CUWl NnHU9VE/szmxhKkdcKZezpzgcejZUimeJB+qxFt7qBWt7Hcukk4cK9gcRox259iP+QOtpV eHJBEG7Kduc0yviIvCxUM32shonP2e/MqiyLL2rAH4cV5HbbzLwU9kWO64DyEYqYaI6D36 8x1V7VTCwxqtkIF25SfyexUrPpfww1O0xM5VOub8+6XdgHEDlpTr8+w/h98Fyw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641889726; a=rsa-sha256; cv=none; b=Ko3WlM1jVRUaeGRZHzzo2rKlgEh9lQcC6eEwN6qfXnNT6MfuKkraN3y30FH8mDpfEvJ4Ty YvH8g/yEGwDdZu8v04m3g+WAJ8Hrm8advwqRwec8s3viPRDyS/CdBaJpq4P4lxUvh5bg+W p4oec3Gp6L8UFgRVSapKoGkbwu4+zH5T1PxCO7T5QVa7J+gE0Z/CTaA3YV7SlNkECGK826 N4jOVhqDLCg3dFiPxS6vrKG7Gvn0YuRqy2ZxW+gtkpz9CT990cEOQZnsCDBVw8y/zvTnVK ifDg9/FDDppxo/p4ysjXe8lziWnFEdO2LBJNfr4ujk/fE8n5cCYdn4kwLXMBlA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7476f16950d6d354989513b545c08cc0865ca18a commit 7476f16950d6d354989513b545c08cc0865ca18a Author: Yuri Victorovich AuthorDate: 2022-01-11 08:25:42 +0000 Commit: Yuri Victorovich 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 }