Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
2010-03-08 Mike Kestner <mkestner@novell.com>
* configure.in.in: revert the -platform flag usage on windows until
we can figure out why it breaks Gtk# on mono.
2010-03-01 Mike Kestner <mkestner@novell.com>
* msi/gtk-sharp-2.0.wxs.in: use the netfx runtime version checks.
Check for version 2.0 or greater.
* msi/Makefile.am: ref the netfx extension.
2010-02-26 Mike Kestner <mkestner@novell.com>
* configure.in.in: backport the mono-2 configure fallback.
2010-02-26 Mike Gorse <mgorse@novell.com>
* atk/Object.custom, atk/glue/object.c: Bind GetAttributes.
2010-01-11 Mike Kestner <mkestner@novell.com>
* configure.in.in: checks for wix and add platform switch to win32
builds to ensure 32BIT+ and PE32 are set. [Fixes#473566]
* gtk-sharp-2.0.wxs.in: moved to msi dir and enhanced. see below.
* license.rtf: moved to msi dir
* Makefile.am: add new dir, move installer target to msi Makefile.
* msi/*: new installer building framework. conditionally builds on wix
availability. downloads official binary bundles to build an unmanaged
module. adds the .mo files to support translation [Fixes#513017]
updated gtk+ version to 2.16.6. still depends on win32-installers build
for mono-posix and mono-cairo modules.
2009-11-30 Mike Kestner <mkestner@novell.com>
* generator/Method.cs: support win32_utf8_variant attribute on methods.
* glib/*.cs: support win32 utf8 variant methods.
* gtk/*.custom: support win32 utf8 variant methods.
* gtk/Gtk.metadata: mark some win32_utf8_variant methods.
[Fixes#550961] Adapted from a patch by Tor Lillqvist.
2009-11-23 Christian Hoff <christian_hoff@gmx.net>
* generator/Signal.cs: Return a GInterfaceAdapter in the signalargs's
accessor properties instead of trying to return the implementor as stored in
the arguments array.
2009-11-20 Gabriel Burt <gabriel.burt@gmail.com>
* bootstrap-2.12: Bump GTK_SHARP_VERSION to 2.12.10
2009-11-20 Gabriel Burt <gabriel.burt@gmail.com>
Make TextBufferSerializeFunc return byte []
* gtk/Makefile.am:
* gtk/textbuffer-serializefunc.patch:
* gtk/GtkSharp.TextBufferSerializeFuncNative.cs:
* gtk/TextBufferSerializeFunc.cs: Copy of generated bindings, fixed to
be usable. [Fixes#555495]
* gtk/TextBuffer.custom: Add binding of RegisterSerializeFormat since no
longer generated.
* gtk/Gtk.metadata: Remove GtkTextBufferSerializeFunc and
RegisterSerializeFormat so bindings not generated.
2009-11-10 Gabriel Burt <gabriel.burt@gmail.com>
* atk/atk-table.patch:
* atk/ColumnDeletedHandler.cs:
* atk/Table.cs:
* atk/TableAdapter.cs:
* atk/ColumnInsertedHandler.cs:
* atk/Atk.metadata:
* atk/RowDeletedHandler.cs:
* atk/RowInsertedHandler.cs: We have to implement AtkTable's
GetSelectedRows/Columns methods manually, and the only way to do that is
to not generate those classes. So these files are the generated files
with the necessary modifications (see atk-table.patch). This fixes
support for custom widgets to add AtkTable a11y (BNC #512477)
* atk/NoOpObject.custom: Manually implement Atk.Table iface
* atk/Makefile.am: Add new files to build
2009-10-30 Mike Kestner <mkestner@novell.com>
* glib/GType.cs: avoid another exception on bogus assm.Locations.
[Fixes#546045]
2009-10-23 Christian Hoff <christian_hoff@gmx.net>
* gtk/CellRenderer.custom: Pass the GdkRectangle parameters of CellRenderer.Render
by reference. Patch by Diego Pettenò.
2009-09-22 Brad Taylor <brad@getcoded.net>
* glib/Idle.cs:
* glib/Timeout.cs: Don't try to remove the handler from the managed
hashtable twice, add a comment explaining the need for the else branch.
2009-09-22 Brad Taylor <brad@getcoded.net>
* glib/Idle.cs:
* glib/Timeout.cs: Make sure to remove the unmanaged reference to the
delegate when we're disposed or finalized. In particular, this fixes a
problem where GLib.Object's PerformQueuedUnrefs was being called after
both the object and the handler had been GC'ed, resulting in a
segfault.
2009-09-16 Mike Kestner <mkestner@novell.com>
* gtk/Gtk.metadata: hide StatusIcon.GetGeometry for custom impl.
* gtk/StatusIcon.custom: custom GetGeometry implementation to avoid
marshaling exceptions on win32. [Fixes#518169]
2009-09-11 Christian Hoff <christian_hoff@gmx.net>
* gtk/Application.cs: Port the theming-relevant part of the
SWF.Application.DoEvents code to avoid loading the assembly
at runtime on the Windows platform.
2009-08-23 Christian Hoff <christian_hoff@gmx.net>
* gdk/Gdk.metadata: Mark PixbufFormat.Extensions and
PixbufFormat.MimeTypes as null-terminated arrays. [Fixes#533472]
2009-08-12 Christian Hoff <christian_hoff@gmx.net>
* configure.in.in: Detect GDK backend.
* */*.dll.config.in: Link against the libs of the correct GDK backend
instead of using x11 on Linux/win32 on Windows.
Patch by Christian Hergert. [Fixes 527840]
2009-08-05 Christian Hoff <christian_hoff@gmx.net>
* sample/CustomcellRenderer.cs: Use GObject property registration
instead of a CellDataFunc.
2009-08-05 Christian Hoff <christian_hoff@gmx.net>
* glib/glue/object.c: Use -G_MINFLOAT and -G_MINDOUBLE since
these constants return the minumum positive values for this type.
2009-07-30 Mike Kestner <mkestner@novell.com>
* generator/InterfaceGen.cs: remove var keyword usage to fix build
on .net 2.0. Fix a few mixed line endings as well.
2009-07-27 Mike Gorse <mgorse@novell.com>
* atk/Atk.metadata: Remove owned for Relation.GetTarget.
2009-07-21 Christian Hoff <christian_hoff@gmx.net>
* glib/GInterfaceAdapter.cs: Fix a leak related to GCHandles not being freed.
Patch from Mike Kestner with a minor tweak by me. [Fixes#523306]
2009-07-13 Gabriel Burt <gabriel.burt@gmail.com>
* generator/GenBase.cs: Add AppendCustom override that you can pass the
type name in, used to include .custom for Name + Adapter and Name +
Implementor .custom files for interface gen.
* generator/InterfaceGen.cs: Use the new AppendCustom override for the
Name + Adapter.custom file, and add support for including custom file for
the Name + Implementor interface; necessary to manually implement an
interface method.
2009-07-10 Christian Hoff <christian_hoff@gmx.net>
* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends
methods as "out". [Fixes#510105]
2009-06-08 Christian Hoff <christian_hoff@gmx.net>
* atk/ObjectFactory.custom: Reimplement ObjectFactory virtual
methods. Patch provided by Mike Kestner and Gabriel Burt.
2009-05-31 Mike Kestner <mkestner@novell.com>
* gtk-sharp-2.0.wxs.in: move the RemoveExistingVersions action
after InstallFinalize to avoid a problem where the GAC assemblies
disappear. [Fixes#508580]
2009-05-12 Mike Kestner <mkestner@novell.com>
* gtk/Application.cs: add the theme initialization workaround for
windows. Hopefully we can find a better solution that doesn't
involve loading SWF. [Fixes#471682]
2009-05-06 Mike Kestner <mkestner@novell.com>
* gtk/TargetList.custom: fix intptr indexing in cast.
2009-05-05 Mike Kestner <mkestner@novell.com>
* glib/GType.cs: ensure threading is initialized in cctor.
* gtk/Application.cs: ditto.
2009-04-27 Mike Kestner <mkestner@novell.com>
* gtk-sharp-2.0.wxs.in: add an InstallFolder key. [Fixes#498298]
2009-04-23 Mike Kestner <mkestner@novell.com>
* gtk/TargetList.custom: use gtk_target_table_new_from_list to
implement the TargetEntry[] cast to avoid crashes on win32. This
can only be backported to 2.10 if necessary.
2009-04-09 Mike Kestner <mkestner@novell.com>
* glib/ListBase.cs: fix g_object_unref dllimport lib.
[Fixes#493128]
2009-03-28 Christian Hoff <christian_hoff@gmx.net>
* gtk/TextBuffer.custom: Use the right overload of Marshal.Copy
[Fixes#480010]
2009-02-06 Christian Hoff <christian_hoff@gmx.net>
* gtk/Gtk.metadata: Fix TreeModel.EmitRowsReordered signature
2009-02-02 Mike Kestner <mkestner@novell.com>
* gtk-sharp-2.0-wxs.in: switch the VS assembly reference registry
magic to HKLM/SOFTWARE/Microsoft/.NetFramework/AssemblyFolders. Add
a single key there to get all versions of VS.
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.