[77151] trunk/dports/editors/emacs

dports at macports.org dports at macports.org
Mon Mar 21 02:21:28 PDT 2011


Revision: 77151
          http://trac.macports.org/changeset/77151
Author:   dports at macports.org
Date:     2011-03-21 02:21:24 -0700 (Mon, 21 Mar 2011)
Log Message:
-----------
emacs: backport change from the 23.4 branch to fix unexec failure
during build w/ Xcode 4 (#28167)

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

Added Paths:
-----------
    trunk/dports/editors/emacs/files/
    trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff

Modified: trunk/dports/editors/emacs/Portfile
===================================================================
--- trunk/dports/editors/emacs/Portfile	2011-03-21 08:23:40 UTC (rev 77150)
+++ trunk/dports/editors/emacs/Portfile	2011-03-21 09:21:24 UTC (rev 77151)
@@ -6,6 +6,7 @@
 
 name            emacs
 version         23.3
+revision        1
 
 categories      editors
 maintainers     dports openmaintainer
@@ -26,6 +27,9 @@
                 sha1    53bdfe584f98c13265caa3eea3cfdf79ca0f7584 \
                 rmd160  e38a133735202c10bdd264e561d29dbbaaf558de
 
+# backport a change from the 23.4 branch to fix build w/ Xcode 4 (#28167)
+patchfiles      patch-src_unexmacosx.c.diff
+
 configure.args  --without-x \
                 --with-dbus \
                 --without-gconf \

Added: trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff
===================================================================
--- trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff	                        (rev 0)
+++ trunk/dports/editors/emacs/files/patch-src_unexmacosx.c.diff	2011-03-21 09:21:24 UTC (rev 77151)
@@ -0,0 +1,10 @@
+--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110321/39a3d81c/attachment.html>


More information about the macports-changes mailing list