2011-03-05 18:09:39 by Tobias Nygren | Files touched by this commit (4) |
Log message: Update to firefox-4.0b12. |
2011-01-16 16:23:58 by Tobias Nygren | Files touched by this commit (6) |
Log message: Bump to firefox-4.0 beta 9. |
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-12-23 09:59:00 by Tobias Nygren | Files touched by this commit (2) |
Log message: back out unintended change to patch-ax |
2010-12-22 22:09:40 by Tobias Nygren | Files touched by this commit (11) |
Log message: Update to firefox-4.0b8 Current development seems to focus on WebGL, but sadly not for our platform. |
2010-11-11 15:11:54 by Tobias Nygren | Files touched by this commit (12) |
Log message: Update to firefox-4.0b7. |
2010-09-21 13:54:26 by Tobias Nygren | Files touched by this commit (2) |
Log message: ffx 4.0b6 |
2010-09-11 14:28:45 by Tobias Nygren | Files touched by this commit (4) |
Log message: Update to firefox-4.0b5. |
2010-09-09 11:03:30 by Tobias Nygren | Files touched by this commit (3) |
Log message: The configure script requests sqlite3 compiled with SECURE_DELETE enabled by default. Enabling it be default would mean a performance penalty for other applications. Instead override the configure script and in patch-al do "PRAGMA secure_delete = 1;" when opening the sqlite session. |
2010-08-25 16:51:23 by Tobias Nygren | Files touched by this commit (4) |
Log message: Update to firefox-4.0b4. |