Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
and it depends on xulrunner192
bump PKGREV
|
|
|
|
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I
did the recursive bump for graphics/freetype2 and I forgot to change them
back :(.
|
|
|
|
|
|
|
|
|
|
|
|
plus add patches based on Upstream Bug#532856 and hacks for libtool to
build gtkmozembed dynamic module again with xulrunner-1.9.
Overview of Changes from 2.25.2 to 2.25.3
==============================================================================
* gda: Now requires and builds with the latest libgda (3.99.11)
(Murray Cumming)
Overview of Changes from 2.25.1 to 2.25.2
==============================================================================
* gda: Now requires and builds with the latest libgda (3.99.9)
(Murray Cumming)
Overview of Changes from 2.19.1 to 2.25.1
==============================================================================
* gda:
- pygda-3.0 is now replaced by pygda-4.0, wrapping libgda-4.0 instead of
libgda-3.0, with various API changes.
(Murray Cumming)
- On windows, install gda.pyd instead of gda.dll, as expected by Python on
Windows, along with some other Windows fixes. (Armin Burgmeier)
* Fixed the gdl build.
(Johannes Schmid)
* gtkmozembed:
- Fix the build with XUL 1.9. (Gustavo J. A. M. Carneiro)
- Wrap gtk_moz_embed_set_path(). (Matthew Barnes) Bug #400861
Bug #503067
* Build:
- Allow the build and install of some modules to be disabled to make
life easier for distro packagers. (Arun Raghavan) Bug #534307
- Allow documentation building to be disabled. (Gian Mario Tagliaretti)
- Use python-config to get python includes. (Sebastien Bacher) Bug #448182.
Overview of Changes from 2.14.3 to 2.19.1
==============================================================================
* egg.trayicon:
- By popular demand, undeprecate this, at least until Gtk+ adds all the
functionality to GtkStatusIcon. (Gustavo Carneiro)
* gda
- Now use libgda-3.0 instead of libgda-1.2. This breaks API.
(Murray Cumming, Armin Burgmeier)
* gksu2:
- New module, Various fixes.
(Gian Mario Tagliaretti, Gustavo Carneiro)
|
|
|
|
works with python-2.7.
|
|
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
versions are API incompatible
(afaict the only useful thing in this pkg is the "gtkspell" wrapper,
should perhaps be put into its own pkg)
ride on today's PKGREV 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!
|
|
|
|
|
|
(only compile tested ...)
|
|
|
|
major change.
Reported by Robert Elz in PR 41345.
|
|
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.
|
|
files, not over and over again.
|
|
|
|
|
|
Accept Python 2.5.
|
|
|
|
changes:
- Check for errors in html_document_open_stream
- Support the gdl 0.7.x API, in addtion to 0.6.x
-some changes not relevant to pkgsrc
|
|
Bump PKGREVISION.
|
|
|
|
|
|
affected packages.
|
|
|
|
Overview of Changes from 2.14.1 to 2.14.2
==============================================================================
* general
- Correct gnome-python defsdir detection, fixes build breakage (Danial Macks)
Overview of Changes from 2.14.0 to 2.14.1
==============================================================================
* general
- Mac OS X build fixes (Daniel Macks)
* gtkmozembed
- Allow building gtkmozembed against xulrunner (Julien Louis)
Overview of Changes from 2.13.3 to 2.14.0
==============================================================================
* gtkspell
- Fixed some crashes due to missing parameter type checking
Overview of Changes from 2.13.2 to 2.13.3
==============================================================================
* The following modules moved to the package gnome-python-desktop:
- gnomeapplet
- gnomeprint, gnomeprint.ui
- gtksourceview
- wnck
- totem.plparser
- gtop
- nautilusburn
- mediaprofiles
* gda
- Correct a typo in pygda-1.2.pc (Murray Cumming)
Overview of Changes from 2.13.1 to 2.13.2
==============================================================================
* gnomeapplet
- Wrap panel_applet_set_background_widget (Gustavo Carneiro)
* gda
- Revert back to wrapping pygda 1.2 due to API instability of 2.0 (Murrray Cumming)
* metacity
- Add new metacity bindings (Johan Dahlin)
* egg.recent
- Update eggrecent code from CVS (Gustavo)
Overview of Changes from 2.13.0 to 2.13.1
==============================================================================
* wnck
- Register missing wnck constants (Gustavo)
Overview of Changes from 2.12.1 to 2.13.0
==============================================================================
* gda
- Require libgda 2.0 instead of 1.2 (Murray Cumming)
* gnomepanel
- Wrap panel_applet_get_background (Gustavo Carneiro)
* egg.recent
- Wrap egg_recent_model_get_list (Gustavo)
* wnck
- Wrap wnck_tasklist_get_size_hint_list (Gustavo)
- Double-free fixes (Alex Graveley)
Overview of Changes from 2.12.0 to 2.12.1
==============================================================================
* nautilusburn
- Unblock threads around recording function (Tiago Cogumbreiro)
- Some docstrings and parameter default values fixed (Tiago)
* gda
- Make it compile with python 2.3, with disabled data/time types (Gustavo)
* wnck
- wnck_window_needs_attention renamed to wnck_window_needs_attention
(Dave Malcolm)
* gnomeapplet
- Wrap panel_applet_get_background (Gustavo)
* egg.recent
- Wrap egg_recent_model_get_list (Gustavo)
|
|
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
|
|
|
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.
|
|
|
|
netinet/in.h by default. This is explicitly allowed by SUS.
|
|
|
|
|