diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-30 18:50:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-30 18:50:47 +0000 |
commit | aa7f9ae2d7f52f1952910d95e80462accba0f3dc (patch) | |
tree | 71bb583798c3fd352dbc0d4aeb4f15d97d453754 /app-editors/xemacs | |
parent | Version bump. Memory leak fixes and translation updates. (diff) | |
download | gentoo-2-aa7f9ae2d7f52f1952910d95e80462accba0f3dc.tar.gz gentoo-2-aa7f9ae2d7f52f1952910d95e80462accba0f3dc.tar.bz2 gentoo-2-aa7f9ae2d7f52f1952910d95e80462accba0f3dc.zip |
Revert hwoarang's patch. It is not clear what it being fixed, and the fix itself looks suspicious.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r1.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 248b0b81b465..e61ec03cd5c4 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xemacs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.138 2010/08/24 18:02:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.139 2010/08/30 18:50:47 graaff Exp $ + + 30 Aug 2010; Hans de Graaff <graaff@gentoo.org> xemacs-21.4.22-r1.ebuild: + Revert hwoarang's patch. It is not clear what it being fixed, and the fix + itself looks suspicious. 24 Aug 2010; Markos Chandras <hwoarang@gentoo.org> xemacs-21.4.22-r1.ebuild, diff --git a/app-editors/xemacs/xemacs-21.4.22-r1.ebuild b/app-editors/xemacs/xemacs-21.4.22-r1.ebuild index 50e1836ba2fc..3253756b6547 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.11 2010/08/24 18:02:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.12 2010/08/30 18:50:47 graaff Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -69,9 +69,6 @@ src_unpack() { # Security bug #275397 epatch "${FILESDIR}"/${P}-large-images.patch - # implicit pointer conversion patch to fix compilation problems - # on amd64 when using strict feature - epatch "${FILESDIR}"/${P}-implicit-pointer-conversion.patch # Run autoconf. XEmacs tries to be smart by providing a stub # configure.ac file for autoconf 2.59 but this throws our # autotools eclass so it must be removed first. |