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-09-16 10:04:15 by Adam Ciarcinski | Files touched by this commit (7) |
Log message: Revbump after updating databases/db5 |
2010-06-15 16:31:10 by Thomas Klausner | Files touched by this commit (2) |
Log message: Fix build with png-1.4.x. Addresses PR 43477. |
2010-06-14 17:33:14 by Thomas Klausner | Files touched by this commit (18) |
Log message: PKGREVISION bump for png-1.4.x shlib change. (missed those and *emacs* the first time round because they pull in their png dependencies via default-on options; they were included in the test bulk build though) |
2010-06-02 15:17:22 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: Fix building with db5; revision bump for db4 update |
2010-01-24 14:26:13 by Thomas Klausner | Files touched by this commit (40) |
Log message: More PKGREVISION bumps of jpeg dependencies. Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz. |
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message: bump revision because of graphics/jpeg update |
2007-10-25 23:45:42 by Geert Hendrickx | Files touched by this commit (1) |
Log message: Fix typo, spotted by Chris Ross. |
2007-10-25 19:52:17 by Klaus Heinz | Files touched by this commit (1) |
Log message: The package supports installation to DESTDIR. |