Commit graph

21 commits

Author SHA1 Message Date
drochner
2ea5a63928 update to 5.5.2
changes:
-Added the dmalloc_get_stats() function to report on internal
 heap statistics
-Added file/line number reporting for the function argument checking
 features. WARNING: this requires a recompilation of all code compiled
 with -DDMALLOC_FUNC_CHECK
-misc fixes and improvements
2010-02-11 18:35:07 +00:00
joerg
fe5a03762b Not MAKE_JOBS_SAFE as it removes a header during rebuild to recreate it. 2009-12-09 20:35:53 +00:00
joerg
5718ceeafe Add DESTDIR support. 2008-05-23 17:33:37 +00:00
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
drochner
6a44a9b492 update to 5.4.2
changes:
Switched to using mmap as the internal allocation function
Improved the logging of error information about pointers
Added return.h support for ia64 and ARM processors
Added compat and arg_checking of atoi, atol, and memmove
Added backwards compatibility for %d usage in logfile name
Removed force-linear token
-bugfixes
2006-03-02 19:35:11 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
reed
7a0d3d4d65 Pre-create info directory. I noticed my pkg/info was the dmalloc.info
file.

Also use INFO_DIR instead of info (since this uses INFO_FILES).
2005-04-01 03:49:01 +00:00
snj
7bdebf2480 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
drochner
98bbd08be7 update to 4,3,0
changes: bugfixes, some minor features
2004-04-15 18:54:29 +00:00
abs
a1d0b1b68b USE_LANGUAGES=c c++ 2004-02-11 01:46:30 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
drochner
b0ae6f910e update to 5.2.1
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-07-15 12:56:36 +00:00
seb
884ef91c7b Convert to USE_NEW_TEXINFO. 2003-06-23 10:39:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
dmcmahill
c8e0ec93e9 add -fPIC -DPIC to CFLAGS. Needed to make the shared lib work on sparc (and probably others) 2002-05-12 18:10:30 +00:00
dmcmahill
436a4000d2 enable building of the shared lib version as well as the static version.
bump PKGREVISION.
2002-05-11 01:14:36 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
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.
2002-02-18 15:14:00 +00:00
thorpej
f16b675e78 A package for the dmalloc debugging malloc library. See
http://www.dmalloc.com/.
2001-04-04 21:16:36 +00:00