Port details |
- libhoard Fast, scalable, and memory-efficient allocator for MP
- 3.13 devel =3 3.13Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-06-21 20:33:28
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv2+
- WWW:
- http://www.hoard.org/
- Description:
- The Hoard memory allocator is a fast, scalable, and memory-efficient
memory allocator for shared-memory multiprocessors.
Multithreaded programs that perform dynamic memory allocation do not
scale because the heap is a bottleneck. When multiple threads
simultaneously allocate or deallocate memory from the heap, they will
be serialized while waiting for the heap lock. Programs making
intensive use of the heap actually slow down as the number of
processors increases. (Note: If you make a lot of use of the STL, you
may not know it, but you are making a lot of use of the heap.)
Hoard is a fast allocator that solves this problem. In addition, it
has very reasonable bounds on memory consumption.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libhoard>0:devel/libhoard
- To install the port:
- cd /usr/ports/devel/libhoard/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libhoard
- pkg install libhoard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libhoard
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1586388520
SHA256 (hoard-release.tar.gz) = 56399859f95e5a91c998f665d7e56095e8c888c77b33f7d9a5c3b64356658d76
SIZE (hoard-release.tar.gz) = 1554232
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_libhoard
- USES:
- gmake compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.13 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.13 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
3.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.13 29 Nov 2020 14:12:28 |
linimon |
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com TRYBROKEN run |
3.13 13 Oct 2020 01:59:00 |
linimon |
These ports now build (as tested on powerpc64-12).
Approved by: portmgr (tier-2 blanket) |
3.13 08 Apr 2020 23:51:33 |
osa |
Update from 3.10 to the recent release 3.13.
Remove needless patches. |
3.10_1 27 Jan 2019 10:36:16 |
tobik |
devel/libhoard: Unbreak build with Clang 6 (C++14 by default)
include/hoard/geometricsizeclass.h:137:5: error: non-type template argument
evaluates to -2147483648, which cannot be narrowed to type 'size_t' (aka
'unsigned long') [-Wc++11-narrowing]
MaxObjectSize>::VALUE };
^
http://beefy3.nyi.freebsd.org/data/112amd64-quarterly/491309/logs/errors/libhoard-3.10.log
- Respect CXX, CXXFLAGS, LDFLAGS
- Add a soname to the library
- Use INSTALL_LIB to install it |
3.10 29 Apr 2017 06:32:03 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
3.10 08 Nov 2016 19:29:57 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
3.10 08 Nov 2016 03:34:45 |
linimon |
Broken on all tier-2 archs. |
3.10 09 Oct 2016 22:01:34 |
bsam |
Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.
Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) |
3.10 29 Apr 2016 21:21:17 |
pi |
devel/libhoard: Fix build with libc++ 3.8.0
PR: 208621
Submitted by: dim
Approved by: uffe@uffe.org (maintainer timeout) |
3.10 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
3.10 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
3.10 12 Dec 2015 14:18:16 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Mark BROKEN on mips*:
Heap-Layers/locks/spinlock.h:268:2: error: #error "No spin lock implementation
is available for this platform."
Approved by: portmgr blanket |
3.10 16 Sep 2015 13:03:46 |
mat |
It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight |
3.10 28 Aug 2014 18:32:54 |
robak |
devel/libhoard: update 3.8 -> 3.10
- Assign maintainership to uffe@uffe.org
- Add stage support
PR: 192877
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Reviewed by: marino (mentor)
Approved by: mentors (implicit) |
3.8 04 Jul 2014 12:06:07 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
3.8 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.8 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
3.8 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
3.8 05 Jun 2010 06:41:23 |
osa |
Update from 3.6.1 to 3.8. |
3.6.1 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
3.6.1 24 May 2007 07:05:45 |
osa |
Make fetchable by update to latest release 3.6.1.
Pointed out by: pointyhat, kris
Approved by: portmgr (erwin) |
3.6_1 02 Apr 2007 13:56:46 |
osa |
Build only for i386.
Bump PORTREVISION. |
3.6 25 Mar 2007 21:03:41 |
pav |
- Update to 3.6
PR: ports/110185
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: maintainer timeout (osa; 14 days) |
2.1.2d_2 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.1.2d_2 31 Aug 2005 09:26:37 |
vs |
Fix PTHREAD_* misspellings
Approved by: osa,ahze |
2.1.2d_2 04 Feb 2004 12:55:42 |
osa |
SIZEfy my ports. |
2.1.2d_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1.2d_1 25 Jun 2003 14:37:49 |
osa |
Port does not compile on systems older than 5.1-RELEASE
(needs _SC_NPROCESSORS_ONLN).
Respect CC, CXX, CFLAGS and CXXFLAGS.
Pointed out by: kris
Approved by: fjoe (mentor) |
2.1.2d 21 Jun 2003 20:32:55 |
osa |
Add libhoard - fast, scalable and memory-efficient
allocator for multiprocessors.
Approved by: fjoe (mentor) (implicit) |