Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-23 | Add gif patch from PR/48074 | kefren | 1 | -1/+2 | |
PKGREVISION++ | |||||
2015-05-23 | Update gdiplus to 3.12 - latest on mono-project site, probably | kefren | 1 | -4/+2 | |
released as part of mono-3.12. No other information available from master site. | |||||
2015-04-25 | Recursive revbump following MesaLib update, categories g through n. | tnn | 1 | -2/+2 | |
2014-05-31 | libungif is not relevant any longer since the GIF relevant patents | wiz | 1 | -2/+3 | |
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION. | |||||
2014-05-20 | Changes 2.10.9: | adam | 1 | -4/+4 | |
Bug fixes. | |||||
2014-05-15 | Revbump after updating graphics/giflib | adam | 1 | -2/+2 | |
2014-05-05 | Recursive revbump from x11/pixman | ryoon | 1 | -2/+2 | |
Fix PR pkg/48777 | |||||
2013-09-19 | Update MASTER_SITES. | obache | 1 | -2/+2 | |
2013-09-02 | Revbump after cairo update | adam | 1 | -2/+2 | |
2013-07-05 | Recursive revbump from graphics/giflib update to 5.0.4. | ryoon | 1 | -2/+2 | |
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -2/+2 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-02 | Mass recursive bump after the dependence fix of the "cairo" package | tron | 1 | -2/+2 | |
requested by Thomas Klausner. | |||||
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-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. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -1/+2 | |
2011-04-25 | Update to libgdiplus-2.10, part of mono-2.10 | kefren | 1 | -3/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-03-09 | libungif/buildlink3.mk -> mk/giflib.buildlink3.mk | drochner | 1 | -3/+3 | |
(uses giflib now per default) bump PKGREV | |||||
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-12-09 | remove dependencies used for built-in cairo, update buildlink3.mk in order | kefren | 1 | -6/+2 | |
to reflect the latest changes. Changes suggested by obache@ | |||||
2010-12-09 | Use native cairo as suggested by obache@ | kefren | 1 | -1/+3 | |
PKGREVISION++ | |||||
2010-12-01 | Sync with mono-2.8.1 | kefren | 1 | -2/+2 | |
2010-10-16 | Update to libgdiplus-2.8, part of mono-2.8 | kefren | 1 | -2/+2 | |
2010-07-31 | Update to 2.6.7 - sync with mono 2.6.7 | kefren | 1 | -3/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -1/+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-29 | Update to 2.6.4, part of mono 2.6.4 | kefren | 1 | -2/+2 | |
2010-04-09 | Update to 2.6.2, bugfix version on 2.6 branch | kefren | 1 | -2/+2 | |
No other Changelog available | |||||
2010-02-16 | Update to libgdiplus 2.6 - part of mono 2.6 update | kefren | 1 | -3/+2 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -1/+2 | |
2009-07-15 | Update to mono 2.4.2 | kefren | 1 | -2/+2 | |
2009-04-07 | Update to mono 2.4 | kefren | 1 | -2/+2 | |
2009-01-19 | Update to mono 2.2 | kefren | 1 | -2/+2 | |
2008-10-07 | Update to libgdiplus 2.0 | kefren | 1 | -3/+3 | |
2008-07-14 | Mark as destdir ready. | joerg | 1 | -1/+3 | |
2008-05-30 | Drop lang/mono/Makefile.common which is not needed anymore. | tnn | 1 | -3/+1 | |
2008-04-25 | libgdiplus is still version 1.9 | kefren | 1 | -2/+2 | |
2008-04-19 | Update to libgdiplus 1.9 | kefren | 1 | -2/+2 | |
2008-02-13 | Update to libgdiplus 1.2.6 | kefren | 1 | -7/+10 | |
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -3/+3 | |
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr | |||||
2006-08-03 | update to 1.1.13.6 (last stable version) | drochner | 1 | -3/+2 | |
sorry, no useful changelog found | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -4/+4 | |
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day). |