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
Port details
talloc242 Hierarchical pool based memory allocator
2.4.2 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: samba@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-30 14:45:15
Last Update: 2025-01-30 14:41:59
Commit Hash: cc1cc2b
License: LGPL3
WWW:
https://talloc.samba.org/
Description:
A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed.
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 (17 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/talloc-2.4.2/catalog.mk
  3. /usr/local/share/licenses/talloc-2.4.2/LICENSE
  4. /usr/local/share/licenses/talloc-2.4.2/LGPL3
  5. include/pytalloc.h
  6. include/talloc.h
  7. lib/libpytalloc-util.cpython-311.so
  8. lib/libpytalloc-util.cpython-311.so.2
  9. lib/libtalloc.so
  10. lib/libtalloc.so.2
  11. lib/python3.11/site-packages/talloc.cpython-311.so
  12. /usr/local/libdata/pkgconfig/pytalloc-util.cpython-311.pc
  13. /usr/local/libdata/pkgconfig/talloc.pc
  14. share/man/man3/talloc.3.gz
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • talloc>0:devel/talloc242
To install the port:
cd /usr/ports/devel/talloc242/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/talloc242
  • pkg install talloc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: talloc
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1737641773 SHA256 (talloc-2.4.2.tar.gz) = 85ecf9e465e20f98f9950a52e9a411e14320bc555fa257d87697b7e7a9b1d8a6 SIZE (talloc-2.4.2.tar.gz) = 679750

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. gettext-runtime>=0.22_1 : devel/gettext-runtime
  3. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libintl.so : devel/gettext-runtime
This port is required by:
for Build
  1. devel/tevent016
  2. net/samba420
for Run
  1. devel/tevent016
  2. net/samba420

Configuration Options:
===> The following configuration options are available for talloc-2.4.2: DEBUG=off: Build with debugging support MANPAGES=off: Build and install manpages (requires textproc/docbook-xsl) PYTHON=on: Python bindings or support ===> Use 'make config' to modify these settings
Options name:
devel_talloc242
USES:
compiler pkgconfig shebangfix waf gettext-runtime python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://ftp.samba.org/pub/talloc/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.2
30 Jan 2025 14:41:59
commit hash: cc1cc2ba1a7c7e9449130b9fc24b144e641e0e09commit hash: cc1cc2ba1a7c7e9449130b9fc24b144e641e0e09commit hash: cc1cc2ba1a7c7e9449130b9fc24b144e641e0e09commit hash: cc1cc2ba1a7c7e9449130b9fc24b144e641e0e09 files touched by this commit
Xavier Beaudouin (kiwi) search for other commits by this committer
devel/talloc242: Update to 2.4.2

Also hook it to the build.

PR:		280533
Sponsored by:	Klara, Inc.
Approved by:	0mp (mentor)
Approved by:	samba (0mp, kiwi)
Differential Revision:	https://reviews.freebsd.org/D48657
2.4.1
30 Jan 2025 14:41:58
commit hash: 9b1dcbb8c6ad29778807e16c6225e634d059e6b9commit hash: 9b1dcbb8c6ad29778807e16c6225e634d059e6b9commit hash: 9b1dcbb8c6ad29778807e16c6225e634d059e6b9commit hash: 9b1dcbb8c6ad29778807e16c6225e634d059e6b9 files touched by this commit
Xavier Beaudouin (kiwi) search for other commits by this committer
devel/talloc242: Hierarchical pool based memory allocator

A hierarchical pool based memory allocator with destructors. It uses
reference counting to determine when memory should be freed.

This port is needed for Samba 4.20

This commit is just a repocopy. I will update the port to the correct
version and connect it to the build in the next commit.

PR:		280533
Sponsored by:	Klara, Inc.
Approved by:	0mp (mentor)
Approved by:	samba (0mp, kiwi)
Differential Revision:	https://reviews.freebsd.org/D48657

Number of commits found: 2