notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
mimalloc General-purpose allocator with excellent performance characteristics
2.0.5 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.5Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-24 07:44:31
Last Update: 2022-04-12 08:42:39
Commit Hash: 2e9e32c
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. WWW: https://github.com/microsoft/mimalloc
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (18 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mimalloc-2.0.5/catalog.mk
  3. /usr/local/share/licenses/mimalloc-2.0.5/LICENSE
  4. /usr/local/share/licenses/mimalloc-2.0.5/MIT
  5. include/mimalloc-new-delete.h
  6. include/mimalloc-override.h
  7. include/mimalloc.h
  8. lib/cmake/mimalloc/mimalloc-config-version.cmake
  9. lib/cmake/mimalloc/mimalloc-config.cmake
  10. lib/cmake/mimalloc/mimalloc-release.cmake
  11. lib/cmake/mimalloc/mimalloc.cmake
  12. lib/libmimalloc.a
  13. lib/libmimalloc.so
  14. lib/libmimalloc.so.2
  15. lib/libmimalloc.so.2.0
  16. @owner
  17. @group
  18. @mode
Collapse this list.
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 = 1645119841 SHA256 (microsoft-mimalloc-v2.0.5_GH0.tar.gz) = fb000a017c289ddc0df749f16fef854e033e496276d8426bdd066b59c476f6cf SIZE (microsoft-mimalloc-v2.0.5_GH0.tar.gz) = 1125567

Packages (timestamps in pop-ups are UTC):
mimalloc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.1.22.1.2-2.1.22.1.2-1.6.7-
FreeBSD:13:quarterly2.1.22.1.22.1.22.1.22.1.22.1.22.1.22.1.2
FreeBSD:14:latest2.1.22.1.22.0.9_12.1.22.1.22.1.2-2.1.2
FreeBSD:14:quarterly2.1.22.1.2-2.1.22.1.22.1.22.1.22.1.2
FreeBSD:15:latest2.1.22.1.2n/a2.1.2n/a2.1.22.1.22.1.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_mimalloc
USES:
cmake compiler:c++17-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/microsoft/mimalloc/tar.gz/v2.0.5?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.5
12 Apr 2022 08:42:39
commit hash: 2e9e32cb83ff0ab900c891f4ebd81443b999fcaacommit hash: 2e9e32cb83ff0ab900c891f4ebd81443b999fcaacommit hash: 2e9e32cb83ff0ab900c891f4ebd81443b999fcaacommit hash: 2e9e32cb83ff0ab900c891f4ebd81443b999fcaa files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
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)

(cherry picked from commit 2cba286258af03d7880db549f64678919040c85c)

Number of commits found: 1