Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-02 | Mass recursive bump after the dependence fix of the "cairo" package | tron | 1 | -2/+2 | |
requested by Thomas Klausner. | |||||
2012-09-22 | Recursive revbump from multimedia/libvpx 1.1.0 update | ryoon | 1 | -2/+2 | |
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-09-07 | Revbump after updating graphics/cairo | adam | 1 | -2/+2 | |
2012-07-01 | Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by | dholland | 1 | -2/+3 | |
pkglint. If any of these are wrong for some reason, please revert/adjust. | |||||
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-04-15 | This is also, apparently, not MAKE_JOBS_SAFE. | dholland | 1 | -1/+3 | |
2012-04-15 | Previous wasn't complete (cost of cutting corners when build and commit | dholland | 2 | -5/+114 | |
hosts aren't the same...) More xine fixes; the ones to cope with xine_event_t member reordering are obvious. The others are cribbed from the kdemultimedia3 xine patch and I have no idea if they'll actually work. Package now builds, at least for me. | |||||
2012-04-15 | Fix build with current xine-lib. | dholland | 2 | -1/+17 | |
2012-04-15 | Remove dependency on xine-arts -- not needed. | markd | 1 | -2/+1 | |
Still need patches to build with latest xine-lib | |||||
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-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
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-09-14 | Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that | wiz | 1 | -2/+2 | |
version, and bump all depends. Per discussion on pkgsrc-changes. | |||||
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 | 1 | -2/+2 | |
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-04-10 | Reimport kmplayer as kmplayer-kde3 to make way for KDE4 version. | markd | 7 | -0/+222 | |