2011-01-19 18:41:33 by Guillaume Lasmayous | Files touched by this commit (1) |
Log message: Mention CVE-2010-4267 |
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-09-09 15:18:36 by Grégoire Sutre | Files touched by this commit (1) |
Log message: Do not put hplip-systray.desktop into the (pkg) system-wide autostart directory. |
2010-09-04 11:25:33 by Grégoire Sutre | Files touched by this commit (1) |
Log message: Bump PKGREVISION. This should have been done before... Reported by khorben. |
2010-09-02 15:03:01 by Grégoire Sutre | Files touched by this commit (1) |
Log message: Take maintainership (with agreement of previous maintainer). |
2010-09-02 12:11:27 by Grégoire Sutre | Files touched by this commit (1) |
Log message: Update DESCR with http://hplipopensource.com/hplip-web/about.html. |
2010-09-02 09:31:03 by Grégoire Sutre | Files touched by this commit (1) |
Log message: Use INSTALLATION_DIRS instead of post-install ${MKDIR}. |
2010-09-02 02:15:11 by Grégoire Sutre | Files touched by this commit (3) |
Log message: Add fully expanded variable for icondir in hplip.conf.in. |
2010-09-02 01:46:57 by Grégoire Sutre | Files touched by this commit (2) |
Log message: Install hplip-systray.desktop only for option gui. |
2010-09-02 01:06:50 by Grégoire Sutre | Files touched by this commit (1) |
Log message: Replace brute-force subtitutions with specific (manually checked) ones. |