Revision: 89451 http://trac.macports.org/changeset/89451 Author: dports@macports.org Date: 2012-01-29 14:16:49 -0800 (Sun, 29 Jan 2012) Log Message: ----------- emacs: update to v23.4 Modified Paths: -------------- trunk/dports/editors/emacs/Portfile Removed Paths: ------------- trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff Modified: trunk/dports/editors/emacs/Portfile =================================================================== --- trunk/dports/editors/emacs/Portfile 2012-01-29 20:48:49 UTC (rev 89450) +++ trunk/dports/editors/emacs/Portfile 2012-01-29 22:16:49 UTC (rev 89451) @@ -5,13 +5,8 @@ PortGroup muniversal 1.0 name emacs -version 23.3 -revision 3 +version 23.4 -# Source tarball is now tagged "23.3b" but is the same as 23.3. See #30513. -distname ${name}-${version}b -worksrcdir ${name}-${version} - categories editors license GPL-3+ maintainers dports openmaintainer @@ -28,14 +23,11 @@ homepage http://www.gnu.org/software/emacs/emacs.html master_sites gnu -checksums rmd160 d253874ecef5c09d35576cf508727f5863c80834 \ - sha256 56cb6db717a9eb9679e12466559837c4047a175c89d8cc4d89d4c378562320f9 +checksums rmd160 5fb7e4cd4270a524b8723ad86a145a0e47336bf7 \ + sha256 b9a2b8434052771f797d2032772eba862ff9aa143029efc72295170607289c18 patchfiles patch-configure.diff -# backport a change from the 23.4 branch to fix build w/ Xcode 4 (#28167) -patchfiles-append patch-src_unexmacosx.c.diff - configure.args --without-x \ --without-dbus \ --without-gconf \ Deleted: trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff =================================================================== --- trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff 2012-01-29 20:48:49 UTC (rev 89450) +++ trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff 2012-01-29 22:16:49 UTC (rev 89451) @@ -1,10 +0,0 @@ ---- src/unexmacosx.c.orig 2011-01-08 12:45:14.000000000 -0500 -+++ src/unexmacosx.c 2011-03-21 04:44:57.000000000 -0400 -@@ -822,6 +822,7 @@ - } - else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0 - || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0 -+ || strncmp (sectp->sectname, "__got", 16) == 0 - || strncmp (sectp->sectname, "__la_sym_ptr2", 16) == 0 - || strncmp (sectp->sectname, "__dyld", 16) == 0 - || strncmp (sectp->sectname, "__const", 16) == 0
participants (1)
-
dports@macports.org