diff options
author | bms <bms@FreeBSD.org> | 2003-10-05 18:08:03 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-05 18:08:03 +0800 |
commit | 8b9cfc6a437e9653d09520c79f0bb8841f2e7a6a (patch) | |
tree | 0bfaabce5ffd122a429d46e9e635fbb7dd8be15e /net-im | |
parent | f88fd688a53816d318ea6616aa7563b48f008c86 (diff) | |
download | freebsd-ports-gnome-8b9cfc6a437e9653d09520c79f0bb8841f2e7a6a.tar.gz freebsd-ports-gnome-8b9cfc6a437e9653d09520c79f0bb8841f2e7a6a.tar.zst freebsd-ports-gnome-8b9cfc6a437e9653d09520c79f0bb8841f2e7a6a.zip |
The new ymessenger is still broken. A quick google suggests that Y!
people are aware of the problem (shared library related) and will be
putting out a fix soon.
[after reading preferences file]
12424 ymessenger.bin RET read 2185/0x889
12424 ymessenger.bin PSIG SIGSEGV SIG_DFL
12424 ymessenger.bin NAMI "ymessenger.bin.core"
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ymessenger/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/ymessenger/Makefile b/net-im/ymessenger/Makefile index 2f2d65c68a8d..10926740729a 100644 --- a/net-im/ymessenger/Makefile +++ b/net-im/ymessenger/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://download.yahoo.com/dl/unix/ DISTNAME= fbsd4.${PORTNAME} EXTRACT_SUFX= .tgz +BROKEN= "Dumps core immediately when invoked on 5.x" + MAINTAINER= sethk@meowfishies.com COMMENT= Yahoo! Messenger - Instant messaging client |