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>
* Add libtool dependency because configure.in mentions AC_PROG_LIBTOOL
which seems to be defined by libtool.m4 installed by libtool. This allows
us to drop the hack of removing it from configure.in
* Invoking "pkg-config --cflags atk fontconfig gdk-2.0 pango" is not
necessary anymore. Drop it.
* Invoke autoreconf with a hacked value of ACLOCAL environment variable
to make aclocal find gettext.m4 which is installed in /usr/local/aclocal/
but aclocal is searching /usr/local/aclocal19/. ade@ promised to fix this
soon
* Remove unnecessary changes to configure.in, they are not needed now
* Move all the hacks from the slave port (xaralx-devel) to the
master port (xaralx) because these are now common for both ports
* Switch both ports from .gz to .bz2 to save some resources
This is an old commercial Windows software which recently got
Open Source'd under GPL.
The open source/unix version is still in development and has a lot of
unimplemented features but it shows a great potential.