Bug 222879

Summary: [patch] misc/raspberrypi-userland: enable armv7 build
Product: Ports & Packages Reporter: Sylvain Garrigues <sylvain>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: imp, mikael
Priority: --- Flags: bugzilla: maintainer-feedback? (mikael)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
My working patch none

Description Sylvain Garrigues 2017-10-09 13:31:06 UTC
Currently, the port fails with "is only for armv6, while you are running armv7".
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2017-10-09 13:55:44 UTC
Created attachment 187025 [details]
patch
Comment 2 Sylvain Garrigues 2017-10-09 17:43:33 UTC
Created attachment 187029 [details]
My working patch

Tested with this patch
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2017-10-09 19:29:54 UTC
Comment on attachment 187029 [details]
My working patch

maintainer-approval++
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-10-10 01:47:37 UTC
A commit references this bug:

Author: linimon
Date: Tue Oct 10 01:46:52 UTC 2017
New revision: 451653
URL: https://svnweb.freebsd.org/changeset/ports/451653

Log:
  Enable on armv7.

  PR:		222879
  Submitted by:	Sylvain Garrigues <sylvain at syvlaingarrigues dot com>

Changes:
  head/misc/raspberrypi-userland/Makefile
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2017-10-10 01:48:35 UTC
Committed, thanks.

I used the longer form because I was not sure the short form would work.
Comment 6 Sylvain Garrigues 2017-10-10 06:30:42 UTC
It does work with the regexp (code logic in bsd.port.mk is using a match test) but I’m fine with the longer form, thanks, closing the bug.