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
fb1a8e5414
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:41:29 +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
drochner
29b06d132b
update to 2.32.0
...
This switches to the gnome-2.32 release branch.
2010-11-24 20:37:33 +00:00
abs
9987fa4b3a
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
2010-11-15 22:56:08 +00:00
drochner
6bc7a32fd6
do missing dependency bump for glitz removal
2010-09-15 18:00:17 +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
obache
84109a4e19
missing recursive bump from libxklavier shlib bump.
2010-07-19 12:05:33 +00:00
wiz
b34ff48407
Bump depends for libpng bump. PR 43564 by David H. Gutteridge.
2010-07-17 12:17:51 +00:00
drochner
aa1f2ee01d
update to 2.30.2
...
This switches to the gnome-2.30 release branch.
2010-07-14 16:16:49 +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
wiz
2de6c38cb4
PKGREVISION bump for libxklavier shlib update.
2010-02-16 13:35:40 +00:00
drochner
08d673f779
update to 2.28.2
...
changes: Small fixes for the rendering
2009-12-16 19:05:13 +00:00
drochner
d5d72ba60d
trim dependencies, bump PKGREV
2009-10-29 22:25:42 +00:00
drochner
ac714568ca
update to 2.28.0
...
This switches to the gnome-2.28 release branch.
2009-10-22 17:09:35 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
wiz
4c15d0febf
Fix build with libxklavier-4.0, and depend on it.
...
Bump PKGREVISION.
Patch from gentoo, linked to by hasso.
2009-08-14 15:47:31 +00:00
wiz
d70523df21
Remove USE_DIRS from pkgsrc.
...
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
b02a0f888e
Remove @dirrm entries from PLISTs
2009-06-14 18:24:43 +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
jmcneill
17995e9c41
Update libgnomekbd to 2.26.0.
...
Changes:
2009-03-13 svu
* configure.in, NEWS: preparing 2.26.0
2009-02-25 svu
* libgnomekbd/gkbd-indicator.c: use updated tooltips API, closing
#550212
* capplet/gkbd-indicator-plugins-capplet.c: fixed signal API, closing
#572661
2009-02-19 svu
* configure.in, NEWS: preparing 2.25.91
2009-02-09 svu
* libgnomekbd/gkbd-indicator-config.c: deprecate gdk_pixbuf_unref,
closing #570951
2008-12-09 Pedro Fragoso <ember@ubuntu.com>
* capplet/gkbd-indicator-plugins-capplet.h:
* test/gkbd-indicator-test.c:
* test/gkbd-keyboard-drawing-test.c:
GNOME Goal: Clean up GLib and GTK+ includes (Closes : #563629 )
2008-11-09 svu
* libgnomekbd/gkbd-keyboard-config.c: fixed memleak,
http://bugzilla.gnome.org/show_bug.cgi?id=549874
2008-10-27 svu
* libgnomekbd/gkbd-indicator.c: fixing crash in broken X
configuration, http://bugzilla.gnome.org/show_bug.cgi?id=553915
2008-09-28 svu
* libgnomekbd/gkbd-keyboard-drawing.c: make default orientation (for
printing) landscape, http://bugzilla.gnome.org/show_bug.cgi?id=553491
2009-03-15 14:49:01 +00:00
jmcneill
15f3c318c7
Pull in patch from libgnomekbd trunk that prevents a crash when a buggy
...
X server fails a XkbGetKeyboard call. Bump PKGREVISION.
2008-12-21 00:29:02 +00:00
wiz
72ee781e3a
libgnomekbd's pkg-config files pull in those of libxklavier,
...
so we need to include its buildlink3 here.
2008-11-15 09:59:59 +00:00
drochner
a0cf2f4bb7
update to 2.24.0
...
This switches to the gnome-2.24 release branch.
2008-10-16 18:14:13 +00:00
joerg
f605fec2db
Mark as destdir ready.
2008-07-14 12:55:56 +00:00
drochner
ca1f5bbfd4
make it build on DragonFly, from Hasso Tepper by PR pkg/38806, slightly
...
modified by me
2008-06-02 16:42:21 +00:00
drochner
1473b2a9ca
update to 2.22.0
...
This switches to the gnome-2.22 release branch.
2008-04-15 17:53:51 +00:00
wiz
8e810a2bc9
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
2008-03-06 14:53:47 +00:00
drochner
c98b89a665
update to 2.20.0
...
This switches to the new gnome-2.20 branch.
2007-11-03 17:28:00 +00:00
hira
6cdb950b99
Fix comment (GConf2 -> GConf).
2007-09-25 10:54:09 +00:00
wiz
3528e06345
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
...
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
42825e73a6
Bump PKGREVISION for gnome-vfs rename.
2007-09-19 23:18:43 +00:00
drochner
c58f040a6b
update to 2.18.2
...
changes:
Several keyboard drawing bugs fixed
Crash on incorrect GObject usage fixed
Added 4 translations
2007-06-15 17:55:09 +00:00
wiz
9d27f90a6f
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
...
affected packages.
2007-06-05 05:36:59 +00:00
gdt
5d1708920f
add:
...
# used a library before it was created
MAKE_JOBS_SAFE= no
2007-04-14 01:18:26 +00:00
joerg
67a46daea3
Needs msgfmt.
2007-04-13 00:02:16 +00:00
drochner
5593f9b020
import libgnomekbd-2.18.1 which is part of gnome-2.18
2007-04-10 19:20:37 +00:00