diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-14 09:12:36 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-14 09:12:36 +0000 |
commit | c58098cb4149d9436458a3748e9c387bb39d2175 (patch) | |
tree | 4a77f0a639b0c8e06f4eb680748083720da31061 /sci-mathematics/yacas | |
parent | Mark 2.6.10 and 2.6.10-r1 stable on x86 (diff) | |
download | historical-c58098cb4149d9436458a3748e9c387bb39d2175.tar.gz historical-c58098cb4149d9436458a3748e9c387bb39d2175.tar.bz2 historical-c58098cb4149d9436458a3748e9c387bb39d2175.zip |
Fixing #77595
Diffstat (limited to 'sci-mathematics/yacas')
-rw-r--r-- | sci-mathematics/yacas/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/yacas/Manifest | 15 | ||||
-rw-r--r-- | sci-mathematics/yacas/files/opengl-gcc3.4.patch | 11 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.0.56.ebuild | 5 |
4 files changed, 24 insertions, 16 deletions
diff --git a/sci-mathematics/yacas/ChangeLog b/sci-mathematics/yacas/ChangeLog index a021da5ba546..d0ba2aafc015 100644 --- a/sci-mathematics/yacas/ChangeLog +++ b/sci-mathematics/yacas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/yacas -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.2 2004/12/28 21:01:27 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.3 2005/01/14 09:12:36 phosphan Exp $ + + 14 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> + +files/opengl-gcc3.4.patch, yacas-1.0.56.ebuild: + Adding a fix for yet another gcc 3.4 problem that appears only when + media-libs/glut is not installed (bug #77595) *yacas-1.0.56 (28 Dec 2004) diff --git a/sci-mathematics/yacas/Manifest b/sci-mathematics/yacas/Manifest index 36319600e083..f2248d7b1930 100644 --- a/sci-mathematics/yacas/Manifest +++ b/sci-mathematics/yacas/Manifest @@ -1,14 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 93324464deedfa62fbce9afa8505bd3e yacas-1.0.56.ebuild 1297 -MD5 d49ead2f3fc56c93982b34ff21914897 ChangeLog 1763 +MD5 20a61dc92ddb7f0745c4bdb15abb999f yacas-1.0.56.ebuild 1337 +MD5 bfacb9cce56757c49dddc40737b74520 ChangeLog 1986 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 5c748030f6e6f803d4e272ce57a31361 files/digest-yacas-1.0.56 130 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB0cmtI1lqEGTUzyQRAjTpAKCkI6+03moycpn4+smgtQF2VS8hFACeID7M -QhwhgfEKtE9TiLnMckR4sFc= -=uPD4 ------END PGP SIGNATURE----- +MD5 b49a5413d88ccb8242bc01dedb22afd0 files/opengl-gcc3.4.patch 227 diff --git a/sci-mathematics/yacas/files/opengl-gcc3.4.patch b/sci-mathematics/yacas/files/opengl-gcc3.4.patch new file mode 100644 index 000000000000..4dd326cd02cd --- /dev/null +++ b/sci-mathematics/yacas/files/opengl-gcc3.4.patch @@ -0,0 +1,11 @@ +--- plugins/opengl/openglapi.stub 2005-01-11 17:45:19.164377640 +0000 ++++ plugins/opengl/openglapi.stub.new 2005-01-11 17:45:26.625243416 +0000 +@@ -144,7 +144,7 @@ + { + return NULL; + } +-}; ++} + #endif //HAVE_GL_GLUT_H + "); + diff --git a/sci-mathematics/yacas/yacas-1.0.56.ebuild b/sci-mathematics/yacas/yacas-1.0.56.ebuild index 0ce545bb9a66..96c29b5730b9 100644 --- a/sci-mathematics/yacas/yacas-1.0.56.ebuild +++ b/sci-mathematics/yacas/yacas-1.0.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.56.ebuild,v 1.1 2004/12/28 15:19:17 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.0.56.ebuild,v 1.2 2005/01/14 09:12:36 phosphan Exp $ inherit eutils @@ -25,6 +25,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${WORKDIR}/${P}.patch + epatch ${FILESDIR}/opengl-gcc3.4.patch } src_compile() { |