Next | Query returned 87 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2012-04-08 05:25:04 by David A. Holland | Files touched by this commit (5) | Package updated
Log message:
Hack this to build against libtiff 4.x. With luck, it'll still work.
Because it depends on changes to the API in libtiff 4.x, set the minimum
BUILDLINK_API_DEPENDS accordingly. And, even though it wasn't building,
bump PKGREVISION to 7; the new package depending on tiff>=4.0 needs to
be distinguishable from the old package depending on tiff<4.0.

XXX: This package desperately needs to be updated. It is years out of
XXX: date with respect to upstream.
   2012-02-16 18:18:50 by Hans Rosenfeld | Files touched by this commit (1)
Log message:
Don't try to install SysV init scripts. That used to fix the build on
SunOS. Now it breaks because of tiff 4.0.
   2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | Package updated
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
   2011-09-03 10:52:59 by OBATA Akio | Files touched by this commit (2)
Log message:
Let to use new C++ style headers first for CXX runtime check,
taken from upstream.

Fixes PR pkg/45324.
   2010-12-23 12:45:04 by David Sainty | Files touched by this commit (254)
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-01-29 17:44:13 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
DESTDIR support
   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   2009-08-27 19:09:55 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build against tiff-3.9 by allowing it in the configure script (duh).

Problem reported by hasso.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-14 19:38:43 by Joerg Sonnenberger | Files touched by this commit (44)
Log message:
Remove @dirrm entries from PLISTs

Next | Query returned 87 messages, browsing 31 to 40 | Previous