diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-08 12:22:46 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-08 12:22:46 +0000 |
commit | b02b106e954dd7f23395fb5482adb9760d647953 (patch) | |
tree | 49e298fe833c77ceca247586bd25f6ded3fd74fc /net-dialup/wvdial | |
parent | unmasked stable gnustep stuff (diff) | |
download | gentoo-2-b02b106e954dd7f23395fb5482adb9760d647953.tar.gz gentoo-2-b02b106e954dd7f23395fb5482adb9760d647953.tar.bz2 gentoo-2-b02b106e954dd7f23395fb5482adb9760d647953.zip |
Added -lcrypt to LIBS. Thanks to moonwalker@astro.nu on bug #8763
Removed crusty patch file.
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r-- | net-dialup/wvdial/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff | 11 | ||||
-rw-r--r-- | net-dialup/wvdial/wvdial-1.53.ebuild | 10 |
3 files changed, 14 insertions, 13 deletions
diff --git a/net-dialup/wvdial/ChangeLog b/net-dialup/wvdial/ChangeLog index 7e4bf51cdea7..f2c9c2c3795c 100644 --- a/net-dialup/wvdial/ChangeLog +++ b/net-dialup/wvdial/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-dialup/wvdial # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.3 2002/09/16 00:28:28 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/ChangeLog,v 1.4 2002/10/08 12:22:46 raker Exp $ *wvdial-1.53 (27 Apr 2002) + 08 Oct 2002; Nick Hadaway <raker@gentoo.org> wvdial-1.53.ebuild, + files/wvdial-1.53-crypt.patch : + Added -lcrypt to LIBS. Thanks to moonwalker@astro.nu on bug #8763 + 16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> wvdial-1.53.ebuild : Added sparc and sparc64 keywords. diff --git a/net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff b/net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff deleted file mode 100644 index 178ba8ad6fd6..000000000000 --- a/net-dialup/wvdial/files/wvdial-1.41-r3-gentoo.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- wvdial-1.41/streams/wvstream.cc~ Thu Oct 21 00:37:04 1999 -+++ wvdial-1.41/streams/wvstream.cc Tue Apr 24 15:55:07 2001 -@@ -9,7 +9,7 @@ - * for each stream. - */ - #include "wvstream.h" --#include <sys/time.h> -+#include <time.h> - #include <sys/types.h> - #include <errno.h> - #include <assert.h> diff --git a/net-dialup/wvdial/wvdial-1.53.ebuild b/net-dialup/wvdial/wvdial-1.53.ebuild index c93703de1034..6a965acc1fd9 100644 --- a/net-dialup/wvdial/wvdial-1.53.ebuild +++ b/net-dialup/wvdial/wvdial-1.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53.ebuild,v 1.6 2002/10/04 06:02:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53.ebuild,v 1.7 2002/10/08 12:22:46 raker Exp $ S=${WORKDIR}/${P} DESCRIPTION="Excellent program which automatically configures your PPP session" @@ -14,6 +14,14 @@ SLOT="0" LICENSE="LGPL-2" KEYWORDS="x86 sparc sparc64" +src_unpack() { + + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/${P}-crypt.patch || die "Patch failed" + +} + src_compile() { cp Makefile Makefile.orig |