Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/ptmalloc/Makefile

[BACK] Up to [FreeBSD] / ports / devel / ptmalloc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed May 6 06:13:07 2009 UTC (2 years, 9 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- reset MAINTAINER per request

PR:		134253
Submitted by:	giffunip@tutopia.com

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 8 15:29:18 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
- Fix typo USE_LD_CONFIG - USE_LDCONFIG

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 29 20:47:12 2008 UTC (3 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
s/IGNORE/BROKEN/ brain-o.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 29 20:46:11 2008 UTC (3 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -1 lines
Mark as not for sparc64: hangs while building.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 7 00:38:12 2008 UTC (3 years, 4 months ago) by maho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Fix typos.

PR:		127641
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 25 00:45:44 2008 UTC (3 years, 4 months ago) by maho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -8 lines
Updates ptmalloc to version 3.

PR:		127012
Submitted by:	Pedro Giffuni

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 21 07:08:31 2008 UTC (3 years, 5 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Use INSTALL_DATA for shared libraries instead of INSTALL_PROGRAM in
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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 18 00:50:46 2008 UTC (3 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -8 lines
devel/ptmalloc port enhancements

	- 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>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Aug 15 04:24:53 2008 UTC (3 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Assign to new volunteer, per personal communication.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 14 18:46:25 2008 UTC (3 years, 5 months ago) by jasone
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +14 -8 lines
Update devel/ptmalloc to ptmalloc2.

PR:		ports/95179
Submitted by:	Pedro Giffuni <giffunip@asme.org>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Aug 7 08:58:30 2008 UTC (3 years, 6 months ago) by linimon
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Reset grog@FreeBSD.org: last commit was more than 6 months ago, and
PRs are outstanding.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 23 13:31:52 2006 UTC (5 years, 7 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1 lines
* Install the header file so applications can use functions which are present
  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)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 14 02:18:24 2004 UTC (7 years, 1 month ago) by grog
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
New port: ptmalloc is an older version of the GNU libc malloc.  It has
a BSD compatible license and outperforms FreeBSD's malloc by an order
of magnitude with some pathological files (notably pthreads and
realloc abuse).

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options