Bug 247866 - shells/bash-completion: is not broken on armv6 (Raspberry Pi 2)
Summary: shells/bash-completion: is not broken on armv6 (Raspberry Pi 2)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-09 08:05 UTC by NAKAJI Hiroyuki
Modified: 2020-07-11 07:54 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description NAKAJI Hiroyuki 2020-07-09 08:05:22 UTC
shells/bash-completion is marked BROKEN on armv6 and armv7 at Revision 462294 about 2 years ago.

But,

TRYBROKEN=1 make install

was successful on my RPI2 (armv6) with FreeBSD 11.4-RELEASE.

# uname -ap
FreeBSD rpi2.stlab.kankyo-u.ac.jp 11.4-RELEASE FreeBSD 11.4-RELEASE #25 r362533: Thu Jun 25 16:27:48 JST 2020     root@rpi2.stlab.kankyo-u.ac.jp:/usr/obj/usr/src/sys/STLAB  arm armv6

The two BROKEN_armv[67] lines in the Makefile can be removed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-07-11 07:50:19 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Jul 11 07:49:06 UTC 2020
New revision: 541952
URL: https://svnweb.freebsd.org/changeset/ports/541952

Log:
  Remove BROKEN on armv6 and armv7

  Tested by submitter on Raspberry Pi 2.

  PR:		247866
  Submitted by:	NAKAJI Hiroyuki <nakaji@kankyo-u.ac.jp>

Changes:
  head/shells/bash-completion/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-07-11 07:54:09 UTC
Committed. Thanks!