Bug 235529 - security/masscan: remove ONLY_FOR_ARCHS
Summary: security/masscan: remove ONLY_FOR_ARCHS
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-05 15:18 UTC by Piotr Kubaj
Modified: 2022-07-29 02:45 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (taguchi.ch)


Attachments
patch (320 bytes, patch)
2019-02-05 15:18 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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...