Commit graph

7 commits

Author SHA1 Message Date
obache
2f6d54b83a Fixes for using GNUstep. 2011-10-09 14:02:06 +00:00
drochner
6faa8ad366 libungif/buildlink3.mk -> mk/giflib.buildlink3.mk 2011-03-09 16:28:20 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
minskim
c384cc9545 Update emacs-snapshot to 24.0.50.20100602. Based on the patch provided
by Makoto Fujiwara in PR 43415.

Notable changes since 23.2:
	* Fix alloca definition when using gcc on non-gnu systems.
	* font.c (font_range): Return the range for the font found at first.
	* xdisp.c (init_iterator): Don't turn on bidi reordering in
	unibyte buffers.  See
	http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2010-06-07 22:44:01 +00:00
minskim
2b346e3218 Update emacs-snapshot to 23.1.92.20100217.
Changes:
        * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
        this header file).
        * .bzrignore: Ignore all .exe, instead of individual files.
        * configure.in: Explicitly check for and link to -lXrender.
        * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-b
        for bug reports for development versions.
2010-02-19 19:04:11 +00:00
minskim
0a7f6066cc Update emacs-snapshot to 23.1.91.20100111.
Changes:
* .dir-locals.el (change-log-mode): Restore bug-reference-mode.
* info/dir: Add Semantic.
* info/dir: Add EDT entry.
* .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
* elisp package updates: edt, cedet, chart, eieio, files-x, font-setting,
  hfy-cmap, htmlfontify, mule-conf, ucs-normalize, mpc, imap, tramp,
  levents, lucid, sym-comp, org, js, and subword.
2010-01-18 19:34:20 +00:00
minskim
16fa31d2aa Import the development version of emacs (23.0.94).
This package is based on emacs-current in pkgsrc-wip, which was
originally packaged by OBATA Akio.
2009-06-05 02:57:53 +00:00