Bug 263391 - net-im/sshout: fix optimization compiling option and update optional dependency
Summary: net-im/sshout: fix optimization compiling option and update optional dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-18 14:31 UTC by WHR
Modified: 2022-04-19 06:56 UTC (History)
1 user (show)

See Also:


Attachments
net-im.sshout-1.2.0_1.diff (2.26 KB, patch)
2022-04-18 14:32 UTC, WHR
no flags Details | Diff
net-im.sshout-1.2.0_1.diff (2.77 KB, patch)
2022-04-18 16:57 UTC, WHR
no flags Details | Diff
net-im.sshout-1.2.0_1.diff (2.91 KB, patch)
2022-04-18 17:20 UTC, WHR
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WHR 2022-04-18 14:31:54 UTC
This update fixes the followings:
	The current upstream Makefile appends '-O1' to CFLAGS, which would inadvertently override any previous optimization option that passed by the user.
	www/elinks has recently been updated to a supported version; add optional dependency to it, and remove the related note in 'pkg-message'.
Comment 1 WHR 2022-04-18 14:32:55 UTC
Created attachment 233302 [details]
net-im.sshout-1.2.0_1.diff
Comment 2 WHR 2022-04-18 16:57:56 UTC
Created attachment 233308 [details]
net-im.sshout-1.2.0_1.diff

Used git-format-patch(1) instead.
Comment 3 WHR 2022-04-18 17:20:55 UTC
Created attachment 233309 [details]
net-im.sshout-1.2.0_1.diff

Update pkg-message.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-04-19 06:38:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45125c023de5e914ddc1aa78540d24fb2ce7e364

commit 45125c023de5e914ddc1aa78540d24fb2ce7e364
Author:     WHR <msl0000023508@gmail.com>
AuthorDate: 2022-04-18 14:36:18 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-04-19 06:36:02 +0000

    net-im/sshout: fix optimization compiling option and update optional dependency

    This update fixes the followings:
      - The current upstream Makefile appends '-O1' to CFLAGS, which would
        inadvertently override any previous optimization option that passed by the user.
      - www/elinks has recently been updated to a supported version
        add optional dependency to it, and remove the related note in 'pkg-message'.

    PR:     263391

 net-im/sshout/Makefile                   | 13 ++++++++-----
 net-im/sshout/files/patch-Makefile (new) | 11 +++++++++++
 net-im/sshout/pkg-message                |  7 +++----
 3 files changed, 22 insertions(+), 9 deletions(-)