From 11df9121623c187e7832259ddf8819b50da5da0b Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sun, 31 Jan 2010 23:40:11 +0100 Subject: [PATCH] libevent is NOT needed at all (nor is it supported) --- doc/compile.txt | 10 ++-------- doc/uhub.ebuild | 3 +-- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/doc/compile.txt b/doc/compile.txt index c614744..8886488 100644 --- a/doc/compile.txt +++ b/doc/compile.txt @@ -8,19 +8,13 @@ Prerequisites Before you try to compile µHub, please make sure the following prerequisites are met. * GNU make * gcc > 3.0 (or MinGW on Windows) - * libevent >= 1.3 ( not require on Linux) * Perl 5 -Linux and Mac OSX ------------------ +Linux, Mac OSX, FreeBSD, NetBSD and OpenBSD +------------------------------------------- Simply, run: % make -FreeBSD, NetBSD and OpenBSD ---------------------------- -Use GNU make, not BSD make: - % gmake - If you have an old gcc compiler, try disabling pre-compiled headers like this: gmake USE_PCH=NO diff --git a/doc/uhub.ebuild b/doc/uhub.ebuild index 0932ee2..46b3b0d 100644 --- a/doc/uhub.ebuild +++ b/doc/uhub.ebuild @@ -22,8 +22,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="+ssl" -DEPEND=">=dev-libs/libevent-1.3 -=dev-lang/perl-5* +DEPEND="=dev-lang/perl-5* ssl? ( >=dev-libs/openssl-0.9.8 ) " RDEPEND="${DEPEND}"