<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/dmalloc/PLIST, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-02-11T18:35:07Z</updated>
<entry>
<title>update to 5.5.2</title>
<updated>2010-02-11T18:35:07Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2010-02-11T18:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cccb3c5f3e11eee12ddc6e35f9eccdce884f0982'/>
<id>urn:sha1:cccb3c5f3e11eee12ddc6e35f9eccdce884f0982</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>* Nuke all references to and definitions of INFO_DIR in package Makefiles</title>
<updated>2006-03-20T18:15:37Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-20T18:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba56a6d962bf14bb906ae2ad6fbe36b11088e35f'/>
<id>urn:sha1:ba56a6d962bf14bb906ae2ad6fbe36b11088e35f</id>
<content type='text'>
  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.
</content>
</entry>
<entry>
<title>Remove info files entries from PLIST file.</title>
<updated>2004-02-15T19:51:24Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-02-15T19:51:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b4cb8015abc9698a7dbef4e3cc7eaada672441e'/>
<id>urn:sha1:1b4cb8015abc9698a7dbef4e3cc7eaada672441e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 5.2.1</title>
<updated>2003-07-15T12:56:36Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2003-07-15T12:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=da9f7d2a29a9212c5e8c0849088ee49525266611'/>
<id>urn:sha1:da9f7d2a29a9212c5e8c0849088ee49525266611</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Convert to USE_NEW_TEXINFO.</title>
<updated>2003-06-23T10:39:55Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-06-23T10:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84b84ade5cb98dc74cd2e86e3d9b6a75db2ae33f'/>
<id>urn:sha1:84b84ade5cb98dc74cd2e86e3d9b6a75db2ae33f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable building of the shared lib version as well as the static version.</title>
<updated>2002-05-11T01:14:36Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2002-05-11T01:14:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=46f4896709adecf53ef61fc162f6979f659a4b4f'/>
<id>urn:sha1:46f4896709adecf53ef61fc162f6979f659a4b4f</id>
<content type='text'>
bump PKGREVISION.
</content>
</entry>
<entry>
<title>Introduce new framework for handling info files generation and installation.</title>
<updated>2002-02-18T15:14:00Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2002-02-18T15:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94736fef3d3bc180c38e89ad3b9fc89d91756057'/>
<id>urn:sha1:94736fef3d3bc180c38e89ad3b9fc89d91756057</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:57:41Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b6b506536c1ff50f1531d26be2fccfe86c74335'/>
<id>urn:sha1:0b6b506536c1ff50f1531d26be2fccfe86c74335</id>
<content type='text'>
</content>
</entry>
</feed>
