[Lunar-commits] <moonbase-other> emacs: Bumped to 24.1. New optional deps and BUILD cleanup.

Stefan Wold ratler at lunar-linux.org
Thu Aug 2 15:33:03 CEST 2012


commit a601c55c21cb6b23ca4ad4dc49d82dde189fc49b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 02 Aug 2012 06:33:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a601c55c21cb6b23ca4ad4dc49d82dde189fc49b

emacs: Bumped to 24.1. New optional deps and BUILD cleanup.
---
  editors/emacs/BUILD                                          +1/-4     
  editors/emacs/DEPENDS                                        +12/-10   
  editors/emacs/DETAILS                                        +3/-3     
  3 files changed, 16 insertions (+), 17 deletions (-)

--- a/editors/emacs/BUILD
+++ b/editors/emacs/BUILD
@@ -1,10 +1,7 @@
 (
   # Change location of emacs games
-  OPTS+="--program-transform-name='s/ctags*/etags/'"
+  OPTS+=" --program-transform-name='s/ctags*/etags/'"
   sedit "s;^gamedir=.*;gamedir='/var/lib/emacs/games';" configure  &&
-  
-  # Fix so installwatcher doesn't trigger on info-files
-  sedit 's;\(\-chmod \-R.*\)${infodir};\1;' Makefile.in  &&
 
   #combreloc linker options fscks up things here
   LDFLAGS=`echo $LDFLAGS | sed "s/-z combreloc//" | sed "s%-Wl,-O1%%"`
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -1,10 +1,12 @@
-optional_depends "giflib"    "--with-gif"             "--without-gif"  "for gif support if you use faces"
-optional_depends "%JPEG"     "--with-jpeg"            "--without-jpeg" "for jpeg support if you use faces"
-optional_depends "tiff"      "--with-tiff"            "--without-tiff" "for tiff support if you use faces"
-optional_depends "libpng"    "--with-png"             "--without-png"  "for png support if you use faces"
-optional_depends "librsvg"   "--with-rsvg"            "--without-rsvg" "for SVG image support"
-optional_depends "%X"        "--with-x --with-xpm"    "--without-xpm"  "for xpm support if you use faces"
-optional_depends "openMotif" "--with-x-toolkit=motif" ""               "for OSF/Motif standard GUI"
-optional_depends "gtk+-2"    "--with-x-toolkit=gtk"   ""               "for gtk+ support GUI"
-optional_depends "libXft"    "--with-xft"             "--without-xft"  "for anti alias font support"
-optional_depends "dbus"      "--with-dbus"            "--without-dbus" "for D-BUS support"
+optional_depends "giflib"      "--with-gif"             "--without-gif"         "for gif support if you use faces"
+optional_depends "%JPEG"       "--with-jpeg"            "--without-jpeg"        "for jpeg support if you use faces"
+optional_depends "tiff"        "--with-tiff"            "--without-tiff"        "for tiff support if you use faces"
+optional_depends "libpng"      "--with-png"             "--without-png"         "for png support if you use faces"
+optional_depends "librsvg"     "--with-rsvg"            "--without-rsvg"        "for SVG image support"
+optional_depends "%X"          "--with-x --with-xpm"    "--without-xpm"         "for xpm support if you use faces"
+optional_depends "openMotif"   "--with-x-toolkit=motif" ""                      "for OSF/Motif standard GUI"
+optional_depends "gtk+-2"      "--with-x-toolkit=gtk"   ""                      "for gtk+ support GUI"
+optional_depends "libXft"      "--with-xft"             "--without-xft"         "for anti alias font support"
+optional_depends "dbus"        "--with-dbus"            "--without-dbus"        "for D-BUS support"
+optional_depends "gnutls"      "--with-gnutls"          "--without-gnutls"      "for GnuTLS support"
+optional_depends "ImageMagick" "--with-imagemagick"     "--without-imagemagick" "for ImageMagick support"
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -1,11 +1,11 @@
           MODULE=emacs
-         VERSION=23.4
+         VERSION=24.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$GNU_URL/$MODULE
-      SOURCE_VFY=sha1:5effbd2af6bf7a4feb2d80810e49b0ce47b463cb
+      SOURCE_VFY=sha1:ab22d5bf2072d04faa4aebf819fef3dfe44aacca
         WEB_SITE=http://www.gnu.org/software/emacs
          ENTERED=20010922
-         UPDATED=20120129
+         UPDATED=20120802
            SHORT="An extensible, self-documenting real-time display editor"
 
 cat << EOF




More information about the Lunar-commits mailing list