Bug 223986 - lang/ruby22, 23, 24: patch to ARCH statements
Summary: lang/ruby22, 23, 24: patch to ARCH statements
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-30 08:02 UTC by Mark Linimon
Modified: 2017-12-15 03:02 UTC (History)
1 user (show)

See Also:


Attachments
patch to ARCH statements (3.25 KB, patch)
2017-11-30 08:02 UTC, Mark Linimon
no flags Details | Diff

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