summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2005-03-06 02:49:03 +0000
committerJoseph Jezak <josejx@gentoo.org>2005-03-06 02:49:03 +0000
commitdccbac9b57ee8f81905c71346d17cd7979a13539 (patch)
tree50d0d70c3097317023ed7338d8a8ca50af9d5443 /app-editors/qemacs
parentMarked ~ppc for bug #84197. (diff)
downloadhistorical-dccbac9b57ee8f81905c71346d17cd7979a13539.tar.gz
historical-dccbac9b57ee8f81905c71346d17cd7979a13539.tar.bz2
historical-dccbac9b57ee8f81905c71346d17cd7979a13539.zip
Added patch to fix compiling on gcc 3.4.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r--app-editors/qemacs/ChangeLog7
-rw-r--r--app-editors/qemacs/Manifest11
-rw-r--r--app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch10
-rw-r--r--app-editors/qemacs/qemacs-0.3.1-r1.ebuild3
-rw-r--r--app-editors/qemacs/qemacs-0.3.1.ebuild3
5 files changed, 26 insertions, 8 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog
index 232ac6dc39b7..d77b333450a0 100644
--- a/app-editors/qemacs/ChangeLog
+++ b/app-editors/qemacs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/qemacs
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.12 2005/02/20 11:45:33 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.13 2005/03/06 02:49:03 josejx Exp $
+
+ 06 Mar 2005; Joseph Jezak <josejx@gentoo.org>
+ +files/qemacs-0.3.1-gcc-3.4.patch, qemacs-0.3.1-r1.ebuild,
+ qemacs-0.3.1.ebuild:
+ Added patch to fix compiling on gcc 3.4.
*qemacs-0.3.1-r1 (20 Feb 2005)
diff --git a/app-editors/qemacs/Manifest b/app-editors/qemacs/Manifest
index 2d4c461b570a..4091d174847b 100644
--- a/app-editors/qemacs/Manifest
+++ b/app-editors/qemacs/Manifest
@@ -1,9 +1,10 @@
-MD5 810779eeb2b3a566e6945288ce47fa67 ChangeLog 1740
-MD5 664f41fd92c3f0c4e137748b1a80727d qemacs-0.3.1-r1.ebuild 1150
-MD5 b0456a6f9ce7c4da0ffaaa00c11c8826 qemacs-0.3.1.ebuild 1116
+MD5 6e9a68c3f1caad8c40517369f1b9b5b4 ChangeLog 1917
+MD5 c4e8fec24213e4e8f81ead2c822b0607 qemacs-0.3.1-r1.ebuild 1197
+MD5 22f1ca0663e65cbadeaa0eb965f7198c qemacs-0.3.1.ebuild 1151
+MD5 26f2791358b330724fe8dfa7a4dba22a files/qemacs-0.3.1-configure-gentoo.patch 496
MD5 a4c613ab493b62325669d8d1353c8b2e files/qemacs-Makefile-gentoo.patch 421
MD5 1bef560680eaab10f0524f228c5dc6eb files/digest-qemacs-0.3.1 64
-MD5 26f2791358b330724fe8dfa7a4dba22a files/qemacs-0.3.1-configure-gentoo.patch 496
-MD5 e7a9a6e25a384848c2b87891e7e7c973 files/qemacs-0.3.1-tty_utf8.patch 952
MD5 635697c90ee6f2498f3f566a0932f2c2 files/qemacs-0.3.1-make_backup.patch 2141
+MD5 13fe113a6019ae0b378ef1ecc736fb81 files/qemacs-0.3.1-gcc-3.4.patch 243
MD5 1bef560680eaab10f0524f228c5dc6eb files/digest-qemacs-0.3.1-r1 64
+MD5 e7a9a6e25a384848c2b87891e7e7c973 files/qemacs-0.3.1-tty_utf8.patch 952
diff --git a/app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch b/app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch
new file mode 100644
index 000000000000..121988feec24
--- /dev/null
+++ b/app-editors/qemacs/files/qemacs-0.3.1-gcc-3.4.patch
@@ -0,0 +1,10 @@
+--- unicode_join.c 2005-03-06 13:20:10.849453136 +1100
++++ unicode_join.c.new 2005-03-06 13:20:05.472270592 +1100
+@@ -182,6 +182,7 @@
+ *q++ = l1;
+ i++;
+ found:
++ ;
+ }
+ }
+ return q - buf_out;
diff --git a/app-editors/qemacs/qemacs-0.3.1-r1.ebuild b/app-editors/qemacs/qemacs-0.3.1-r1.ebuild
index 1a3da3a8c127..dbc68c98b1fc 100644
--- a/app-editors/qemacs/qemacs-0.3.1-r1.ebuild
+++ b/app-editors/qemacs/qemacs-0.3.1-r1.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-editors/qemacs/qemacs-0.3.1-r1.ebuild,v 1.1 2005/02/20 11:45:33 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r1.ebuild,v 1.2 2005/03/06 02:49:03 josejx Exp $
inherit eutils
@@ -22,6 +22,7 @@ src_unpack() {
epatch ${FILESDIR}/qemacs-Makefile-gentoo.patch
epatch ${FILESDIR}/${P}-configure-gentoo.patch
epatch ${FILESDIR}/${P}-make_backup.patch
+ epatch ${FILESDIR}/${PN}-0.3.1-gcc-3.4.patch
use unicode && epatch ${FILESDIR}/${P}-tty_utf8.patch
}
diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild
index 327c61367aff..9a71686a97b3 100644
--- a/app-editors/qemacs/qemacs-0.3.1.ebuild
+++ b/app-editors/qemacs/qemacs-0.3.1.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-editors/qemacs/qemacs-0.3.1.ebuild,v 1.14 2005/01/01 13:33:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.15 2005/03/06 02:49:03 josejx Exp $
inherit eutils
@@ -21,6 +21,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/qemacs-Makefile-gentoo.patch
epatch ${FILESDIR}/qemacs-${PV}-configure-gentoo.patch
+ epatch ${FILESDIR}/${P}-gcc-3.4.patch
use unicode && epatch ${FILESDIR}/${P}-tty_utf8.patch
}