Bug 223986

Summary: lang/ruby22, 23, 24: patch to ARCH statements
Product: Ports & Packages Reporter: Mark Linimon <linimon>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to ARCH statements none

Description Mark Linimon freebsd_committer freebsd_triage 2017-11-30 08:02:48 UTC
Created attachment 188418 [details]
patch to ARCH statements

Add armv7 as an arch.  Also, since we never made packages with ARCH=armv6hf, i t's fair to drop it.

While here, remove ia64 stanza and remove uneccesary quotes from ARCH values. 

ruby22 and ruby24 build properly on armv7 with these changes.  (I am missing the ruby23 log for some reason, even though it's the same patch.)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-15 03:02:16 UTC
A commit references this bug:

Author: swills
Date: Fri Dec 15 03:02:06 UTC 2017
New revision: 456382
URL: https://svnweb.freebsd.org/changeset/ports/456382

Log:
  lang/ruby22, 23, 24: update ARCHs

  Add armv7, drop armv6hf and ia64. While here, drop unneeded quotes.

  PR:		223986
  Submitted by:	linimon

Changes:
  head/lang/ruby22/Makefile
  head/lang/ruby23/Makefile
  head/lang/ruby24/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2017-12-15 03:02:32 UTC
Committed, thanks!