Bug 235529

Summary: security/masscan: remove ONLY_FOR_ARCHS
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, taguchi.ch, ultima
Priority: --- Flags: bugzilla: maintainer-feedback? (taguchi.ch)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-02-05 15:18:17 UTC
Created attachment 201768 [details]
patch

This port builds just fine on powerpc64. x86 assembly sections are ifdef'd so they are only used on x86.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-05 23:01:29 UTC
A commit references this bug:

Author: linimon
Date: Tue Feb  5 23:01:12 UTC 2019
New revision: 492275
URL: https://svnweb.freebsd.org/changeset/ports/492275

Log:
  This port builds on powerpc64.  x86 assembly sections are ifdef'd so
  they are only used on x86.  So, remove the restriction to attempt to
  build on other archs.

  PR:		235529
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Changes:
  head/security/masscan/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-07-29 02:27:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ed2d3394149d45c71182df735143b9561e75c72

commit 8ed2d3394149d45c71182df735143b9561e75c72
Author:     Zach Crownover <zachary.crownover@gmail.com>
AuthorDate: 2022-07-29 02:19:05 +0000
Commit:     Richard Gallamore <ultima@FreeBSD.org>
CommitDate: 2022-07-29 02:24:45 +0000

    irc/irssi-scripts: Take maintainership

    PR: 235529

 irc/irssi-scripts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Richard Gallamore freebsd_committer freebsd_triage 2022-07-29 02:45:48 UTC
Looks like I put in the wrong PR in the commit, please ignore that...