Commit graph

93 commits

Author SHA1 Message Date
wiz
c26f5ca940 libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).

Unconditionally switch to libgif.

As discussed on tech-pkg without dissent.

Bump PKGREVISION.
2014-05-31 15:56:26 +00:00
adam
cfdb1d334b Changes 2.10.9:
Bug fixes.
2014-05-20 20:20:43 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
markd
ac60aa63a4 Build with freetype 2.5.x 2013-12-13 20:50:05 +00:00
obache
e7a40242fe Update MASTER_SITES. 2013-09-19 11:55:15 +00:00
obache
5d36349a3b apply rest of giflib>=5.0 compatibilitiy patch from PR pkg/48074 2013-09-19 11:53:56 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
obache
b2c3347e1d partially fix build with giflib-5. 2013-07-13 10:50:05 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
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-06-03 10:04:30 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
kefren
a8ad1307e8 Update to libgdiplus-2.10, part of mono-2.10 2011-04-25 14:03:17 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
538974271a libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
2011-03-09 16:26:47 +00:00
wiz
203e8b0dd9 Add upstream bug report URL. 2011-01-24 13:52:15 +00:00
wiz
604c9e7d79 Fix build with png-1.5. 2011-01-21 10:21:51 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 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-12-23 11:44:24 +00:00
kefren
843c908c7a remove dependencies used for built-in cairo, update buildlink3.mk in order
to reflect the latest changes. Changes suggested by obache@
2010-12-09 08:31:40 +00:00
kefren
b699f4d968 Use native cairo as suggested by obache@
PKGREVISION++
2010-12-09 07:42:47 +00:00
kefren
5162ab2130 Sync with mono-2.8.1 2010-12-01 16:50:02 +00:00
kefren
e817d414ad Update to libgdiplus-2.8, part of mono-2.8 2010-10-16 04:33:44 +00:00
kefren
c642a9abeb Update to 2.6.7 - sync with mono 2.6.7 2010-07-31 08:43:27 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
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-06-13 22:43:46 +00:00
kefren
57885eb183 Update to 2.6.4, part of mono 2.6.4 2010-04-29 08:44:58 +00:00
kefren
e7c5c820b7 Update to 2.6.2, bugfix version on 2.6 branch
No other Changelog available
2010-04-09 15:41:02 +00:00
kefren
e2e253fabd Update to libgdiplus 2.6 - part of mono 2.6 update 2010-02-16 17:02:27 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kefren
2673c36354 Update to mono 2.4.2 2009-07-15 11:42:31 +00:00
kefren
f39208eaf2 Update to mono 2.4 2009-04-07 08:21:19 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
kefren
47b1630589 Update to mono 2.2 2009-01-19 22:39:01 +00:00
kefren
528202995a Remove stale patch that I forgot to cvs delete during 2.0 update 2008-10-10 20:40:35 +00:00
kefren
48ddaa37a0 Update to libgdiplus 2.0 2008-10-07 13:23:25 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
tnn
ceaca2c3bd Drop lang/mono/Makefile.common which is not needed anymore. 2008-05-30 11:07:22 +00:00
kefren
e17746ad53 libgdiplus is still version 1.9 2008-04-25 08:16:51 +00:00
kefren
58338ff0ce Update to libgdiplus 1.9 2008-04-19 18:43:38 +00:00