summaryrefslogtreecommitdiff
path: root/graphics/libgdiplus
AgeCommit message (Collapse)AuthorFilesLines
2013-07-13partially fix build with giflib-5.obache2-1/+142
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
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-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-3/+4
2011-04-25Update to libgdiplus-2.10, part of mono-2.10kefren2-7/+6
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner2-5/+5
(uses giflib now per default) bump PKGREV
2011-01-24Add upstream bug report URL.wiz2-3/+4
2011-01-21Fix build with png-1.5.wiz2-1/+166
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
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-09remove dependencies used for built-in cairo, update buildlink3.mk in orderkefren2-13/+6
to reflect the latest changes. Changes suggested by obache@
2010-12-09Use native cairo as suggested by obache@kefren1-1/+3
PKGREVISION++
2010-12-01Sync with mono-2.8.1kefren2-6/+6
2010-10-16Update to libgdiplus-2.8, part of mono-2.8kefren2-6/+6
2010-07-31Update to 2.6.7 - sync with mono 2.6.7kefren2-7/+6
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
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-29Update to 2.6.4, part of mono 2.6.4kefren2-6/+6
2010-04-09Update to 2.6.2, bugfix version on 2.6 branchkefren2-6/+6
No other Changelog available
2010-02-16Update to libgdiplus 2.6 - part of mono 2.6 updatekefren2-7/+6
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-07-15Update to mono 2.4.2kefren2-6/+6
2009-04-07Update to mono 2.4kefren2-6/+6
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-19Update to mono 2.2kefren2-6/+6
2008-10-10Remove stale patch that I forgot to cvs delete during 2.0 updatekefren1-12/+0
2008-10-07Update to libgdiplus 2.0kefren3-11/+10
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-30Drop lang/mono/Makefile.common which is not needed anymore.tnn1-3/+1
2008-04-25libgdiplus is still version 1.9kefren1-2/+2
2008-04-19Update to libgdiplus 1.9kefren2-6/+6
2008-02-13Update to libgdiplus 1.2.6kefren8-124/+33
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg2-6/+6
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-10-22Oops, fixed the .orig file instead of the real one.rillig2-15/+15
2006-10-22Fixed "test ==".rillig3-1/+77
2006-08-03update to 1.1.13.6 (last stable version)drochner2-7/+6
sorry, no useful changelog found
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-22Don't hard-code -lpthread, use correct pkgsrc variables instead.joerg2-1/+15