ryoon
45f8f27196
Recursive PKGREVISION bump for xulrunner, nss, and nspr.
2012-03-06 17:38:53 +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
0baf031533
Recursive dependency bump for databases/gdbm ABI_DEPENDS change.
2012-01-24 09:10:50 +00:00
obache
615c758c19
Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.
2012-01-13 10:54:43 +00:00
sbd
6e686dc4e9
Revert hard coded "py26" with "${PYPKGPREFIX}".
...
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I
did the recursive bump for graphics/freetype2 and I forgot to change them
back :(.
2011-11-01 23:18:23 +00:00
sbd
04daa2f1b8
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
obache
8692ff62cb
recursive bump from gnome-vfs drop crypto dependency.
2011-07-21 13:05:46 +00:00
obache
9572f6d892
recursive bump from textproc/icu shlib major bump.
2011-06-10 09:39:41 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
f09b8dbca6
Let's assume for now that everything that worked with python-2.6 also
...
works with python-2.7.
2011-02-25 09:47:18 +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
2cf9515f64
update to 2.32.0
...
This switches to the gnome-2.32 release branch.
2011-01-11 12:03:13 +00:00
wiz
375ce3c542
Due to py-cairo 1.8.8<>1.8.10 binary incompatibility, bump dependency pattern
...
in buildlink3.mk and PKGREVISION of dependencies.
2010-12-02 13:36:56 +00:00
drochner
4217ca121f
revert last update for now -- it wants evince-2.32 which is not
...
committed yet
2010-11-29 15:35:52 +00:00
drochner
de7f3e8f42
update to 2.32.0
...
This switches to the gnome-2.32 release branch.
2010-11-28 12:57:50 +00:00
abs
9987fa4b3a
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
2010-11-15 22:56:08 +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
df6988707a
Drop exactly dependency on bug-buddy again.
...
XXX: It maybe result in broken PLIST (if old or broken bug-buddy).
2010-07-16 00:44:29 +00:00
obache
25fdd2bf7f
re-enable commented out dependency on bug-buddy (why commented out?),
...
or bugbuddy.py will not be installed if it is not installed.
Bump PKGREVISION.
2010-07-14 05:49:39 +00:00
drochner
063f908a42
bump PKGREV for new e-d-s requirement
2010-07-13 13:21:21 +00:00
drochner
3c386fb927
update to 2.30.2
...
This switches to the gnome-2.30 release branch.
2010-07-06 15:56:47 +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
27e765fb89
Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,
...
depend on version that removed dependency and bump PKGREVISION for
dependencies.
2010-03-20 12:43:29 +00:00
wiz
91871f449e
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
wiz
579796a3e5
Recursive PKGREVISION bump for jpeg update to 8.
2010-01-17 12:02:03 +00:00
drochner
55e16a63a0
update to 2.28.0
...
This switches to the gnome-2.28 release branch.
2009-10-22 17:20:55 +00:00
wiz
4e76bbd293
Fix fallout from recursive jpeg shlib bump.
...
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
2009-08-27 18:53:36 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
tnn
de9e054eb1
not for python-2.4, because support was dropped from py-cairo
2009-08-19 08:06:47 +00:00
drochner
7f986c8d8b
remove support for nautilus-cd-burner which is replaced by brasero,
...
bump PKGREVISION
2009-07-26 19:05:30 +00:00
zafer
58fe0531e2
add 26 to PYTHON_VERSIONS_ACCEPTED.
2009-07-07 11:00:44 +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
drochner
3c5b368d99
add evince binding, bump PKGREVISION
2009-03-18 13:00:54 +00:00
jmcneill
866f8b926e
Update py-gnome2-desktop to 2.26.0.
...
=== GNOME_PYTHON_DESKTOP_2_26_0 ===
2009-03-14 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* NEWS,
* configure.ac,
* wscript: [442] Version 2.26.0
2009-03-08 gjc
* gnomedesktop/_gnomedesktop.defs: [441] Add caller-owns-return
annotations for xxx_new_from_xxx functions. Fixes #570540 .
2009-02-24 jstowers
* evolution/ebookmodule.c,
* evolution/ecalmodule.c: [440] Correctly include the
GNOME_PYTHON_DESKTOP_*_VERSION attributes in the module __version__
attribute.
2009-02-24 gjc
* evolution/ebookmodule.c,
* evolution/ecalmodule.c: [439] Automatically import bonobo during
evolution modules initialization, to avoid certain problems (see
#561354 ).
* evolution/wscript: [438] Fix typos in waf install path for evolution
modules
2009-02-23 gjc
* tests/common.py,
* totem/plparsermodule.c: [437] Add bug #571829 test case
* evince/evince.override: [436] (patch from Tomeu Vizoso) Bug 572575 ?
evince.JobFind() crashes caller
=== GNOME_PYTHON_DESKTOP_2_25_91 ===
2009-02-15 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* NEWS,
* configure.ac,
* wscript: [435] Release 2.25.91
2009-02-05 gjc
* evince/evincemodule.c: [434] Call ev_shutdown() on a python atexit
handler; closes #570622 .
=== GNOME_PYTHON_DESKTOP_2_25_90 ===
2009-02-01 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* NEWS,
* configure.ac,
* wscript: [433] Prepare 2.25.90 release
2009-01-31 gjc
* gnomeapplet/appletmodule.c: [432] Bug 569823 ? get_popup_component
does not return correct object
* wnck/wscript: [431] (from Tomeu Vizoso) Bug 568284 ? Error building
wnck bindings
* waf: [430] Upgrade to WAF 1.5.3
2009-01-30 chpe
* evince/evince.defs,
* evince/evince.override,
* evince/evincemodule.c: [429] Update evince bindings for new evince
initialisation function. Bug #569873
2009-01-28 gjc
* evince/evince.override,
* evince/evincemodule.c: [428] (patch by Tomeu Vizoso) Initialize
evince in module init, instead of wrapping an init function. Closes
#568287 .
2009-01-28 fpeters
* evince/Makefile.am: Added.
* Makefile.am,
* configure.ac: Modified.
[427] added support for building the evince module when using
autotools.
2009-01-27 gjc
* evince,
* evince/evince.defs,
* evince/evince.override,
* evince/evincemodule.c,
* evince/wscript: Added.
* tests/common.py,
* wscript: Modified.
[426] (from Tomeu Vizoso) Bug 568287 ? Add python bindings for evince.
=== GNOME_PYTHON_DESKTOP_2_25_1 ===
2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* Makefile.am: [425] automake disthook fixes
* .bzrignore: [424] ignore files
2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* configure.ac: Added.
* configure.ac: Removed.
* wscript: Modified.
[423] Version 2.25.1
2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* NEWS: Added.
* NEWS: Removed.
[422] Update
2009-01-17 gjc
* gtop/gtop.c: [421] [Jasper Lievisse Adriaanse] Bug 565469 ? missing
#include in gtop.c
* evolution/__init__.py,
* evolution/wscript: [420] Bug 561727 ? evolution still installed even
if disabled
* waf,
* wscript: [419] Upgrade to a newer waf
2009-01-04 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* wscript: [418] Bug 555137 ? WAF build system does not install
bugbuddy module
2009-01-03 gjc
* wscript: [417] Use the gnu_dirs waf tool, so that --libdir configure
option works
2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* waf: Added.
[416] Add standalone waf script
2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* ChangeLog.pre-2.25,
* Makefile.am,
* autogen.sh,
* bzrplugins,
* bzrplugins/gnulog.py,
* generate-ChangeLog: Added.
* ChangeLog,
* Makefile.am,
* autogen.sh: Removed.
* .bzrignore,
* wscript: Modified.
[415] Auto-generate the ChangeLog file from commits
2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* .bzrignore: Added.
[414] ignore file
2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* wscript: [413] Fix WAF dist_hook
* wscript: [412] Properly enable autoconfig in WAF
* docs/gnomeprint/wscript: [411] cleanup
2008-12-27 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* README,
* docs/gnomeprint/wscript,
* docs/gnomeprintui/wscript,
* docs/gtksourceview/wscript,
* evolution/wscript,
* gnomeapplet/wscript,
* gnomedesktop/wscript,
* gnomekeyring/wscript,
* gnomeprint/wscript,
* gtksourceview/wscript,
* gtop/wscript,
* mediaprofiles/wscript,
* metacity/metacity.override,
* metacity/wscript,
* nautilusburn/wscript,
* rsvg/wscript,
* totem/wscript,
* wnck/wscript,
* wscript: Added.
* README,
* docs/gnomeprint/wscript,
* docs/gnomeprintui/wscript,
* docs/gtksourceview/wscript,
* evolution/wscript,
* gnomeapplet/wscript,
* gnomedesktop/wscript,
* gnomekeyring/wscript,
* gnomeprint/wscript,
* gtksourceview/wscript,
* gtop/wscript,
* mediaprofiles/wscript,
* metacity/metacity.override,
* metacity/wscript,
* nautilusburn/wscript,
* rsvg/wscript,
* totem/wscript,
* wnck/wscript,
* wscript: Removed.
[410] Port to modified version of WAF 1.5.x
2009-03-15 16:15:58 +00:00
wiz
4c0afb21ff
Update to 2.24.1, add two dependencies for more features (it already
...
depended on most of the kitchen sink anyway...).
Changes:
* configure.ac, wscript: Version 2.24.1.
* configure.ac: libtool-2.2 compatibility, patch by "Cygwin Ports
maintainer" (bug #564550 ).
* gnomeapplet/applet.override:
* gnomeapplet/appletmodule.c:
* gnomeapplet/wscript:
Fix build error with missing libgnome/libgnomeui flags.
Patch from Lucas Rocha closes bgo #564525
* tests/common.py: Fix a bug in the import check.
2009-01-07 14:35:12 +00:00
drochner
f2bb98e568
make this work with python-2.4 again
2008-11-18 12:46:52 +00:00
wiz
747a80b596
Remove python24 from accepted versions since py-cairo does not
...
support it any longer.
2008-11-13 11:17:16 +00:00
drochner
c02f8babbe
update to 2.24.0
...
This switches to the gnome-2.24 release branch.
2008-10-16 18:01:38 +00:00
wiz
03b53774ba
Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
...
name change).
2008-09-06 20:54:31 +00:00
joerg
ba171a91fa
Add DESTDIR support.
2008-06-12 02:14:13 +00:00
joerg
a77e7015fe
Update PYTHON_VERSIONS_COMPATIBLE
...
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
drochner
6468670d84
update to 2.22.0
...
This switches to the gnome-2.22 release branch.
2008-04-15 18:02:48 +00:00
jlam
841dfa0e7a
Convert to use PLIST_VARS instead of manually passing "@comment "
...
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +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
tnn
ad6ceadd25
Per the process outlined in revbump(1), perform a recursive revbump
...
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
drochner
e34d5e347e
update to 2.20.0
...
This switches to the new gnome-2.20 branch.
2007-11-05 19:28:50 +00:00
wiz
3528e06345
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
...
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
cf98dc96e5
Adapt for librsvg rename. Bump PKGREVISION.
2007-09-20 21:37:35 +00:00