Port details |
- dmalloc Portable debug memory allocation library
- 5.6.5 devel =5 5.6.5Version of this port present on the latest quarterly branch.
- Maintainer: mjl@luckie.org.nz
- Port Added: 2000-12-26 02:36:52
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: nasm, t1lib, p5-libwww, pwgen, unzip
- License: ISCL
- WWW:
- https://dmalloc.com/
- Description:
- The debug memory allocation or dmalloc library has been designed as a
portable drop in replacement for the system's memory management
routines while providing powerful debugging facilities configurable at
runtime. These facilities include such things as memory-leak
tracking, fence-post write detection, file/line number reporting, and
general logging of statistics. Online documentation is available at:
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/dmalloc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/dmalloc
- pkg install dmalloc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dmalloc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1613355201
SHA256 (dmalloc-5.6.5.tgz) = 480e3414ab6cedca837721c756b7d64b01a84d2d0e837378d98444e2f63a7c01
SIZE (dmalloc-5.6.5.tgz) = 322310
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:
-
- makeinfo : print/texinfo
- texi2html : textproc/texi2html
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for dmalloc-5.6.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_dmalloc
- USES:
- tar:tgz
- 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 |
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) |
5.6.5 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 ) |
5.6.5 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 ) |
5.6.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.6.5 18 Feb 2021 08:00:07 |
fernape |
devel/dmalloc: update to 5.6.4
Add LICENSE, regerate multiple patches, reorder variables, etc.
Accumulated ChangeLog:
Version 5.6.4 (12/24/2020):
* Fixed shared libary creation. Thanks to @ffontaine and Alex Suykov.
* Fixed one more pointer arithmetic issue. Thanks to aitap.
* Better configuring of the pointer arithmetic type.
* Fixed strndup macro detection... Again. Thanks to SkyOnce.
Version 5.6.3 (12/23/2020):
* Fixed missing dmallocc.o <- dmalloc.h dependency. Thanks to @ffontaine.
* Fixed more %p usage and issues around pointer arithmetic. Thanks to aitap. (Only the first 15 lines of the commit message are shown above ) |
5.5.2_1 02 Oct 2019 18:49:27 |
antoine |
Mark jobs unsafe
./dmallocc.cc:41:10: fatal error: 'dmalloc.h' file not found
Reported by: pkg-fallout
MFH: 2019Q4 |
5.5.2_1 11 Jun 2019 22:30:00 |
bdrewery |
Fix MAKE_JOBS support.
This was just due to multiple targets colliding on a temporary output file.
There's no need for a temporary though. |
5.5.2_1 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
5.5.2_1 28 Jan 2015 17:41:20 |
bdrewery |
- Use GNU_CONFIGURE so CONFIG_SITE is used for quicker build due to caching.
The included Makefile.in does not support DESTDIR, so the --prefix hack
is still needed. |
5.5.2_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
5.5.2_1 30 May 2014 17:16:34 |
amdmi3 |
- Fix installation from plain user
- Fix executable permissions
- Strip binary
- Pass maintainership to submitter
PR: 190128
Submitted by: Matthew Luckie <mjl@luckie.org.nz> |
5.5.2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
5.5.2 08 Nov 2013 13:46:09 |
wg |
devel/dmalloc: fix static libraries
- Fix static libraries (do not strip)
- Allow staging (cheating prefix, unsupported DESTDIR)
- Use options ng for DOCS
PR: ports/183773
Reported by: Paul Koch <paul.koch137 gmail.com> |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
5.5.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
5.5.2 18 Jun 2010 17:24:59 |
mandree |
Mark MAKE_JOBS_UNSAFE.
Approved by: garga (mentor, implicit)
Feature safe: yes |
5.5.2 18 Jun 2010 09:43:54 |
linimon |
Reset pesho.petrov@gmail.com due to maintainer-timeouts and no response
to email.
Hat: portmgr |
5.5.2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
5.5.2 09 Jul 2007 17:58:31 |
miwi |
- Update to 5.5.2
- Pass maintainership to submitter
PR: 114435
Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> |
5.4.2 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
5.4.2 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
5.4.2 05 Apr 2006 05:46:33 |
linimon |
Reset jeremy@external.org who has not responded to email asking about
maintainer timeouts.
Hat: portmgr |
5.4.2 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
5.4.2 04 Dec 2005 23:35:14 |
edwin |
Remove install-info from Makefile, it's automatically done when INFO is defined |
5.4.2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
5.4.2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
5.4.2 09 Feb 2005 12:11:13 |
sem |
- Update to 5.4.2
PR: ports/74671
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
Approved by: maintainer (timeout: 1 month) |
5.3.0 23 Feb 2004 17:50:06 |
krion |
- Update to version 5.3.0
PR: ports/63019
Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
Approved by: maintainer |
5.2.1_1 08 Feb 2004 21:06:55 |
krion |
- Fix build on AMD64
- Utilize DOCSDIR and INFO knobs
- Bump PORTREVISION
Approved by: maintainer informed |
5.2.1 05 Aug 2003 18:21:58 |
naddy |
Updates to 5.2.1.
PR: 54345
Submitted by: Sean C. Farley <sean-freebsd@farley.org>
Approved by: maintainer timeout |
4.8.1 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
4.8.1 04 Nov 2002 03:05:48 |
edwin |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
26 Dec 2000 05:36:52 |
will |
Add dmalloc 4.8.1, a version of the malloc(3) library that provides powerful
debugging facilities at runtime. Required for a forthcoming port. |