string "2.0s3") which fixes some serious memory leaks and other
significant bugs. This update also replaces the rc.d script with
a new version that uses the rc.subr framework.
I was able to successfully compile the port with all of the WITH_*
knobs, but only have the means to test WITH_POSTGRESQL (which worked
as expected).
commiter says:
- Added extra line to files/patch-util::util.h (4.x fix)
- Changed --with-extra-include-path statements to work around
mysql inclusion and db41 exclusion.
- Added --disable- for options not choosen.
PR: ports/68967
Submitted by: Kirk Strauser <kirk@strauser.com>
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Gaim 0.79. This also allows meanwhile to read server buddy lists, but it
is known to be broken with certain versions of Sametime.
Obtained from: Meanwhile CVS
- add RESTRICTED (no redistribution allowed yet)
- update to 0.90.0.4
If you get a login failure at registration time the user name may be
already in use (but there's another bug here, the name may even be
available).
Don't expect to hear something yet, sound doesn't work on FreeBSD yet.
I'm working with the skype staff on it.
Noticed by: "Siraj Kutlusan" <defcon8@b4s3.com> [1]
affordable and high-quality voice communications to people all over
the world.
This port needs linux_base-8, the default linux_base is v7.1. You should
first replace the default linux_base with v8 with portupgrade:
portupgrade -o emulators/linux_base-8 emulators/linux_base
Then edit /usr/local/etc/pkgtools.conf, add the line
emulators/linux_base' => 'emulators/linux_base-8',
into "ALT_PKGDEP". This tells portupgrade to depend upon linux_base-8
instead upon linux_base-7.1 (where appropriate).
This replacement shouldn't do any harm, I tested icc and the linux version
of netscape navigator 4.8 with the new linux_base, and I haven't noticed
bad behavior.
works around a bug with messages sent by the sim client where they would
be displayed as:
<HTML><BODY BGCOLOR="#FFFFFF">hello</BODY></HTML>
Submitted by: ale