Port details |
- mimalloc General-purpose allocator with excellent performance characteristics
- 2.1.7 devel =2 2.1.7Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2019-10-03 07:28:47
- Last Update: 2024-06-10 21:24:33
- Commit Hash: 126d28f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/microsoft/mimalloc
- Description:
- mimalloc (pronounced "me-malloc") is a general purpose allocator with excellent
performance characteristics. Initially developed for the run-time systems of the
Koka and Lean languages.
It is a drop-in replacement for malloc and can be used in other programs without
code changes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mimalloc>0:devel/mimalloc
- To install the port:
- cd /usr/ports/devel/mimalloc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/mimalloc
- pkg install mimalloc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mimalloc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717317156
SHA256 (microsoft-mimalloc-v2.1.7_GH0.tar.gz) = 0eed39319f139afde8515010ff59baf24de9e47ea316a315398e8027d198202d
SIZE (microsoft-mimalloc-v2.1.7_GH0.tar.gz) = 1181422
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- devel/mold
- graphics/art
Configuration Options:
- No options to configure
- Options name:
- devel_mimalloc
- USES:
- cmake:testing compiler:c++17-lang pathfix
- 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 |
2.1.7 10 Jun 2024 21:24:33 |
Daniel Engberg (diizzy) |
devel/mimalloc: Add USES= pathfix
Fixes installed location of .pc files
Approved by: portmgr (blanket) |
2.1.7 02 Jun 2024 10:44:14 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.1.7 |
2.1.6 14 May 2024 19:59:27 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.1.6 |
2.1.4 23 Apr 2024 13:36:57 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.1.4 |
2.1.2 25 Apr 2023 08:24:39 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.1.2 |
2.1.1 07 Apr 2023 13:59:09 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.1.1
Upstream issue: https://github.com/microsoft/mimalloc/issues/722 |
2.0.9_1 29 Dec 2022 10:45:39 |
Emanuel Haupt (ehaupt) Author: Daniel Engberg |
devel/mimalloc: Convert to cmake:testing
Use cmake:testing, this also prevents always building unit tests.
PR: 268625 |
2.0.9 27 Dec 2022 16:22:29 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.0.9 |
2.0.7 12 Nov 2022 09:38:03 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.0.7 |
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) |
2.0.6 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 ) |
2.0.6 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 ) |
2.0.6 21 Apr 2022 05:54:24 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.0.6
- Remove post-install, no longer required (apparently) [1]
- Use CMAKE_OFF to disable building object file
Reported by: koobs |
2.0.5 12 Apr 2022 08:41:41 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: fix install wiht WITH_DEBUG
If WITH_DEBUG is defined shared objects are installed with -debug
suffix. This not only fails to install but would also break consumers.
Patch CMakeLists.txt accordingly.
Reported by: koobs (via irc) |
2.0.5 17 Feb 2022 17:55:30 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.0.5 |
2.0.3 23 Nov 2021 20:23:13 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.0.3 |
2.0.2_1 16 Nov 2021 12:03:49 |
Piotr Kubaj (pkubaj) |
devel/mimalloc: fix build on powerpc after
169b8d35ec7ae204ad56af65f9fa330f9f9ef892
clang doesn't have libatomic.
Pointy hat: ehaupt |
2.0.2_1 20 Aug 2021 14:30:23 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Don't depend on gcc
- No longer depend on gcc
- Add a test target
- Pacify portclippy/portfmt
Reported by: diizzy |
2.0.2 05 Jul 2021 09:15:13 |
Piotr Kubaj (pkubaj) |
devel/mimalloc: fix build on powerpc
Same issue as on i386. |
2.0.2 04 Jul 2021 15:35:28 |
Emanuel Haupt (ehaupt) |
devel/mimalloc: Update to 2.0.2 |
2.0.1 02 May 2021 11:49:48 |
Emanuel Haupt (ehaupt) Author: Yuri Victorovich |
devel/mimalloc: Update to 2.0.1
While here pacify portclippy.
PR: 255537 |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 12 Mar 2021 08:44:02 |
ehaupt |
devel/mimalloc: Update to 2.0.0
PR: 254223
Submitted by: yuri |
1.6.7 09 Jan 2021 15:19:57 |
ehaupt |
Restore accidentally removed PORTSCOUT definition |
1.6.7 07 Jan 2021 21:45:18 |
ehaupt |
Update to 1.6.7 |
1.6.4 02 Sep 2020 11:39:25 |
ehaupt |
Update to 1.6.4 |
1.6.3 24 May 2020 15:04:14 |
ehaupt |
- Update to 1.6.3
- Make portclippy/portfmt happy |
1.6.1 10 Apr 2020 09:42:42 |
ehaupt |
Update to 1.6.1 |
1.1.0 15 Nov 2019 07:56:22 |
ehaupt |
Set ignore to 1 in order to make this work. |
1.1.0 11 Nov 2019 09:02:33 |
ehaupt |
Remove commented out MASTER_SITES |
1.1.0 22 Oct 2019 13:19:06 |
pkubaj |
devel/mimalloc: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-invalid-memory-model"
Approved by: mentors (implicit approval) |
1.1.0 21 Oct 2019 07:26:37 |
ehaupt |
Tell portscout to ignore version checking. Portscout shows broken
links: 400: Invalid request. |
1.1.0 08 Oct 2019 08:45:56 |
ehaupt |
Update to 1.1.0 |
1.0.8 03 Oct 2019 07:28:39 |
ehaupt |
Add mimalloc 1.0.8, general-purpose allocator with excellent performance
characteristics. |