Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv32348

Modified Files:
        eieio.info eieio.patch 
Log Message:
allow building against emacs23

Index: eieio.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/eieio.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- eieio.patch 16 Feb 2012 04:05:41 -0000      1.3
+++ eieio.patch 3 Apr 2012 18:37:28 -0000       1.4
@@ -74,3 +74,18 @@
 +
 +exit 0;
 +
+diff -Naur a/eieio-comp.el b/eieio-comp.el
+--- a/eieio-comp.el    2009-10-03 13:26:17.000000000 +0200
++++ b/eieio-comp.el    2009-10-03 13:27:15.000000000 +0200
+@@ -74,7 +74,10 @@
+        (class (if (listp arg1) (nth 1 arg1) nil))
+        (my-outbuffer (if (eval-when-compile
+                            (string-match "XEmacs" emacs-version))
+-                         byte-compile-outbuffer outbuffer))
++                         byte-compile-outbuffer 
++                       (condition-case nil
++                           bytecomp-outbuffer
++                         (error outbuffer))))
+        )
+     (let ((name (format "%s::%s" (or class "#<generic>") meth)))
+       (if byte-compile-verbose

Index: eieio.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/eieio.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- eieio.info  16 Feb 2012 04:05:41 -0000      1.6
+++ eieio.info  3 Apr 2012 18:37:28 -0000       1.7
@@ -1,6 +1,6 @@
 Package: eieio
 Version: 0.17
-Revision: 5
+Revision: 6
 Description: Enhanced Integration of Emacs Interpreted Objects
 License: GPL
 Maintainer: Rohan Lloyd <f...@rohanl.com>
@@ -9,7 +9,7 @@
 Source: mirror:sourceforge:cedet/%n-%v.tar.gz
 Source-MD5: 13a5663dcd6bae31d6c618701d2bd08b
 PatchFile: %n.patch
-PatchFile-MD5: c990ec74d64e915d0e7d02152ca5482c
+PatchFile-MD5: 8df2b507ac2039f0140442e8d37cda25
 PatchScript: <<
   /usr/bin/sed 's|@PREFIX@|%p|g' <%{PatchFile} | /usr/bin/patch
   /usr/bin/head -n 31 eieio.el >LICENSE
@@ -49,3 +49,7 @@
  a few new features which help it integrate more strongly with the
  Emacs running environment.
 <<
+DescPort: <<
+Patch for emacs23 (byte-compiling eieio-comp.el) from Ubuntu:
+https://bugs.launchpad.net/ubuntu/+source/cedet/+bug/420402
+<<


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to