summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-02-12 18:25:31 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-02-12 18:25:31 +0000
commit3c37c408226be9ed0c62ca470c025c70ee7b2f51 (patch)
tree525ceda63056d4f137cb08bd29824e54714c1240 /app-emulation/spim
parentCloses bugs #79608 and #81050. (diff)
downloadhistorical-3c37c408226be9ed0c62ca470c025c70ee7b2f51.tar.gz
historical-3c37c408226be9ed0c62ca470c025c70ee7b2f51.tar.bz2
historical-3c37c408226be9ed0c62ca470c025c70ee7b2f51.zip
Fix bug 73510.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-emulation/spim')
-rw-r--r--app-emulation/spim/ChangeLog6
-rw-r--r--app-emulation/spim/Manifest21
-rw-r--r--app-emulation/spim/files/spim-7.0-font.patch11
-rw-r--r--app-emulation/spim/spim-7.0.ebuild4
4 files changed, 35 insertions, 7 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog
index ad3a8d952152..1020e9cefd84 100644
--- a/app-emulation/spim/ChangeLog
+++ b/app-emulation/spim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/spim
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.16 2005/01/20 00:36:37 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.17 2005/02/12 18:25:31 kloeri Exp $
+
+ 12 Feb 2005; Bryan Østergaard <kloeri@gentoo.org>
+ +files/spim-7.0-font.patch, spim-7.0.ebuild:
+ Fix bug 73510.
19 Jan 2005; <gongloo@gentoo.org> spim-7.0.ebuild:
Keyworded ~ppc-macos.
diff --git a/app-emulation/spim/Manifest b/app-emulation/spim/Manifest
index 066b1bf40b15..e69e9de55432 100644
--- a/app-emulation/spim/Manifest
+++ b/app-emulation/spim/Manifest
@@ -1,8 +1,19 @@
-MD5 3a3eea09e8ec6866620da7bae140a9d8 ChangeLog 1932
-MD5 5bce967b291189eb41d909bceba08ade spim-6.5-r1.ebuild 1331
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 d65b70c6fb0fb48180cfa40a91b992d2 spim-7.0.ebuild 1461
+MD5 e8f39f4bf6d57a3a0b4e60db62558cf2 ChangeLog 2049
MD5 78dabd2ee8e26a7b7aff6c3313d69751 spim-6.5.ebuild 1329
-MD5 1a0e8ec928ee78f1dd71f97d31bf3580 spim-7.0.ebuild 1393
-MD5 d71d66b98121e4e42ca59fa94310ed1e files/6.5-parser.patch 266
+MD5 5bce967b291189eb41d909bceba08ade spim-6.5-r1.ebuild 1331
MD5 3962179c22e4349945b01edbadfac9a5 files/digest-spim-6.5 60
-MD5 3962179c22e4349945b01edbadfac9a5 files/digest-spim-6.5-r1 60
MD5 e2af6a0e5ca4267cfad9f1bf5e954655 files/digest-spim-7.0 60
+MD5 d07cf1bbff97319734f9f85a3395ffa8 files/spim-7.0-font.patch 441
+MD5 3962179c22e4349945b01edbadfac9a5 files/digest-spim-6.5-r1 60
+MD5 d71d66b98121e4e42ca59fa94310ed1e files/6.5-parser.patch 266
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCDkonugEuf3OQ0akRArhnAJ0Tjb80nhUJt6RLGAgBCJLL9VeLUgCePDCH
+Um7ohd7iPFi2zyUHfbwBVXo=
+=OBt/
+-----END PGP SIGNATURE-----
diff --git a/app-emulation/spim/files/spim-7.0-font.patch b/app-emulation/spim/files/spim-7.0-font.patch
new file mode 100644
index 000000000000..f1e0be9459d0
--- /dev/null
+++ b/app-emulation/spim/files/spim-7.0-font.patch
@@ -0,0 +1,11 @@
+--- spim-7.0/xspim.c.orig 2005-02-12 19:02:16.364778696 +0100
++++ spim-7.0/xspim.c 2005-02-12 19:18:17.924599384 +0100
+@@ -416,7 +416,7 @@
+
+ toplevel = XtAppInitialize (&app_context, "Xspim", options,
+ XtNumber (options), &argc, argv,
+- fallback_resources, NULL, ZERO);
++ NULL, NULL, ZERO);
+
+ if (argc >= 0 && argv[argc] != NULL && argv[argc][0] == '-')
+ syntax (argv[0]); /* Bad command line argument */
diff --git a/app-emulation/spim/spim-7.0.ebuild b/app-emulation/spim/spim-7.0.ebuild
index 076feb0f31d9..b4e03390e6ef 100644
--- a/app-emulation/spim/spim-7.0.ebuild
+++ b/app-emulation/spim/spim-7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.0.ebuild,v 1.6 2005/01/20 00:36:37 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.0.ebuild,v 1.7 2005/02/12 18:25:31 kloeri Exp $
inherit eutils
@@ -24,6 +24,8 @@ src_unpack() {
cd ${S}
# fix bad code generation (bug #47141)
#epatch "${FILESDIR}/${PV}-parser.patch"
+ # fix font issue (bug #73510)
+ epatch "${FILESDIR}/${P}-font.patch"
}
src_compile() {