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

History of commit frequency

CVS Commit History:


   2015-08-18 22:48:41 by Yorick Hardy | Files touched by this commit (2)
Log message:
Update to fs2_open-3.7.2. Unable to find a change log.
   2013-09-08 22:21:09 by Yorick Hardy | Files touched by this commit (7) | Package removed
Log message:
Update to fs2_open 3.7.0.

Partial changelog at http://www.hard-light.net/forums/index.php?topic=85435.0
   2012-11-13 21:41:14 by othyro | Files touched by this commit (1)
Log message:
USE_TOOLS+=aclocal
   2012-09-29 01:21:47 by Aleksej Saushev | Files touched by this commit (64)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-08-04 07:12:18 by Yorick Hardy | Files touched by this commit (2)
Log message:
Fix build for png.
   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-11-17 09:03:41 by Yorick Hardy | Files touched by this commit (7)
Log message:
Update fs2open to version 3.6.12.
   2010-03-09 10:33:09 by Yorick Hardy | Files touched by this commit (1)
Log message:
patch-ac is no longer necessary.
   2010-03-09 10:32:07 by Yorick Hardy | Files touched by this commit (4)
Log message:
Update to fs2open 3.6.10
   2009-07-13 10:26:37 by Yorick Hardy | Files touched by this commit (1)
Log message:
Add the LICENSE file.

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