pkgsrc/ham
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
..
7plus
cwtext PR pkg/44036 2010-12-07 13:14:57 +00:00
dpbox
fl_logbook
fldigi Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
gmfsk PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnuradio-audio-jack
gnuradio-audio-oss
gnuradio-audio-portaudio
gnuradio-core Add a build dependency on guile. 2010-10-03 00:52:24 +00:00
gnuradio-core-docs
gnuradio-examples PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnuradio-gsm
gnuradio-howto
gnuradio-radio-astronomy PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnuradio-trellis
gnuradio-usrp
gnuradio-video-sdl
gnuradio-wxgui PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gpredict PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
grig PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
hamlib Update to hamlib 1.2.12 2010-11-04 13:34:46 +00:00
linpsk
locator
tfkiss
tlf
tnt Subst missing replacement in intl/Makefile with configure. 2010-10-03 12:24:19 +00:00
usrp
usrp-docs
wwl
xdx PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xlog PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
yaesu
Makefile