Bug 221895

Summary: [patch] adapt security/pgpin to new 'armv7' architecture
Product: Ports & Packages Reporter: Mark Linimon <linimon>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: dinoex: 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 security/pgpin none

Description Mark Linimon freebsd_committer freebsd_triage 2017-08-29 12:08:51 UTC
Created attachment 185863 [details]
patch to security/pgpin

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 Mark Linimon freebsd_committer freebsd_triage 2017-08-29 12:09:26 UTC
Patch also drops support for freebsd-ia64 which is obsolete.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-08-31 10:40:05 UTC
A commit references this bug:

Author: dinoex
Date: Thu Aug 31 10:39:03 UTC 2017
New revision: 449021
URL: https://svnweb.freebsd.org/changeset/ports/449021

Log:
  - add support for armv7
  PR:		221895
  Submitted by:	Mark Linimon

Changes:
  head/security/pgpin/files/patch-makefile
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2017-08-31 10:41:13 UTC
Support added thanks.