asau
e9540187fc
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-29 05:06:05 +00:00
adam
ed93f0ca47
Revbump after updating graphics/pango
2012-10-08 23:00:34 +00:00
tron
78f9c75877
Mass recursive bump after the dependence fix of the "cairo" package
...
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
8ace00dcd8
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
e7608643ab
Revbump after updating graphics/cairo
2012-09-07 19:16:05 +00:00
drochner
d35e895baf
revert addition of desktopdb.mk where it was unnecessary
...
(These are just the cases where I have the pkgs installed.)
2012-07-02 10:33:09 +00:00
dholland
49cfd098d9
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
...
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
sbd
cdfc7f300d
Recursive PKGREVISION bump for libxml2 buildlink addition.
2012-06-14 07:43:06 +00:00
dholland
0bcdacfbcf
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
e64308b04b
Recursive bump for pcre-8.30* (shlib major change)
2012-03-03 00:11:51 +00:00
wiz
0d8c03d43e
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
94b37b4e43
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
obache
0e2c97799a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
2f4126dc58
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
drochner
5e410d0825
update to 2.32.0
...
This switches to the gnome-2.32 release branch.
2010-11-24 20:37:33 +00:00
abs
93cde1a832
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
2010-11-15 22:56:08 +00:00
drochner
ab33808352
do missing dependency bump for glitz removal
2010-09-15 18:00:17 +00:00
wiz
2c6e8e30b0
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
4c6b5079e4
missing recursive bump from libxklavier shlib bump.
2010-07-19 12:05:33 +00:00
wiz
e4b960984e
Bump depends for libpng bump. PR 43564 by David H. Gutteridge.
2010-07-17 12:17:51 +00:00
drochner
dfddb22880
update to 2.30.2
...
This switches to the gnome-2.30 release branch.
2010-07-14 16:16:49 +00:00
wiz
92e0cb52cb
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
d32ce05e65
PKGREVISION bump for libxklavier shlib update.
2010-02-16 13:35:40 +00:00
drochner
600295c561
update to 2.28.2
...
changes: Small fixes for the rendering
2009-12-16 19:05:13 +00:00
drochner
946f2af303
trim dependencies, bump PKGREV
2009-10-29 22:25:42 +00:00
drochner
e0cd8517f6
update to 2.28.0
...
This switches to the gnome-2.28 release branch.
2009-10-22 17:09:35 +00:00
sno
949cd3bc1f
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
wiz
354c894436
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
6f7c23cfe5
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
843a1e6099
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