summaryrefslogtreecommitdiff
path: root/devel/dmalloc
AgeCommit message (Collapse)AuthorFilesLines
2004-04-27Convert to buildlink3.snj3-28/+22
2004-04-15update to 4,3,0drochner3-62/+9
changes: bugfixes, some minor features
2004-02-15Remove info files entries from PLIST file.seb1-2/+1
2004-02-11USE_LANGUAGES=c c++abs1-1/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15update to 5.2.1drochner5-10/+72
most notable changes: * Added -M --memory-limit argument to dmalloc to limit allocations. * Due to public pressure, I've made free(0L) not an error by default. -some new format specifiers for logfile expansion -bugfixes pkgsrc: -build and install thread support (not tested with GNU pth so far) -arrgh - need a patch so that libraries are not stripped on install
2003-06-23Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-21Add buildlink2.mk.wiz1-0/+24
2002-05-12add -fPIC -DPIC to CFLAGS. Needed to make the shared lib work on sparc (and ↵dmcmahill1-2/+3
probably others)
2002-05-11enable building of the shared lib version as well as the static version.dmcmahill2-2/+6
bump PKGREVISION.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-04A package for the dmalloc debugging malloc library. Seethorpej4-0/+37
http://www.dmalloc.com/.