pkgsrc/editors/xemacs
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
..
files Make it build on DragonFly master. 2009-04-30 17:22:06 +00:00
patches Update XEmacs package to 21.4.22 2010-12-16 17:45:12 +00:00
buildlink3.mk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
DESCR No need to mention the website directly... it's automatically added 2008-04-24 15:33:12 +00:00
distinfo Update XEmacs package to 21.4.22 2010-12-16 17:45:12 +00:00
Makefile Taking maintainership, after an offer from Masao Uebayasi. 2010-12-17 16:47:32 +00:00
Makefile.pkg Kill some obscure magic which doesn't seem to make sense. 2007-02-19 20:17:21 +00:00
MESSAGE
options.mk Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
PLIST Update XEmacs package to 21.4.22 2010-12-16 17:45:12 +00:00
version.mk Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00