kleink
f1a683c990
Revbump after cairo 1.16.0 update.
2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873
Recursive revbump from hardbuzz-2.1.1
2018-11-12 03:51:07 +00:00
wiz
8ee21bdcf0
Recursive bump for new fribidi dependency in pango.
2018-04-16 14:33:44 +00:00
wiz
c57215a7b2
Recursive bumps for fontconfig and libzip dependency changes.
2018-03-12 11:15:24 +00:00
ryoon
72c3cb198b
Recursive revbump from fonts/harfbuzz
2017-02-12 06:24:36 +00:00
wiz
7ac05101c6
Recursive bump for harfbuzz's new graphite2 dependency.
2017-02-06 13:54:36 +00:00
agc
d9e4cfe05d
Add SHA512 digests for distfiles for devel category
...
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
tnn
255d0cb0b8
Recursive revbump following MesaLib update, categories a through f.
2015-04-25 14:20:17 +00:00
ryoon
60806aa001
Recursive revbump from x11/pixman
...
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
joerg
8e8c8a71d5
Fix use-before-define.
2014-04-17 20:17:18 +00:00
ryoon
3fba1a52dd
Recursive revbump from pango-1.36.0
2013-10-10 14:41:44 +00:00
adam
d2cb6dec32
Revbump after cairo update
2013-09-02 19:50:38 +00:00
wiz
e0b49a2fed
Bump PKGREVISION for libXft changes for NetBSD native X support on
...
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +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
tron
19fd9a3b46
Reset maintainer to "pkgsrc-users@NetBSD.org".
2013-03-02 10:44:33 +00:00
wiz
d1b820f37b
Recursive bump for png-1.6.
2013-02-16 11:18:58 +00:00
asau
e1ab7079b6
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-31 11:16:30 +00:00
adam
3f2cc57b2b
Revbump after updating graphics/pango
2012-10-08 23:00:34 +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
wiz
2deb8fea30
Add patch needed by newer frozen-bubble versions.
...
Bump PKGREVISION.
2012-03-04 22:10:41 +00:00
wiz
ee311e3b36
Recursive bump for pcre-8.30* (shlib major change)
2012-03-03 00:11:51 +00:00
wiz
6c9c77e597
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:42 +00:00
sbd
04daa2f1b8
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
wiz
200e3c4a04
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
...
version, and bump all depends.
Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +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
tnn
820e029160
s/LOCALBASE/BUILDLINK_PREFIX.SDL/
2009-08-08 06:44:53 +00:00
wiz
60f460ab01
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
...
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +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
heinz
89e007c365
Initial buildlink3 fragment.
2008-01-28 20:15:57 +00:00
heinz
5cd9e1d556
Show correct licencing information.
2008-01-27 05:13:01 +00:00
heinz
a809867fd0
Initial import of SDL_Pango.
...
Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
engine to SDL (Simple DirectMedia Layer), a cross-platform multimedia library.
2008-01-27 04:30:19 +00:00