svn commit: r443901 - in head/devel/libatomic_ops: . files

Rodrigo Osorio rodrigo at FreeBSD.org
Mon Jun 19 17:50:07 UTC 2017


Author: rodrigo
Date: Mon Jun 19 17:50:06 2017
New Revision: 443901
URL: https://svnweb.freebsd.org/changeset/ports/443901

Log:
  Add a missed patch for arm build
  Bump PORTREVISION
  
  PR:		220008
  Submitted by:	mikael.urankar at gmail.com
  Approved by:	maintainer

Added:
  head/devel/libatomic_ops/files/
  head/devel/libatomic_ops/files/patch-src_atomic__ops_sysdeps_gcc_arm.h   (contents, props changed)
Modified:
  head/devel/libatomic_ops/Makefile

Modified: head/devel/libatomic_ops/Makefile
==============================================================================
--- head/devel/libatomic_ops/Makefile	Mon Jun 19 17:39:21 2017	(r443900)
+++ head/devel/libatomic_ops/Makefile	Mon Jun 19 17:50:06 2017	(r443901)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libatomic_ops
 PORTVERSION=	7.4.6
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 

Added: head/devel/libatomic_ops/files/patch-src_atomic__ops_sysdeps_gcc_arm.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libatomic_ops/files/patch-src_atomic__ops_sysdeps_gcc_arm.h	Mon Jun 19 17:50:06 2017	(r443901)
@@ -0,0 +1,12 @@
+--- src/atomic_ops/sysdeps/gcc/arm.h.orig	2016-03-12 13:41:24 UTC
++++ src/atomic_ops/sysdeps/gcc/arm.h
+@@ -58,7 +58,8 @@
+ # if !defined(__ARM_ARCH_6__) && !defined(__ARM_ARCH_6J__) \
+      && !defined(__ARM_ARCH_6T2__) && !defined(__ARM_ARCH_6Z__) \
+      && !defined(__ARM_ARCH_6ZT2__)
+-#   if !defined(__ARM_ARCH_6K__) && !defined(__ARM_ARCH_6ZK__)
++#   if !defined(__ARM_ARCH_6K__) && !defined(__ARM_ARCH_6KZ__) \
++     && !defined(__ARM_ARCH_6ZK__)
+       /* DMB is present in ARMv6M and ARMv7+.   */
+ #     define AO_ARM_HAVE_DMB
+ #   endif


More information about the svn-ports-all mailing list