pkgsrc/cad
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
..
adms Add DESTDIR support. 2008-06-12 02:14:13 +00:00
atlc Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
boolean PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
cascade Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
cgi-wcalc Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
covered Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
covered-current Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
dinotrace user-destdir support 2009-07-08 15:26:26 +00:00
dinotrace-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
eagle Update eagle to 4.16r2. 2010-01-06 08:33:23 +00:00
electric Hack around silly behavior that unlocks every freshly created pthread 2009-08-01 16:22:25 +00:00
fastcap MAKE_JOBS_SAFE=no 2010-10-03 07:46:56 +00:00
fasthenry user-destdir support 2009-07-08 15:40:54 +00:00
felt PKG_DESTDIR_SUPPORT 2009-12-17 19:58:19 +00:00
freehdl Needs pkg-config 2010-01-31 21:15:25 +00:00
gdsreader Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
geda PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gerbv PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnetman Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:16:33 +00:00
gnucap gnucap needs dvipdfmx to generate documentation. Without it, an 2010-09-29 22:54:38 +00:00
gplcver Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gsmc PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gtk1-wcalc Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
gtk2-wcalc PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gtkwave PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gwave Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
lc Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libwcalc Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
magic fixed tcl library detection for DragonFly. 2010-12-23 07:47:18 +00:00
mcalc Update to mcalc-1.6. This is a minor typo-fix release. Fixes a typo 2010-02-16 03:43:12 +00:00
mex-wcalc Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
mpac Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
MyHDL-gplcver Mechanical changes to add full DESTDIR support to packages that install 2008-03-03 01:50:26 +00:00
MyHDL-iverilog this needs verilog-current to build 2009-04-01 17:26:06 +00:00
nelma Update to nelma-3.2. 2010-08-04 02:46:03 +00:00
ng-spice Fix an obvious bug that prevents compiling on systems with /proc/meminfo. 2010-03-17 21:54:58 +00:00
ntesla Mechanical changes to add full DESTDIR support to packages that install 2008-03-03 01:50:26 +00:00
oct-wcalc "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
pcb PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
py-MyHDL Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
py-simpy Needs Python 2.5+ due to finally usage. 2010-06-19 12:09:07 +00:00
qcad Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
qcad-manual-cs DESTDIR support. 2010-01-26 21:13:27 +00:00
qcad-manual-de DESTDIR support. 2010-01-26 21:13:27 +00:00
qcad-manual-en DESTDIR support. 2010-01-26 21:13:27 +00:00
qcad-manual-hu DESTDIR support. 2010-01-26 21:13:27 +00:00
qcad-partlibrary Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:16:33 +00:00
sci-wcalc Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
simian Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
simian-docs Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
spice DESTDIR support 2010-06-25 21:05:57 +00:00
spiceprm Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
stdio-wcalc Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
tkgate Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
tnt-mmtl "fortran" -> "fortran77" except where it is clear that it isn't F77. 2010-07-30 10:36:22 +00:00
transcalc PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
verilog DESTDIR support 2010-02-01 01:50:04 +00:00
verilog-current Update to the 20090923 snapshot. 2010-02-28 15:59:18 +00:00
verilog-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
vipec Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
wcalc Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
wcalc-docs Do not build the message catalogs by default for the various wcalc 2010-01-28 01:11:27 +00:00
xchiplogo Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
xcircuit user-destdir support 2009-07-08 16:03:35 +00:00
Makefile +freehdl 2010-01-22 17:16:22 +00:00