Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13572/stable/main/finkinfo/editors

Modified Files:
        emacs22-carbon.info emacs22-carbon.patch 
Log Message:
Sync with unstable. Thanks for a positive feedback from Peter Dyballa.

Index: emacs22-carbon.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- emacs22-carbon.info 7 Dec 2009 22:44:02 -0000       1.6
+++ emacs22-carbon.info 3 Jan 2010 04:38:21 -0000       1.7
@@ -1,6 +1,6 @@
 Package: emacs22-carbon
 Version: 22.3
-Revision: 2
+Revision: 3
 BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.12)
 Depends: emacsen-common, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs 
(>= 5.4-20041023-1006), passwd, macosx
 Provides: emacsen
@@ -38,7 +38,7 @@
 AppBundles: finktmp/mac/Emacs22.app
 
 PatchFile: %n.patch
-PatchFile-MD5: 1bf0fc51c16f88401134f8f109b0221f
+PatchFile-MD5: 77acb99901b10a373716f6bfe433ce1b
 PatchScript: <<
 #!/bin/sh -ev
 

Index: emacs22-carbon.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/emacs22-carbon.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- emacs22-carbon.patch        7 Dec 2009 22:44:02 -0000       1.3
+++ emacs22-carbon.patch        3 Jan 2010 04:38:21 -0000       1.4
@@ -56,6 +56,34 @@
        else true; fi
        -unset CDPATH; \
        if [ -n "${GZIP_PROG}" ]; \
+diff -Naur emacs-22.3.orig/leim/Makefile.in emacs-22.3/leim/Makefile.in
+--- emacs-22.3.orig/leim/Makefile.in~  2008-01-07 17:09:43.000000000 +0900
++++ emacs-22.3/leim/Makefile.in        2009-12-28 01:34:23.000000000 +0900
+@@ -228,13 +228,13 @@
+         echo "Copying leim files to ${INSTALLDIR} ..." ; \
+         if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
+           tar -chf - leim-list.el quail ja-dic \
+-              | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
++              | (cd ${INSTALLDIR}; umask 0; tar -xvf - --no-same-owner 
--no-same-permissions && cat > /dev/null) ;\
+         else \
+           tar -chf - leim-list.el quail \
+-              | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
++              | (cd ${INSTALLDIR}; umask 0; tar -xvf - --no-same-owner 
--no-same-permissions && cat > /dev/null) ;\
+           cd ${srcdir}; \
+           tar -chf - quail/* ja-dic \
+-              | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
++              | (cd ${INSTALLDIR}; umask 0; tar -xvf - --no-same-owner 
--no-same-permissions && cat > /dev/null) ;\
+         fi; \
+         rm -rf ${INSTALLDIR}/CVS        ${INSTALLDIR}/*/CVS; \
+         rm -f  ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore; \
+@@ -253,7 +253,6 @@
+           done) \
+       else true; fi
+       -chmod -R a+r ${INSTALLDIR}
+-      -find ${INSTALLDIR} -exec chown $${LOGNAME:-$$USERNAME} '{}' ';'
+ 
+ clean mostlyclean:
+       rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \
 diff -Naur emacs-22.1.orig/configure emacs-22.1/configure
 --- emacs-22.1.orig/configure  2007-05-25 12:43:29.000000000 +0000
 +++ emacs-22.1/configure       2007-06-07 13:14:37.000000000 +0000


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to