diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-15 15:26:32 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-15 15:26:32 +0000 |
commit | 4332f753a94cd94111ca196cbcbfbbfcaa6d346c (patch) | |
tree | 6d01fc723c93b5f7d9ac19f6d686a9b2dab9f818 /net-dialup | |
parent | changed -r number of patch so it will work with latest revision of BX. (diff) | |
download | historical-4332f753a94cd94111ca196cbcbfbbfcaa6d346c.tar.gz historical-4332f753a94cd94111ca196cbcbfbbfcaa6d346c.tar.bz2 historical-4332f753a94cd94111ca196cbcbfbbfcaa6d346c.zip |
Updated mgetty so that info files have a proper dir entry.
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/files/digest-mgetty-1.1.26-r1 | 1 | ||||
-rw-r--r-- | net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff | 14 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.26-r1.ebuild (renamed from net-dialup/mgetty/mgetty-1.1.26.ebuild) | 9 |
3 files changed, 18 insertions, 6 deletions
diff --git a/net-dialup/mgetty/files/digest-mgetty-1.1.26-r1 b/net-dialup/mgetty/files/digest-mgetty-1.1.26-r1 new file mode 100644 index 000000000000..924ca4ab8d40 --- /dev/null +++ b/net-dialup/mgetty/files/digest-mgetty-1.1.26-r1 @@ -0,0 +1 @@ +MD5 02d60e05acdd406b1e86222e8a373a7e mgetty1.1.26-Apr16.tar.gz diff --git a/net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff b/net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff new file mode 100644 index 000000000000..44b27cb44556 --- /dev/null +++ b/net-dialup/mgetty/files/mgetty-1.1.26-gentoo.diff @@ -0,0 +1,14 @@ +--- mgetty.texi-in Sat Jan 6 12:46:36 2001 ++++ mgetty.texi-in.fixed Mon Oct 15 11:22:49 2001 +@@ -13,6 +13,11 @@ + Copyright @copyright{} 1993-2000 Gert Doering + @end ifinfo + ++@dircategory User ++@direntry ++* MGETTY: (mgetty). Modem+Voice+Fax utilities ++@end direntry ++ + @titlepage + @sp 6 + @center @titlefont{mgetty+sendfax} diff --git a/net-dialup/mgetty/mgetty-1.1.26.ebuild b/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild index 19d41237dac7..26cfbfa88365 100644 --- a/net-dialup/mgetty/mgetty-1.1.26.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.26-r1.ebuild @@ -15,6 +15,9 @@ DEPEND="sys-libs/glibc sys-devel/perl" src_compile() { + cd doc + patch -p0 < ${FILESDIR}/mgetty-${PV}-gentoo.diff + cd .. sed -e 's/var\/log\/mgetty/var\/log\/mgetty\/mgetty/' policy.h-dist > policy.h #doesn't compile using default i686 flags #make -e CFLAGS="${CFLAGS}" || die @@ -22,12 +25,6 @@ src_compile() { cd voice emake || die cd .. - #emake (previously known as pmake) is a script that calls the standard - # GNU make with parallel - #building options for speedier builds on SMP systems. Use emake first; - # it might not work. If not, then replace the line above with: - - #make || die } src_install () { |