Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34369 - Fontconfig SRC_URI is wrong - xfree emerge does not work on ppc (at least) as a result.
Summary: Fontconfig SRC_URI is wrong - xfree emerge does not work on ppc (at least) as...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-25 15:56 UTC by Ævar Arnfjörð Bjarmason
Modified: 2003-12-01 09:52 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 Ævar Arnfjörð Bjarmason 2003-11-25 15:56:25 UTC
the urls fails to include /release/, here's a patch:

--- media-libs/fontconfig/fontconfig-2.2.1.ebuild       2003-11-25
23:50:27.000000000 +0000
+++ media-libs/fontconfig/fontconfig-2.2.1.ebuild.orig  2003-11-25
23:49:51.000000000 +0000
@@ -7,7 +7,7 @@
 S=${WORKDIR}/${P}
 DESCRIPTION="A library for configuring and customizing font access."
 HOMEPAGE="http://freedesktop.org/Software/fontconfig"
-SRC_URI="http://pdx.freedesktop.org/software/fontconfig/releases/${P}.tar.gz"
+SRC_URI="http://pdx.freedesktop.org/software/fontconfig/${P}.tar.gz"
 
 IUSE=""
 LICENSE="fontconfig"

Reproducible: Always
Steps to Reproduce:
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-01 09:52:32 UTC
brandy fixed this already