[26206] trunk/dports/editors/emacs

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 15 12:44:23 PDT 2007


Revision: 26206
          http://trac.macosforge.org/projects/macports/changeset/26206
Author:   boeyms at macports.org
Date:     2007-06-15 12:44:23 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
editors/emacs:
 * Update to latest stable version (22.1); partially addresses #12075.

Modified Paths:
--------------
    trunk/dports/editors/emacs/Portfile
    trunk/dports/editors/emacs/files/patch-src-s-darwin.h

Modified: trunk/dports/editors/emacs/Portfile
===================================================================
--- trunk/dports/editors/emacs/Portfile	2007-06-15 19:39:50 UTC (rev 26205)
+++ trunk/dports/editors/emacs/Portfile	2007-06-15 19:44:23 UTC (rev 26206)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name            emacs
-version         21.4a
-revision        1
+version         22.1
 categories      editors
 maintainers     nomaintainer at macports.org
 description     The GNU Emacs text editor (command line only)
@@ -18,31 +17,27 @@
 platforms       darwin freebsd
 homepage        http://www.gnu.org/software/emacs/emacs.html
 master_sites    gnu
-checksums       md5 8f9d97cbd126121bd5d97e5e31168a87
+checksums       md5 6949df37caec2d7a2e0eee3f1b422726
 configure.args  --without-x \
                 --without-carbon
-destroot.args   prefix=${destroot}/${prefix}
+#destroot.args   prefix=${destroot}/${prefix}
 
-worksrcdir      emacs-21.4
+#patch.pre_args  -p1
+#patchfiles      patch-src-xterm.c apple-patches ange-ftp.el.diff
+patchfiles      patch-src-s-darwin.h
 
-patch.pre_args  -p1
-patchfiles      patch-src-xterm.c apple-patches ange-ftp.el.diff
-
 depends_lib     port:ncurses
+build.target    bootstrap
 
-configure.env   LDFLAGS="-L${prefix}/lib" \
-                CFLAGS="-I${prefix}/include" \
-                CPPFLAGS="-I${prefix}/include"
-
 post-destroot {
     cd ${destroot}${prefix}
-    delete info/dir share/info share/man
-    file rename info share/info
-    file rename man share/man
-    xinstall -d share/emacs/$version/leim
+#    delete info/dir share/info share/man
+#    file rename info share/info
+#    file rename man share/man
+    xinstall -d share/emacs/${version}/leim
     if {[variant_isset carbon]} {
-        global destroot prefix version
-        delete bin/emacs bin/emacs-$version
+#        global version
+        delete bin/emacs bin/emacs-${version}
     }
 }
 

Modified: trunk/dports/editors/emacs/files/patch-src-s-darwin.h
===================================================================
--- trunk/dports/editors/emacs/files/patch-src-s-darwin.h	2007-06-15 19:39:50 UTC (rev 26205)
+++ trunk/dports/editors/emacs/files/patch-src-s-darwin.h	2007-06-15 19:44:23 UTC (rev 26206)
@@ -1,5 +1,5 @@
---- emacs/src/s/darwin.h	Tue Nov 30 06:57:27 2004
-+++ emacs/src/s/darwin.h.new	Wed Jan 12 19:30:53 2005
+--- src/s/darwin.h	Tue Nov 30 06:57:27 2004
++++ src/s/darwin.h.new	Wed Jan 12 19:30:53 2005
 @@ -261,7 +261,7 @@
     end of the header for adding load commands.  Needed for dumping.
     0x690 is the total size of 30 segment load commands (at 56

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070615/a03739e5/attachment.html


More information about the macports-changes mailing list