Gentoo Archives: gentoo-dev

From: "Crowfoot
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] man-1.5-r1 busted
Date: Sun, 09 Sep 2001 13:53:04
Message-Id: 761A6DCECC3AD511B295009027DC773703DAB92A@CATL0S04.corp.cox.com
1 Gang,
2
3 sys-apps/man/man-1.5i-r1.ebuild does not build correctly. Bad source
4 patch to path loses colon characters, thereby loses locations of gzip,
5 pager, etc.
6
7 Suggest following fix to ebuild.
8
9 -------------------------------
10 *** man-1.5i-r1.ebuild Sun Sep 9 12:44:59 2001
11 --- man-1.5i-r1.ebuild~ Sat Sep 8 15:02:56 2001
12 ***************
13 *** 16,22 ****
14 unpack ${A}
15 cd ${S}
16 cp configure configure.orig
17 ! sed -e 's/confdir=.*$/confdir=\/etc/' -e
18 's:/usr/lib/locale:$prefix/usr/lib/locale:g' configure.orig > configure
19 local x
20 for x in / src/ man2html/ msgs/
21 do
22 --- 16,22 ----
23 unpack ${A}
24 cd ${S}
25 cp configure configure.orig
26 ! sed -e 's/confdir=.*$/confdir=\/etc/' -e
27 's:/usr/lib/locale:$prefix/usr/lib/locale:g' -e
28 's!/bin:/usr/bin:/usr/ucb:/usr/local/bin:$PATH!/bin /usr/bin /usr/ucb
29 /usr/local/bin $PATH!' configure.orig > configure
30 local x
31 for x in / src/ man2html/ msgs/
32 do
33 --------------------------------

Replies

Subject Author
Re: [gentoo-dev] man-1.5-r1 busted Daniel Robbins <drobbins@g.o>