svn commit: r379340 - in head/security/cryptlib: . files
Alex Dupre
ale at FreeBSD.org
Thu Feb 19 11:34:06 UTC 2015
Author: ale
Date: Thu Feb 19 11:34:05 2015
New Revision: 379340
URL: https://svnweb.freebsd.org/changeset/ports/379340
QAT: https://qat.redports.org/buildarchive/r379340/
Log:
Add armv6 as supported arch.
PR: 197609
Submitted by: egypcio at googlemail.com
Modified:
head/security/cryptlib/Makefile
head/security/cryptlib/files/patch-misc_os_spec.h
Modified: head/security/cryptlib/Makefile
==============================================================================
--- head/security/cryptlib/Makefile Thu Feb 19 11:19:05 2015 (r379339)
+++ head/security/cryptlib/Makefile Thu Feb 19 11:34:05 2015 (r379340)
@@ -10,7 +10,7 @@ DISTNAME= cl${PORTVERSION:S/.//g}
MAINTAINER= ale at FreeBSD.org
COMMENT= Powerful security programming toolkit
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= i386 amd64 armv6
OPTIONS_DEFINE= DOCS
Modified: head/security/cryptlib/files/patch-misc_os_spec.h
==============================================================================
--- head/security/cryptlib/files/patch-misc_os_spec.h Thu Feb 19 11:19:05 2015 (r379339)
+++ head/security/cryptlib/files/patch-misc_os_spec.h Thu Feb 19 11:34:05 2015 (r379340)
@@ -1,6 +1,17 @@
---- misc/os_spec.h.orig 2010-10-13 23:58:52.000000000 +0200
-+++ misc/os_spec.h 2011-03-04 15:31:57.000000000 +0100
-@@ -601,7 +601,7 @@ typedef unsigned char BYTE;
+--- misc/os_spec.h.orig 2011-08-02 23:52:50.000000000 +0000
++++ misc/os_spec.h 2015-02-19 11:32:33.126607217 +0000
+@@ -606,9 +606,7 @@
+ support for the change was added in gcc 4.4, so any newer version with
+ ARM_EABI defined will have a scalar va_list */
+
+-#if defined( __GNUC__ ) && \
+- ( ( __GNUC__ == 4 && __GNUC_MINOR__ >= 4 ) || ( __GNUC__ > 4 ) ) && \
+- defined( __ARM_EABI__ )
++#if defined( __ARM_EABI__ )
+ /* In theory we could check __ap but in practice it's too risky to rely
+ on the type and state of hidden internal fields, and in any case it's
+ only a sanity check, not a hard requirement, so we just no-op the
+@@ -666,7 +664,7 @@
#if defined( __WINDOWS__ ) || \
( defined( __UNIX__ ) && \
More information about the svn-ports-head
mailing list