pkgsrc/print/cups
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
patches using wildcards with 'cvs delete' dose not work\! 2010-11-12 08:59:42 +00:00
buildlink3.mk If the dnssd options is enabled net/mDNSResponder must be buildlinked 2010-07-21 03:17:33 +00:00
DESCR
distinfo Update to cups 1.4.4 2010-11-12 08:54:58 +00:00
Makefile Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
MESSAGE ghostscript-esp -> ghostscript 2008-12-14 17:17:55 +00:00
MESSAGE.libusb Improve libusb-specific MESSAGE by pointing out the big picture about 2010-06-10 10:28:35 +00:00
MESSAGE.pam
options.mk Now that net/mDNSResponder has been update fix the dnssd build 2010-07-14 11:25:19 +00:00
PLIST Remove unneeded @pkgdir entrys I add 2010-07-20 00:01:22 +00:00