Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7343 - GNU make pre version
Summary: GNU make pre version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL: http://bytesex.org/xawtv/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-01 13:11 UTC by Javier Marcet
Modified: 2002-11-04 08:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Marcet 2002-09-01 13:11:14 UTC
Yesterday I tried to update xawtv to 3.76 and in the middle of the proccess I         
came across a bug in make. In xawtv's webpage, the author is aware of it and       
provides the fix, update to make-3.79.2a1   
   
Here you have a diff for the current ebuild:  
diff -ur /portage/sys-devel/make/make-3.79.1-r4.ebuild 
portage/sys-devel/make/make-3.79.2.1a.ebuild 
--- /portage/sys-devel/make/make-3.79.1-r4.ebuild       Wed Aug 14 05:50:36 
2002 
+++ portage/sys-devel/make/make-3.79.2.1a.ebuild        Sun Sep  1 20:10:18 
2002 
@@ -2,9 +2,10 @@ 
 # Distributed under the terms of the GNU General Public License, v2 or later 
 # $Header: /home/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r4.ebuild,v 
1.2 2002/08/14 03:44:39 murphy Exp $ 
 
-S=${WORKDIR}/${P} 
+MY_PV=${PV/.1a/a1} 
+S=${WORKDIR}/${PN}-${MY_PV} 
 DESCRIPTION="Standard tool to compile source trees" 
-SRC_URI="ftp://prep.ai.mit.edu/gnu/make/${P}.tar.gz" 
+SRC_URI="ftp://alpha.gnu.org/gnu/make/${PN}-${MY_PV}.tar.gz" 
 HOMEPAGE="http://www.gnu.org/software/make/make.html" 
 
 LICENSE="GPL-2"
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-04 08:16:01 UTC
3.80 is in portage.