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 Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
cwtext PR pkg/44036 2010-12-07 13:14:57 +00:00
dpbox DESTDIR ready 2010-01-29 23:46:10 +00:00
fl_logbook Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
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 update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
gnuradio-audio-oss update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
gnuradio-audio-portaudio update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
gnuradio-core Add a build dependency on guile. 2010-10-03 00:52:24 +00:00
gnuradio-core-docs Dance The Doxygen! Bump revision 2010-07-01 15:59:26 +00:00
gnuradio-examples PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnuradio-gsm update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
gnuradio-howto update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
gnuradio-radio-astronomy PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnuradio-trellis update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
gnuradio-usrp update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
gnuradio-video-sdl update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
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 Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
locator Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:51:59 +00:00
tfkiss Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
tlf DESTDIR support 2010-01-29 23:50:26 +00:00
tnt Subst missing replacement in intl/Makefile with configure. 2010-10-03 12:24:19 +00:00
usrp update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
usrp-docs update gnuradio to version 3.3.0 2010-09-15 09:38:42 +00:00
wwl Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:51:59 +00:00
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 Mechanical changes to add DESTDIR support to packages that install 2008-03-04 15:51:59 +00:00
Makefile Added and enabled fldigi: A digital radio modem 2008-10-23 08:09:14 +00:00