2011-03-09 17:34:02 by Matthias Drochner | Files touched by this commit (1) |
Log message: libungif/buildlink3.mk -> mk/giflib.buildlink3.mk |
2011-01-14 11:44:27 by Thomas Klausner | Files touched by this commit (2) |
Log message: Fix build with png-1.5. |
2011-01-13 14:53:34 by Thomas Klausner | Files touched by this commit (50) |
Log message: png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. |
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-12-17 20:05:35 by Sergey Svishchev | Files touched by this commit (2) |
Log message: PR/37694: add optional support for libcaca. Tested on 4.0/i386. |
2010-12-05 17:42:16 by Izumi Tsutsui | Files touched by this commit (2) |
Log message: Make mplayer build on NetBSD/sh3el. Build tested on NetBSD/landisk 5.1 and player tested on NetBSD/dreamcast 5.1. (though some more packages need hacks/fixes for XFree86 and SH3) |
2010-11-23 13:31:30 by Matthias Scheler | Files touched by this commit (6) |
Log message: Add fix for the vulnerability reported in CVE-2010-3429 taken from MPlayer's GIT repository. |
2010-10-24 23:56:51 by Adam Hoka | Files touched by this commit (1) |
Log message: drop maintainership |
2010-09-16 20:56:13 by Thomas Klausner | Files touched by this commit (19) |
Log message: Update to 20100913, provided by Aleksey Cheusov via wip. One year of changes. Ok ahoka@ |
2010-09-06 01:01:48 by Thomas Klausner | Files touched by this commit (1) |
Log message: Remove unused variable pointing to non-existent dir. pkglint is now much happier. |