aboutsummaryrefslogtreecommitdiff
path: root/devel/ptmalloc2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typo USE_LD_CONFIG - USE_LDCONFIGPav Lucistnik2009-01-081-1/+2
| | | | Notes: svn path=/head/; revision=225457
* Fix typos.Maho Nakata2008-10-071-1/+1
| | | | | | | | PR: 127641 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=221292
* Update devel/ptmalloc to version 3Maho Nakata2008-09-252-12/+12
| | | | | | | | | | (this port preserves the old version, 2) PR: 127012 Submitted by: Pedro Giffuni Notes: svn path=/head/; revision=220741
* Use INSTALL_DATA for shared libraries instead of INSTALL_PROGRAM inVasil Dimov2008-08-211-2/+3
| | | | | | | | | | | | | | | order to fix the build failure in graphics/xaralx: ../wxOil/compatdef.h:605: undefined reference to `malloc_usable_size' (if the library is stripped then nm(1) shows "no symbols") Submitted by: vd Reviewed by: pav Approved by: Pedro Giffuni <pfgshield-freebsd@yahoo.com> (maintainer) Notes: svn path=/head/; revision=218942
* devel/ptmalloc port enhancementsEdwin Groothuis2008-08-182-15/+7
| | | | | | | | | | | | | | | | | - USE_GMAKE is not necessary - make thread aware by using the 'posix' target - add regression-test target - Clean up some unnecessary verbosity. The posix target introduced a lot of warnings but it seems to work. This malloc should behave pretty much like the one in glibc now, but FreeBSD's native malloc is probably better. PR: ports/126547 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=218740
* Assign to new volunteer, per personal communication.Mark Linimon2008-08-151-1/+1
| | | | Notes: svn path=/head/; revision=218596
* Update devel/ptmalloc to ptmalloc2.Jason Evans2008-08-145-73/+60
| | | | | | | | PR: ports/95179 Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=218550
* Reset grog@FreeBSD.org: last commit was more than 6 months ago, andMark Linimon2008-08-071-1/+1
| | | | | | | PRs are outstanding. Notes: svn path=/head/; revision=218184
* Standardize placement and style of WWW: lines, and in some casesDoug Barton2008-06-191-2/+2
| | | | | | | | | remove ^M from line endings. List of files with "issues" supplied by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=215241
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* * Install the header file so applications can use functions which are presentVasil Dimov2006-06-232-1/+10
| | | | | | | | | | | | | in this library but not in FreeBSD's libc and thus not prototyped in the stock malloc.h [1] * Remove direct reference to work/ptmalloc in the post-install message PR: ports/95179 [1] Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1] Approved by: grog (maintainer timeout) Notes: svn path=/head/; revision=166118
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Split out build targets into all (only libraries) and tests (onlyGreg Lehey2004-12-141-5/+7
| | | | | | | | | | | | | tests). The original Makefile built only the tests. This solves a problem with (only slightly) older versions of FreeBSD which don't have libpthreads. This is required for the tests, and since there are other issues, it doesn't seem to be worthwhile trying to fix them. If you want to build the tests on a release older than 5.3, you'll have to play around a bit. Notes: svn path=/head/; revision=123982
* Clarify that the package won't build on older versions.Greg Lehey2004-12-141-0/+5
| | | | Notes: svn path=/head/; revision=123980
* New port: ptmalloc is an older version of the GNU libc malloc. It hasGreg Lehey2004-12-145-0/+130
a BSD compatible license and outperforms FreeBSD's malloc by an order of magnitude with some pathological files (notably pthreads and realloc abuse). Notes: svn path=/head/; revision=123979