summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
AgeCommit message (Collapse)AuthorFilesLines
2006-07-26Fix BUILDLINK_ABI_DEPENDS line to use PYPKGPREFIX.wiz1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-02Don't include pyversion.mk more often than necessary.rillig1-4/+4
2006-04-27update to 2.8.6drochner2-7/+6
changes: - Allow None to be set in gtk.TreeSortable.set_default_sort_func() - 327778: Increase property size limit to G_MAXLONG - 334027: Fix leaks in enum/flags - 334188: Call g_log_default_handler when python isn't initialized.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-2/+4
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06update to 2.8.5drochner2-6/+6
changes: - String list bug fix (Christopher Aillon) - Improved examples (Johan) - Proper refcounting in gdk.Window constructor (John Ehresman) - Fix a bunch of reference leaks (Gustavo) - __init__.py fixes for pydoc (Johan) - gtk.Dialog.new_with_buttons leak
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
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).
2006-02-07update to 2.8.4drochner4-24/+12
changes: -Split out gobject wrappers -Bug fixes
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-10-25bump BUILDLINK_DEPENDS for incompatible interface changesdrochner1-3/+3
2005-10-18update to 2.8.2; this is basically a sync to gtk-2.8drochner2-7/+7
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-13update to 2.6.2drochner2-6/+6
changes: - Allow None to be sent in to set_group radio widgets - guint/gsize as longs - Check for exceptions in child_watch - Bug fixes
2005-04-26update to 2.6.1drochner3-10/+104
that's a major update, too much to list individual changes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-29remove BUILDLINK_DEPENDS for Python 2.2recht1-2/+1
2004-12-29remove 2.2 from the list of accepted Python versionsrecht1-2/+2
2004-12-29update to 2.4.1recht2-8/+7
What's new since 2.2.0 Wrapping for new objects in Gtk+ 2.4.0: GtkFileChooser, GtkUIManager (and action/toolbar api), GtkTreeModelFilter, GtkComboBox, GtkCellLayout. Examples for a few of them can be found in the tarball. Enum and Flags wrapping, with nice string representations Better constructor integrations. Python 2.3 requirement. Threading improvements, which are currently disabled until we can depend on Python 2.3.5 (unreleased) or 2.4 Plenty of bug fixes. pygtk-2.4.1 04-november-2004 - Bug fixes (Johan, Gustavo, John Finlay) - Allow the headers to be parsable by a C++ compiler - Updated examples (Johan, John)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-4/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-11/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-06Fix typo to uppercase the first character of sentence.reed1-1/+1
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-12update to 2.2.0recht4-18/+11
pygtk-2.2.0: 11-march-2004 - Added support for GTK+ 2.2 APIs, GdkDisplay, GdkScreen, GdkClipboard and GtkWindow (James) - Better and more flexible support for TreeModel and TreeView API (Don Allingham, Benjamin Cama, John Ehresman, Johan, jkluebs@luebsphoto.com) - Better support for gtk.gdk.Pixbuf integration with Numerical arrays (Tim Evans) - Better support for Pygtk generation tools (codegen, m4 macros, h2def, Makefile.am ...) (James, Jon Willeke, Xavier, Johan) - Removed gtkgl bindings (James) - Added gtk.gdk.Eventkey.hardware_code (Johan) - Added gtk.binding_entry_remove and gtk.accel_group_connect (Gustavo) - Don't allow reading non readable properties (James) - And lots of bug fixes: gdk.event_get_axis (Seth Nickell), distutils (Alif Wahid), mem leaks, gtk.Menu.popup (Gustavo)
2004-03-07No longer used.minskim1-28/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-8/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20Do not use PYPKGPREFIX in buildlink3.mk except in BUILDLINK_DEPENDS.*.minskim1-2/+2
2004-02-18bl3ify and add explicit build dependency on pkgconfig.minskim2-7/+35
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-3/+4
2003-09-09due to the way version requirement propagation works, <extension.mk>drochner1-2/+2
must be included before other Python stuff in Python extension pkgs which depend on other Python extension pkgs
2003-09-08Update to 2.0.recht2-6/+6
changes: - Roll version number over to 2.0. - Small fix to gtk.TextView.set_border_window_size() method. - Miscelaneous bug fixes.
2003-08-26Fix PLIST.recht1-2/+1
This fixes hubertf's bulk build.
2003-08-25Update to 1.99.18.recht3-6/+7
Changes: * Fix up a duplicate symbol bug in the atk module, that was causing build problems on MacOS X (hopefully the last such problem). * add gtk.glade.set_custom_handler() API, that provides more info to the custom widget callback. Deprecate set_custom_widget_callbacks(). * some other bug fixes.
2003-08-17Allow also Python 2.3 to be used.recht2-4/+4
2003-08-09Update to 1.99.17.recht3-31/+29
changes include: * Threading support is compiled in by default now. It is necessary to call gtk.threads_init() in order to make use of threading though. There have been a number of fixes to the threading support too. * Fix up some problems with multiple definitions of global variables in gobject module, that was causing problems on Mac OS X. * Wrappers for many new APIs (John Finlay, Naofumi Yasufuku, Johan Dahlin and others). * Improvements to the code generator to give better error messages. * Some fixes to property APIs to work correctly on 64 bit systems, and to handle ATOM type properties. * Fix copyright headers on source files.