Created attachment 227709 [details] Shell script Would you consider adding the attached script to the installation for the users' convenience?
Approved. Would you commit it ? Thanks ! wen
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa2e0b8c66d459b05b1a6624cd482950f9ea3376 commit fa2e0b8c66d459b05b1a6624cd482950f9ea3376 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2021-09-06 14:21:44 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2021-09-06 14:21:44 +0000 biology/emboss: Add emboss-shell: Run subshell with proper PATH Also silence portlint and stage-qa warnings PR: 258316 Approved by: wen biology/emboss/Makefile | 10 +++++---- biology/emboss/distinfo | 1 + biology/emboss/files/emboss-shell.in (new +x) | 26 ++++++++++++++++++++++ biology/emboss/files/patch-Makefile.in | 16 ++++++------- biology/emboss/files/patch-emboss-Makefile.in | 6 ++--- ...mplate => patch-emboss_emboss.default.template} | 4 ++-- biology/emboss/pkg-plist | 1 + 7 files changed, 47 insertions(+), 17 deletions(-)
Done, thanks for the quick response!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e47c577da6ce40e629041a92a327d9648ef72bd0 commit e47c577da6ce40e629041a92a327d9648ef72bd0 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2021-09-06 15:13:03 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2021-09-06 15:13:03 +0000 biology/emboss: Put emboss-shell in default PATH PREFIX is overridden by default in the port Makefile, so PREFIX/bin is not normally in PATH. The purpose of emboss-shell is to prepend PREFIX/bin to PATH to give access to emboss tools. Also fix tcsh detection. PR: 258316 biology/emboss/Makefile | 3 ++- biology/emboss/distinfo | 2 +- biology/emboss/files/emboss-shell.in | 2 +- biology/emboss/pkg-plist | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-)