[94277] trunk/dports/editors/emacs

dports at macports.org dports at macports.org
Wed Jun 13 13:58:39 PDT 2012


Revision: 94277
          https://trac.macports.org/changeset/94277
Author:   dports at macports.org
Date:     2012-06-13 13:58:39 -0700 (Wed, 13 Jun 2012)
Log Message:
-----------
emacs: update to v24.1

Modified Paths:
--------------
    trunk/dports/editors/emacs/Portfile

Removed Paths:
-------------
    trunk/dports/editors/emacs/files/patch-src_xgselect.c.diff

Modified: trunk/dports/editors/emacs/Portfile
===================================================================
--- trunk/dports/editors/emacs/Portfile	2012-06-13 20:10:36 UTC (rev 94276)
+++ trunk/dports/editors/emacs/Portfile	2012-06-13 20:58:39 UTC (rev 94277)
@@ -6,8 +6,7 @@
 
 name            emacs
 conflicts       xemacs
-version         23.4
-revision        1
+version         24.1
 
 categories      editors
 license         GPL-3+
@@ -25,11 +24,10 @@
 homepage        http://www.gnu.org/software/emacs/emacs.html
 master_sites    gnu
 
-checksums      rmd160  5fb7e4cd4270a524b8723ad86a145a0e47336bf7 \
-               sha256  b9a2b8434052771f797d2032772eba862ff9aa143029efc72295170607289c18
+checksums       rmd160  0fed00042339f46b29449bd561d2f881d13d8d38 \
+                sha256  60d26dd1d9c0b955543ae83a2f4dd7c8b6af59e16a06822cfb175f1bf97c8bab
 
-patchfiles      patch-configure.diff \
-                patch-src_xgselect.c.diff
+patchfiles      patch-configure.diff
 
 configure.args  --without-x \
                 --without-dbus \
@@ -37,6 +35,8 @@
                 --without-libotf \
                 --without-m17n-flt \
                 --without-gpm \
+                --without-gnutls \
+                --without-xml2 \
                 --infodir ${prefix}/share/info/${name}
 
 depends_build   port:pkgconfig \
@@ -46,7 +46,7 @@
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/emacs/${version}/leim
     delete ${destroot}${prefix}/bin/ctags
-    delete ${destroot}${prefix}/share/man/man1/ctags.1
+    delete ${destroot}${prefix}/share/man/man1/ctags.1.gz
 }
 
 livecheck.type  regex

Deleted: trunk/dports/editors/emacs/files/patch-src_xgselect.c.diff
===================================================================
--- trunk/dports/editors/emacs/files/patch-src_xgselect.c.diff	2012-06-13 20:10:36 UTC (rev 94276)
+++ trunk/dports/editors/emacs/files/patch-src_xgselect.c.diff	2012-06-13 20:58:39 UTC (rev 94277)
@@ -1,13 +0,0 @@
-diff -up emacs-23.3/src/xgselect.c.xgselect_init emacs-23.3/src/xgselect.c
---- src/xgselect.c.xgselect_init	2011-01-08 18:45:14.000000000 +0100
-+++ src/xgselect.c	2011-11-11 13:00:53.211765255 +0100
-@@ -55,6 +55,9 @@ xg_select (max_fds, rfds, wfds, efds, ti
-   do {
-     if (n_gfds > gfds_size) 
-       {
-+        if (gfds_size == 0)
-+          xgselect_initialize ();
-+
-         while (n_gfds > gfds_size) 
-           gfds_size *= 2;
-         xfree (gfds);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120613/47a3d4f8/attachment-0001.html>


More information about the macports-changes mailing list