Bug 221921

Summary: [patch] adapt databases/db5 to new 'armv7' architecture
Product: Ports & Packages Reporter: Mark Linimon <linimon>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: mandree: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221894
Attachments:
Description Flags
patch to databases/db5 mandree: maintainer-approval+

Description Mark Linimon freebsd_committer freebsd_triage 2017-08-29 21:11:11 UTC
Created attachment 185892 [details]
patch to databases/db5

The src tree is splitting 32-bit arm support into 'armv6' and the new 'armv7'.  This patch adds armv7 support.  It should provide no regression on any existing architecture.
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2017-08-29 21:38:59 UTC
Mark, I approve of the patch. Please go ahead and commit.

The only corner case appear to be specific ARMv6+ on FreeBSD 10.x or old 11.x, but I'm not sure if it's worth looking into (we can't backport the patch from db6 due to the AGPLv3, we'd taint db5) - anything else should be covered.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-01 14:50:10 UTC
A commit references this bug:

Author: linimon
Date: Fri Sep  1 14:49:10 UTC 2017
New revision: 449083
URL: https://svnweb.freebsd.org/changeset/ports/449083

Log:
  The src tree is splitting 32-bit arm support into 'armv6' and the new
  'armv7'.  This patch adds armv7 support.  It should provide no regression
  on any existing architecture.

  PR:		221921
  Approved by:	maintainer

Changes:
  head/databases/db5/Makefile
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2017-09-01 14:52:04 UTC
Committed, thanks.

AFAICT anyone wanting to use arm will need to be on a recent version of -11, or more likely, -current, so I don't think there's enough to worry about here.