Next | Query returned 18 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2014-05-31 17:57:19 by Thomas Klausner | Files touched by this commit (18)
Log message:
Stop using mk/giflib, use giflib/bl3.mk directly.
   2014-05-31 17:44:06 by Thomas Klausner | Files touched by this commit (3)
Log message:
Use mk/giflib instead of libungif.
   2012-10-29 00:40:34 by Thomas Klausner | Files touched by this commit (3)
Log message:
As promised a week ago, remove arts and aalib from default suggested
options.
arts is obsolete and aalib only ever was a nice hack, not something
to be enabled by default.
   2012-10-03 16:36:41 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78)
Log message:
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-09-10 21:50:03 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

Remove GCC_REQD+=2.95. Nowadays it is unlikely to see gcc-2.95
on worstations where mplayer may run.
Also mplayer can be compiled with SunStudio.
   2009-10-11 13:18:12 by Thomas Klausner | Files touched by this commit (112)
Log message:
Remove unnecessary @comment lines.
Spill a few more @pkgdir.
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2008-05-26 15:59:43 by Tobias Nygren | Files touched by this commit (77)
Log message:
Fix fallout from pax(1) tool changes in pkgsrc.
   2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146)
Log message:
This commit brought to you by the automated whitespace police (pkglint)

Next | Query returned 18 messages, browsing 1 to 10 | Previous