Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-15 | recursive bump from libffi shlib major bump | obache | 1 | -2/+2 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-07-03 | Don't shadow variables declared in the same function. | joerg | 2 | -1/+25 | |
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-05-05 | Sort dependencies to not conflict with KDE4 | joerg | 1 | -6/+8 | |
2012-04-27 | Recursive bump from icu shlib major bumped to 49. | obache | 1 | -2/+2 | |
2012-03-19 | Point at libkexiv2-kde3 | markd | 1 | -2/+2 | |
2012-03-19 | Point at libkipi-kde3 | markd | 1 | -2/+2 | |
2012-03-19 | Point at libkdcraw-kde3 | markd | 1 | -2/+2 | |
2012-03-03 | Recursive bump for pcre-8.30* (shlib major change) | wiz | 1 | -2/+2 | |
2012-02-06 | Revbump for | wiz | 1 | -2/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 1 | -2/+2 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-10-19 | Recursive Bump from exiv2 shlib major bump. | obache | 1 | -2/+2 | |
2011-06-10 | recursive bump from textproc/icu shlib major bump. | obache | 1 | -2/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-02-06 | Fix build with png-1.5. | wiz | 3 | -5/+75 | |
2011-01-29 | Fix build with gcc4.5 | markd | 6 | -1/+93 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -2/+2 | |
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-07-14 | Recursive PKGREVISION bump for the net/mDNSResponder update | sbd | 1 | -2/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 4 | -3/+31 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-02-15 | Explicitly mention KDE3/KDE4 in comment and description. | wiz | 2 | -2/+4 | |
2010-02-15 | Drop maintainership. | wiz | 1 | -2/+2 | |
2010-02-15 | Re-import KDE3 version of digikam from graphics/digikam to | wiz | 4 | -0/+804 | |
graphics/digikam-kde3. |