Index: head/devel/libatomic_ops/Makefile =================================================================== --- head/devel/libatomic_ops/Makefile (revision 443900) +++ head/devel/libatomic_ops/Makefile (revision 443901) @@ -1,24 +1,25 @@ # Created by: Stanislav Sedov # $FreeBSD$ PORTNAME= libatomic_ops PORTVERSION= 7.4.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= rodrigo@FreeBSD.org COMMENT= Atomic operations access library LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi LIB_DEPENDS= libltdl.so:devel/libltdl USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= ivmai OPTIONS_DEFINE= DOCS .include Index: head/devel/libatomic_ops/files/patch-src_atomic__ops_sysdeps_gcc_arm.h =================================================================== --- head/devel/libatomic_ops/files/patch-src_atomic__ops_sysdeps_gcc_arm.h (nonexistent) +++ head/devel/libatomic_ops/files/patch-src_atomic__ops_sysdeps_gcc_arm.h (revision 443901) @@ -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 Property changes on: head/devel/libatomic_ops/files/patch-src_atomic__ops_sysdeps_gcc_arm.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property