Currently, xaralx uses dlmalloc because FreeBSD was lacking malloc_usable_size(). However, this function has been added to FreeBSD, so this library is no longer necessary in newer versions of FreeBSD. The patch provided checks for the FreeBSD version and determines whether or not dlmalloc is needed. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->vd Over to maintainer (via the GNATS Auto Assign Tool)
vd 2008-02-09 09:52:21 UTC FreeBSD ports repository Modified files: graphics/xaralx Makefile graphics/xaralx-devel Makefile Added files: graphics/xaralx/files patch-wxOil_compatdef.h Log: graphics/xaralx, graphics/xaralx-devel: Get rid of the dlmalloc dependency on a recent FreeBSD versions (>= 700036) since they provide malloc_usable_size(). PR: ports/120058 (with some modifications) Submitted by: Dave Grochowski <malus.x@gmail.com> Revision Changes Path 1.30 +3 -2 ports/graphics/xaralx-devel/Makefile 1.32 +17 -6 ports/graphics/xaralx/Makefile 1.3 +15 -0 ports/graphics/xaralx/files/patch-wxOil_compatdef.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some modifications. Thanks!