pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libatomic_ops == [7.4.6] 2017-05-18 ==
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4c746825f18
branches: trunk
changeset: 362592:d4c746825f18
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 18 20:37:03 2017 +0000
description:
== [7.4.6] 2017-05-18 ==
* Add assertion that double-wide CAS target is aligned (msftc/x86[_64])
* Add configure --enable-gcov option (enable code coverage analysis)
* Code refactoring of gcc/powerpc.h to avoid code duplication
* Eliminate 'cast to long from void*' compiler warning in test_atomic
* Eliminate 'implicit declaration of close' warning in 'strict ANSI' mode
* Eliminate 'missing braces around initializer' gcc warning (hppa)
* Eliminate 'printf format specifies type void*' GCC pedantic warnings
* Eliminate 'value shift followed by expansion' false code defect warning
* Enable limited testing in Makefile.msft without Cygwin
* Fix (delete) comment for AO_and_full (x86)
* Fix block_all_signals compilation in 'strict ANSI' mode
* Fix missing .exe for test filenames in Makefile (MinGW)
* Fix missing printed value names (test_stack)
* Implement fetch-CAS for s390[x] (gcc)
* Move libraries version info to the beginning of Makefile.am
* Refine documentation in Makefile.msft how to run all tests (MS VC)
* Refine README about library downloading
* Rename doc/README.txt to doc/README_details.txt
* Support AIX/ppc (gcc)
* Support CFLAGS_EXTRA to pass extra user-defined compiler flags (make)
* Support n32 ABI for mips64
* Update shared libraries version info for 7.4.6+ (to 1:4:0)
* Use 'inline code' format for commands in README.md
* Use LLD and SCD instructions on mips64
* Workaround 'resource leak' false positives in AO_malloc, add_elements
* Workaround 'uninitialized memory use' MemorySanitizer warning (test_atomic)
Also, includes 7.2h changes
diffstat:
devel/libatomic_ops/Makefile | 20 ++++++++++++--------
devel/libatomic_ops/PLIST | 4 ++--
devel/libatomic_ops/distinfo | 10 +++++-----
3 files changed, 19 insertions(+), 15 deletions(-)
diffs (69 lines):
diff -r c819c6eaea81 -r d4c746825f18 devel/libatomic_ops/Makefile
--- a/devel/libatomic_ops/Makefile Thu May 18 20:10:52 2017 +0000
+++ b/devel/libatomic_ops/Makefile Thu May 18 20:37:03 2017 +0000
@@ -1,19 +1,23 @@
-# $NetBSD: Makefile,v 1.11 2016/06/12 14:33:57 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/05/18 20:37:03 adam Exp $
-DISTNAME= libatomic_ops-7.4.4
+DISTNAME= libatomic_ops-7.4.6
CATEGORIES= devel
-MASTER_SITES= http://www.ivmaisoft.com/_bin/atomic_ops/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ivmai/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/ivmai/libatomic_ops/wiki
+HOMEPAGE= https://github.com/ivmai/libatomic_ops
COMMENT= Multi-platform library of atomic operations by Hans Boehm
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-TEST_TARGET= check
+GITHUB_PROJECT= libatomic_ops
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+
+USE_LANGUAGES+= c
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= pkgconfig/atomic_ops.pc.in
+TEST_TARGET= check
INSTALL_MAKE_FLAGS= pkgdatadir=${PREFIX}/share/doc/libatomic_ops
diff -r c819c6eaea81 -r d4c746825f18 devel/libatomic_ops/PLIST
--- a/devel/libatomic_ops/PLIST Thu May 18 20:10:52 2017 +0000
+++ b/devel/libatomic_ops/PLIST Thu May 18 20:37:03 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2014/04/16 11:21:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/05/18 20:37:03 adam Exp $
include/atomic_ops.h
include/atomic_ops/ao_version.h
include/atomic_ops/generalize-arithm.h
@@ -69,7 +69,7 @@
share/doc/libatomic_ops/COPYING
share/doc/libatomic_ops/LICENSING.txt
share/doc/libatomic_ops/README.md
-share/doc/libatomic_ops/README.txt
+share/doc/libatomic_ops/README_details.txt
share/doc/libatomic_ops/README_malloc.txt
share/doc/libatomic_ops/README_stack.txt
share/doc/libatomic_ops/README_win32.txt
diff -r c819c6eaea81 -r d4c746825f18 devel/libatomic_ops/distinfo
--- a/devel/libatomic_ops/distinfo Thu May 18 20:10:52 2017 +0000
+++ b/devel/libatomic_ops/distinfo Thu May 18 20:37:03 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/06/12 14:33:57 wiz Exp $
+$NetBSD: distinfo,v 1.18 2017/05/18 20:37:03 adam Exp $
-SHA1 (libatomic_ops-7.4.4.tar.gz) = 426af02f1bb8b91979fa8794e9e0b29e2be1e47e
-RMD160 (libatomic_ops-7.4.4.tar.gz) = 91184c76745fde354e7bbd57d4385fc519dbc4bf
-SHA512 (libatomic_ops-7.4.4.tar.gz) = 11369ed1097ae34c756b157ce41b8ca21f325e05659d363a9a50fcb7177ddaa2cefb26b594d02858a6f98df50515e8f13d469b1580ce61a462713fe34cd82dca
-Size (libatomic_ops-7.4.4.tar.gz) = 480094 bytes
+SHA1 (libatomic_ops-7.4.6.tar.gz) = 0630cbe0c808f9d0e643e333143af9a69ac32828
+RMD160 (libatomic_ops-7.4.6.tar.gz) = 8b207d008eb4e6deec314b919892b76f2cd6d4d5
+SHA512 (libatomic_ops-7.4.6.tar.gz) = 29c6f937aa5d21343741aa0661aaf33ec9196b7784b7165d40dd87ce7bf8a7691f5ba94040663f078465ded1935ca01bb829a4b56b190f9db63cc141515d9819
+Size (libatomic_ops-7.4.6.tar.gz) = 479437 bytes
SHA1 (patch-ad) = 01b30be4d320a88bd8690e65bcd243d224c3146b
Home |
Main Index |
Thread Index |
Old Index