pkgsrc/news
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
..
cg Fix build for systems with POSIX getline(). 2009-08-24 08:06:41 +00:00
cleanscore add LICENSE=gnu-gpl-v2. 2010-12-09 15:32:10 +00:00
hellanzb Beat some tests with a (non python literate) stick so we run under 2010-11-27 13:51:24 +00:00
inn Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
knews Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
leafnode Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
lottanzb PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
newsfetch Increase MAXBUFSIZE as recommended by jrf to fix PR 36882. I've changed 2010-03-07 07:28:22 +00:00
newsx Reset maintainer. 2010-11-01 00:08:09 +00:00
nget DESTDIR support 2010-02-11 22:57:40 +00:00
nn set HOMEPAGE. 2010-03-13 05:05:51 +00:00
nntpcache Add user-destdir installation support. 2010-03-10 12:54:27 +00:00
nntpclnt fix compiler warnings on macox (missing prototype for inet_ntoa and 2010-12-15 03:14:51 +00:00
pan PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
slrn Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
suck DESTDIR support 2010-02-11 22:57:40 +00:00
tin For options ncurses and ncursesw, set USE_NCURSES=yes, on the assumption 2010-07-26 06:52:52 +00:00
trn Honor PKGMANDIR and add user-destdir installation support. 2010-03-13 05:46:55 +00:00
xrn DESTDIR support 2010-02-11 22:57:40 +00:00
Makefile + lottanzb 2009-01-05 13:20:49 +00:00