non port: devel/libatomic_ops/Makefile |
SVNWeb
|
Number of commits found: 31 |
Wed, 5 Apr 2023
|
[ 08:36 Rodrigo Osorio (rodrigo) ] b375bf2
devel/libatomic_ops: update to 7.8.0
Full changelog: https://github.com/ivmai/libatomic_ops/releases/tag/v7.8.0
Reported by: Ivan Maidanski <ivmai@mail.ru> (by private email)
|
Sun, 15 Jan 2023
|
[ 20:49 Rodrigo Osorio (rodrigo) ] a2f13e3
devel/libatomic_ops: update to 7.6.14
Port changes:
* enable shared library
* Fix makefile to make portclippy happy
Major changes:
* Avoid AO_stack_t to cross CPU cache line boundary
* Do not assume 'ordered except earlier write' for UWP/arm64
* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET
* Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
* Repeat black list check on CAS fail in stack_push_explicit_aux_release
Full changelog: https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.14
PR: 268698
Reported by: pkubaj
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 19 Jan 2022
|
[ 13:18 Rodrigo Osorio (rodrigo) ] ac03e21
devel/libatomic_ops: Use release archive
Use release archive instead of USE_GITHUB as suggested
by "Porters Handbook" ; this also remove the need to use
USES= autoreconf.
Also remove libltdl dependency
PR: 260877
Reported by: diizzy
|
Sun, 14 Nov 2021
|
[ 22:45 Rodrigo Osorio (rodrigo) ] 2b8ba6d
devel/libatomic_ops: Update to 7.6.12
Changelog: https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.12
|
Tue, 5 Oct 2021
|
[ 20:01 Bernhard Froehlich (decke) ] 5ea1a96
devel/libatomic_ops: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 3 Mar 2019
|
[ 22:32 rodrigo ]
Upgrade devel/libatomic_ops from v7.6.8 to v7.6.10
* Eliminate 'my_chunk_ptr-AO_initial_heap out of bounds' cppcheck warning
* Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8)
* Fix 'duplicate symbol' error for test_malloc/stack with static libs (OS X)
* Workaround 'argument to function assert is always 1' cppcheck warnings
|
Wed, 26 Dec 2018
|
[ 14:59 rodrigo ]
Upgrade devel/libatomic_ops from 7.6.4 to 7.6.8
Changelog:
* Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack)
* Eliminate 'redundant blank line at start/end of block' CodeFactor warning
* Fix 'Cannot implement CAS_full on this architecture' build error (nios2)
* Fix a typo in arm_v6.h
* Support aarch64-ilp32 (GCC) and UWP/arm64 (MS VC) targets
* Undefine AO_ARM_HAVE_* private macros after their usage
* Use standalone private macro to guard against AO_GCC_BARRIER redefinition
* Workaround 'condition my_chunk_ptr is always false' cppcheck false positive
|
Wed, 4 Apr 2018
|
[ 21:06 rodrigo ]
Upgrade libatomic_ops to 7.6.4
Major changes since v7.6.0:
* Eliminate compiler warnings
* Eliminate data race in cons() of test_malloc
* Fix 'bad register name %sil' assembler error (GCC-4.4/x86)
* Fix 'doc' files installation folder
* Fix AO_malloc for sizes near CHUNK_SIZE
* Fix memory leak in test_malloc
* Fix public headers inclusion from clients C++ code
* Fix size value wrap around in AO_malloc_large
* Fix test failures for Clang-3.8 and older (Aarch64)
* Fix test_atomic failure caused unaligned AO_double_t access (x86)
* Implement fetch-CAS for s390[x] (gcc)
* Support AIX/ppc, MIPS rel6, n32 ABI for mips64, RISC-V
* Update README about bugs reporting and new releases notification
* Use built-in atomics for load/store/CAS for Clang by default (Aarch64)
* Use GCC atomic intrinsics for Hexagon (clang 3.9+)
* Use LLD and SCD instructions on mips64
Reported by: Ivan Maidanski <ivmai@mail.ru> (by email)
|
Sat, 5 Aug 2017
|
[ 23:12 sunpoet ]
Add LICENSE_FILE
Approved by: portmgr (blanket)
|
Thu, 3 Aug 2017
|
[ 17:36 rakuco ]
Fix plist after r447203.
|
[ 11:32 rodrigo ]
Update port to 7.6.0
Multiple changes, fixes and workarounds
see https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.0
|
Mon, 19 Jun 2017
|
[ 17:50 rodrigo ]
Add a missed patch for arm build
Bump PORTREVISION
PR: 220008
Submitted by: mikael.urankar@gmail.com
Approved by: maintainer
|
Tue, 13 Jun 2017
|
[ 21:32 rodrigo ]
Fix small mistakes in the Makefile
Since this has no inpact on the build itself, no portrevision bump required
|
Sun, 11 Jun 2017
|
[ 13:26 rodrigo ]
Update the port from 7.4.4 to 7.4.6
Multiple fixes and improvements
|
Wed, 24 Aug 2016
|
[ 10:53 cpm ]
- Update to 7.4.4
- Use PORTVERSION instead of DISTVERSION
- Add patch to fix boehm-gc on sparc
Log:
- Eliminate 'signed-to-unsigned value extension' compiler warning in malloc.
- Eliminate 'variable set but not used' Cppcheck warnings in test_stack.
- Fix GCC 5.x compatibility for AArch64 double-wide primitives.
- Fix makefile preventing AO_pause undefined in libatomic_ops_gpl.
- Fix missing casts to match printf format specifier in test_atomic.
- Fix missing output folder on making auto-generated test files (Automake).
- Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE).
- Minor fix of code alignment in mips AO_compare_and_swap.
- Remove TODO file.
- Restore contribution info in ChangeLog for authors not listed in git log.
Submitted by: cpm
Reviewed by: amdmi3, feld, junovitch (mentors)
Approved by: maintainer timeout (3 weeks)
Differential Revision: D7311
|
Tue, 1 Sep 2015
|
[ 16:20 amdmi3 ] (Only the first 10 of 47 ports in this commit are shown above. )
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
|
Wed, 23 Jul 2014
|
[ 08:39 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Sun, 20 Jul 2014
|
[ 19:31 rodrigo ]
- update WWW
- remove deprecated mirror
PR: ports/191764
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: bapt (mentor)
|
Tue, 22 Apr 2014
|
[ 14:13 rodrigo ]
- Update port to 7.4.0
- Add extra master site
- fix license
PR: ports/188321
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
Approved by: bapt (mentor)
|
Wed, 29 Jan 2014
|
[ 09:17 rodrigo ] (Only the first 10 of 43 ports in this commit are shown above. )
Update maintainer email address
Approved by: bapt@ (co-mentor)
|
Wed, 25 Sep 2013
|
[ 00:54 bdrewery ] (Only the first 10 of 179 ports in this commit are shown above. )
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Thu, 31 Jan 2013
|
[ 05:15 danfe ]
Last minute cosmetic changes.
|
[ 05:09 danfe ]
- Update to version 7.3alpha2
- Define LICENSE, utilize DISTVERSION, etc.
- Conditionally install documentation
- Reindent port description while here
PR: ports/175662
Submitted by: maintainer
|
Sat, 12 Jan 2013
|
[ 12:07 wen ] (Only the first 10 of 24 ports in this commit are shown above. )
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
Fri, 23 Sep 2011
|
[ 06:03 stas ]
- Add devel/libatomic-ops, a library providing portable access to
atomic operations.
WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
Number of commits found: 31 |