pkgsrc/editors
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
..
abiword Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
abiword-plugins Changes 2.8.6: 2010-11-26 14:49:49 +00:00
beav Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
beaver PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
biew Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
bvi
ce DESTDIR support 2010-01-29 19:43:36 +00:00
ce-doc DESTDIR support 2010-01-29 19:43:36 +00:00
ce-x11 DESTDIR support 2010-01-29 19:43:36 +00:00
conglomerate PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
cooledit Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
dasher PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
easyedit MAKE_JOBS_SAFE=no 2009-02-07 17:33:51 +00:00
ed DESTDIR support by simplification. 2010-01-27 18:20:43 +00:00
elvis Avoid getline breakage. 2009-10-03 10:14:18 +00:00
elvis-x11
emacs Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
emacs-nox11 Be consistent and provide upper limits for all EMACS_REQD cases. 2010-10-12 13:22:45 +00:00
emacs-packages Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
emacs-snapshot Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
emacs20 Fix emacs20 on -current. (It broke on the terminfo changes because it 2010-03-30 00:44:47 +00:00
emacs21 Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
emacs21-nox11 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
emacs22 Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
emacs22-nox11 Provide SETGIDGAME here as well. This package is abusive and should be 2010-02-24 13:05:44 +00:00
ex Honour varbase and create tmp/vi.recover during +INSTALL. Bump revision. 2010-01-31 21:24:03 +00:00
fe Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gate DESTDIR support 2010-01-29 19:31:33 +00:00
gconf-editor update to 2.32.0 2010-11-29 18:30:09 +00:00
gedit PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gedit-python PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
ghex PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gice PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gnuserv DESTDIR support. 2010-06-30 12:41:10 +00:00
gobby PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
gtranslator PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
heme Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
hexedit DESTDIR support 2010-01-29 19:43:36 +00:00
hnb
javascript-mode Added editors/javascript-mode version 2.2.1 - addresses PR pkg/35669 2009-12-30 12:05:37 +00:00
jde EMACS_VERSIONS_ACCEPTED must be defined before including 2009-08-05 08:45:11 +00:00
jed DESTDIR support 2010-01-29 19:43:36 +00:00
joe Fixes handling of PKG_SYSCONFSUBDIR, PR#43584. 2010-07-10 03:00:49 +00:00
jove DESTDIR support 2010-01-29 19:43:36 +00:00
kdissert Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
kile Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
leafpad Add hicolor-icon-theme, bump PKGREVISION, for PR 44201. 2010-12-08 09:55:41 +00:00
leim20 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
leim21 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
lpe DESTDIR support 2010-01-29 19:54:17 +00:00
lyx update to 1.6.8 2010-12-01 19:34:49 +00:00
manedit Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
matlab-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
mflteco Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
mg Remove the term.h check, it fails with ncurses from pkgsrc. 2009-11-26 18:10:14 +00:00
mg2a Add CONFLICTS mg* 2009-02-13 11:13:40 +00:00
mined Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
mlview PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
mule Not MAKE_JOBS_SAFE: 2010-07-12 01:57:34 +00:00
mule-ucs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
nano update to 2.2.4 to resolve CVE-2010-1160 & CVE-2010-1161 2010-04-18 17:21:34 +00:00
ne Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
nedit Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ng Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
notecase PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
nvi Revision bump for db4 update; use custom CFLAGS 2010-06-02 13:24:34 +00:00
nvi-m17n Add user-destdir support. 2010-03-03 09:18:14 +00:00
obby update to 0.4.7 2009-10-27 19:41:11 +00:00
p5-Acme-Padre-PlayCode Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
p5-Padre-Plugin-Autoformat Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre-Plugin-Catalyst Updating editors/p5-Padre-Plugin-Catalyst from 0.08nb1 to 0.09 2010-09-08 06:39:08 +00:00
p5-Padre-Plugin-DataWalker MAKE_JOBS_SAFE=no 2010-10-06 12:43:17 +00:00
p5-Padre-Plugin-Debugger Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre-Plugin-Ecliptic Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre-Plugin-Encrypt Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre-Plugin-Git Updating editors/p5-Padre-Plugin-Git from 0.01nb1 to 0.03 2010-09-08 06:43:09 +00:00
p5-Padre-Plugin-HG Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre-Plugin-Kate Updating editors/p5-Padre-Plugin-Kate from 0.02nb1 to 0.04 2010-09-08 06:47:37 +00:00
p5-Padre-Plugin-Nopaste Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre-Plugin-PerlCritic no bundled Module::Install. 2010-10-06 13:15:01 +00:00
p5-Padre-Plugin-PerlTidy MAKE_JOBS_SAFE=no 2010-10-06 12:43:17 +00:00
p5-Padre-Plugin-SpellCheck Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Padre-Plugin-SVN Updating editors/p5-Padre-Plugin-SVN from 0.04 to 0.05 2010-08-20 18:47:54 +00:00
p5-Padre-Plugin-Vi Updating editors/p5-Padre-Plugin-Vi from 0.22 to 0.23 (using 2010-08-20 19:15:28 +00:00
p5-Padre-Plugin-XS Updating editors/p5-Padre-Plugin-XS from 0.01 to 0.02 2010-08-20 19:29:01 +00:00
p5-PPIx-EditorTools Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
pico Always use correct --mode argument for libtool. 2009-11-26 00:10:42 +00:00
poedit PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
rox-edit Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
sam DESTDIR support 2010-01-29 19:54:17 +00:00
Sigil PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
speedbar PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
ssam Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
tamago Revert previous. It didn't work on emacs22. 2009-08-17 16:05:32 +00:00
tea PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
ted Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
ted-cs
ted-da
ted-de
ted-en-gb
ted-en-us
ted-es
ted-fr
ted-it
ted-nl
ted-no
ted-pl
ted-pt
ted-sv
TeXmacs recognize maxima-5.22, bump PKGREVISION 2010-08-31 12:20:15 +00:00
texmaker PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
tomboy Update tomboy to 1.2.1, Gnome-2.30.2. 2010-11-30 03:44:35 +00:00
uemacs DESTDIR support 2010-01-29 19:54:17 +00:00
ve Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
vigor DESTDIR support 2010-01-29 20:02:25 +00:00
vile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
vilearn Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
vim
vim-gtk
vim-gtk2 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
vim-lang Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
vim-motif Update to latest 7.2 patchlevel, 446. 2010-10-31 23:50:51 +00:00
vim-share Update to latest 7.2 patchlevel, 446. 2010-10-31 23:50:51 +00:00
vim-xaw
wily Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
xcoral MAKE_JOBS_SAFE=no, simplify 2009-08-03 15:55:52 +00:00
xemacs Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
xemacs-current Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
xemacs-current-nox11 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xemacs-nox11 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xemacs-packages Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
xfce4-mousepad PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
xjed DESTDIR support 2010-01-29 20:02:25 +00:00
xournal Adjust category. 2010-12-01 10:50:54 +00:00
xvile Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
xwpe DESTDIR support 2010-02-03 21:35:42 +00:00
yudit Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
zile Update editors/zile to 2.3.17, fixing PR pkg/43070 2010-06-08 15:59:50 +00:00
Makefile + xournal 2010-12-01 10:48:06 +00:00