Gentoo Archives: gentoo-dev

From: Jon Ellis <jje@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Fwd: amd64 fix
Date: Sun, 10 Aug 2003 02:39:02
Message-Id: CB3B0E3A-CADB-11D7-9B51-0003934489D0@gentoo.org
1 The following patch was forwarded to me. While trying to find a nice
2 way to apply it (probably by making the alpha patch (use alpha || use
3 amd64) i noticed that the alpha patch does not apply cleanly. Things
4 only word right now because the ebuild *isn't* using epatch.
5
6 Can someone from alpha-land please get in touch with me so that we can
7 sort this out?
8
9 Thanks
10
11 j.
12
13 Begin forwarded message:
14
15 > From: Andres Meyer <andres.meyer@××××××××.org>
16 > Date: Tue Jul 29, 2003 10:53:45 PM Japan
17 > To: jje@g.o
18 > Subject: amd64 fix
19 >
20 > -----BEGIN PGP SIGNED MESSAGE-----
21 > Hash: SHA1
22 >
23 > amd64
24 > output is garbled when decoding mpg123 (also to wav files). if the
25 > alpha patch
26 > is applied before the amd64 one it works.
27 >
28 > andres
29 >
30 >
31 > - --- /usr/portage/media-sound/mpg123/mpg123-0.59r-r2.ebuild
32 > 2003-07-18
33 > 23:43:37.000000000 +0200
34 > +++ ./mpg123-0.59r-r2.ebuild 2003-07-29 15:58:30.203103616 +0200
35 > @@ -22,6 +22,7 @@
36 > patch -p1 < ${FILESDIR}/${P}-sparc.diff
37 > use alpha && patch -p1 < ${FILESDIR}/${P}-alpha.diff
38 > use hppa && patch -p0 < ${FILESDIR}/${P}-hppa.diff
39 > + use amd64 && patch -p1 < ${FILESDIR}/${P}-alpha.diff
40 > use amd64 && epatch ${FILESDIR}/${P}-amd64.diff
41 > cp Makefile Makefile.orig
42 > sed -e "s:-O2 -m486:${CFLAGS}:" \
43 >
44 > - --
45 > GnuPG: 355177EA
46 > -----BEGIN PGP SIGNATURE-----
47 > Version: GnuPG v1.2.2 (GNU/Linux)
48 >
49 > iD8DBQE/Jnxu20u+UjVRd+oRAiKiAJ95pkEjC0OGcsC+kw2hhuHWvRgJMACg2Ldv
50 > o194JbnJE03FDAxWQZkEXC4=
51 > =eK2X
52 > -----END PGP SIGNATURE-----
53 >
54
55
56 --
57 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Fwd: amd64 fix Jon Ellis <jje@g.o>