From owner-svn-ports-all@freebsd.org Mon Mar 21 14:04:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53C2FAD77E0; Mon, 21 Mar 2016 14:04:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 253531101; Mon, 21 Mar 2016 14:04:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LE4LxU089786; Mon, 21 Mar 2016 14:04:21 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2LE4LX4089784; Mon, 21 Mar 2016 14:04:21 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201603211404.u2LE4LX4089784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 21 Mar 2016 14:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411564 - head/security/p5-Crypt-RHash/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 14:04:22 -0000 Author: mat Date: Mon Mar 21 14:04:21 2016 New Revision: 411564 URL: https://svnweb.freebsd.org/changeset/ports/411564 Log: Fix build on arm6. PR: 201248 Submitted by: mikael urankar gmail com Sponsored by: Absolight Added: head/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h (contents, props changed) head/security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h (contents, props changed) - copied, changed from r411563, head/security/p5-Crypt-RHash/files/patch-librhash__rhash_torrent.h Deleted: head/security/p5-Crypt-RHash/files/patch-librhash__rhash_torrent.h Added: head/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h Mon Mar 21 14:04:21 2016 (r411564) @@ -0,0 +1,11 @@ +--- librhash/byte_order.h.orig 2014-01-29 13:28:04 UTC ++++ librhash/byte_order.h +@@ -40,7 +40,7 @@ extern "C" { + __BYTE_ORDER == __LITTLE_ENDIAN) || \ + defined(CPU_IA32) || defined(CPU_X64) || \ + defined(__ia64) || defined(__ia64__) || defined(__alpha__) || defined(_M_ALPHA) || \ +- defined(vax) || defined(MIPSEL) || defined(_ARM_) ++ defined(vax) || defined(MIPSEL) || defined(_ARM_) || defined(__arm__) + # define CPU_LITTLE_ENDIAN + # define IS_BIG_ENDIAN 0 + # define IS_LITTLE_ENDIAN 1 Copied and modified: head/security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h (from r411563, head/security/p5-Crypt-RHash/files/patch-librhash__rhash_torrent.h) ==============================================================================