Age | Commit message (Collapse) | Author | Files | Lines |
|
This switches to the gnome-2.28 release branch.
|
|
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
|
|
|
|
|
|
|
|
|
|
changes:
GConfEntry.get_value now accepts None as parameter for the locale
|
|
|
|
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.
|
|
Changes:
=== GNOME_PYTHON_2_26_0 ===
2009-03-14 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* NEWS,
* configure.ac,
* wscript: [553] Version 2.26.0
=== GNOME_PYTHON_2_25_90 ===
2009-02-01 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* configure.ac: Added.
* configure.ac: Removed.
* NEWS,
* wscript: Modified.
[552] Preparing 2.25.90 release
2009-02-01 gjc
* gconf/gconf.override: [551] Bug 541088 ? gconf set_value should take
unicode string as value.
2009-01-31 gjc
* configure.ac: [550] Bug 564550 ? gnome-python libtool-2.2 patch
* acinclude.m4: [549] (from Funda Wang) Use distutils to detect the
value of Py_ENABLE_SHARED, not grep; closes #569832.
* waf: [548] Upgrade to WAF 1.5.3
=== GNOME_PYTHON_2_25_1 ===
2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* Makefile.am: [547] automake distcheck fixes
2009-01-17 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* NEWS: Added.
* NEWS: Removed.
[546] Update NEWS for release
2009-01-17 gjc
* configure.ac,
* wscript: [545] Bump version to 2.25.1
* waf,
* wscript: [544] Update to newer WAF
2009-01-03 gjc
* wscript: [543] 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.
[542] Add a ready-made waf script, for easier deployment in jhbuild
2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* .bzrignore: [541] ignore
2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* .bzrignore,
* ChangeLog.pre-2.25,
* Makefile.am,
* autogen.sh,
* bzrplugins,
* bzrplugins/gnulog.py,
* generate-ChangeLog: Added.
* ChangeLog,
* Makefile.am,
* autogen.sh: Removed.
* wscript: Modified.
[540] Auto-generate the ChangeLog via bazaar log plugin
2009-01-03 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* wscript: [539] WAF: fix autoconfig and dist_hook
2008-12-26 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* README,
* bonobo/wscript,
* docs/gnomevfs/wscript,
* gconf/wscript,
* gnome/wscript,
* gnomecanvas/wscript,
* gnomevfs/wscript,
* wscript: Added.
* README,
* bonobo/wscript,
* docs/gnomevfs/wscript,
* gconf/wscript,
* gnome/wscript,
* gnomecanvas/wscript,
* gnomevfs/wscript,
* wscript: Removed.
[538] Experimental support for waf 1.5.x
|
|
|
|
|
|
any more.
|
|
changes:
-Compatibility with newer pygobject
-bugfix
|
|
changes: build system improvements, irrelevant to pkgsrc for now
|
|
|
|
This switches to the gnome-2.22 release branch.
|
|
|
|
|
|
changes:
* Fix bugs gnomevfs volume callbacks
* gnome module popt bug fix
|
|
This switches to the new gnome-2.20 branch.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
in "install". Use gmake.
|
|
affected packages.
|
|
This moves this pkg to the new stable gnome branch, too much to list here.
|
|
|
|
changes:
Correctly detect the python library on Mac OS X
Fix crash when using gconf.Client()
Make unit tests use the modules from builddir
Make all code Python 2.5 + 64-bit ready
|
|
major release for gnome-2.16, besides that some fixes, mostly in the
gnomevfs area
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
|
|
|
Overview of Changes from gnome-python 2.12.3 to gnome-python 2.12.4
===================================================================
* python gnomevfs methods
- Build problem when installation prefix != /usr fixed.
Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3
===================================================================
* python gnomevfs methods
- Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson)
- Don't map VFS method check_same_fs to move_func python method (Eitan)
Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2
===================================================================
* gnomecanvas
- Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo)
* gnome.ui
- Make 'custom_icon' arg of icon_lookup optional (Gustavo)
* python gnomevfs methods
- Fix handling of VFS errors from python vfs methods (Eitan Isaacson)
Overview of Changes from gnome-python 2.12.0 to gnome-python 2.12.1
===================================================================
* Fix compilation on Mac OS X (dmacks@netspace.org)
Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0
===================================================================
* gnomevfs
- Fix invalid memory access in gnomevfs.async.xfer;
- Add a new example of a GnomeVFS module written in python;
- Install pygnomevfs.h for use by other python extensions;
* gnomecanvas
- Demonstrate how to activate AA in the canvas example.
Overview of Changes from gnome-python 2.11.2 to gnome-python 2.11.3
===================================================================
* gnomecanvas
- Compilation fixes with libgnomecanvas 2.11.x (Murray Cumming, Gustavo)
- Add canvas-curve.py example demonstrating the use bezier objects
* gconf
- Fix crash when passing the wrong number of arguments to
client.get_pair (Gustavo)
* gnomevfs
- New DNS-SD functions wrapped: dns_sd_browse_sync,
dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and
get_default_browse_domains (Gustavo)
|
|
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
|
|
|
|
|
|
that they look nicer.
|
|
changes:
build problems fixed (which we didn't suffer from)
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
changes: bugfixes
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
|