summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09Assorted fixes for fallout from X.org header rototill.tnn17-3/+1211
Bump revision.
2010-04-09Guard against multiple inclusion. Bump rev.tnn2-2/+8
2010-04-09Some drivers now have a build time dependency on libXext becausetnn20-39/+60
of xextproto -> libXext header rototil.
2010-04-09Update to libXext-1.1.1.tnn5-23/+51
Following the xextproto cleanup, the client-side header files previouly in xextproto have now moved to libXext.
2010-04-09Update to libXi-1.3.tnn4-50/+11
Most notable change is that this brings XI2 support, matching changes noted in the inputproto-2.0 update.
2010-04-09Update to libXinerama-1.1.tnn4-9/+11
1.1: Just one more change, the requirement of xorg-macros 1.3. 1.0.99.1: Most notable change the addition of Xinerama.h and panoramiXext.h. Both files were previously part of xineramaproto and were moved here. Requires xineramaproto 1.1.99.1 or higher.
2010-04-09Update to libXtst-1.1.0.tnn4-20/+13
1.1.0: Just two changes, increasing the requires for libXext to what it really is and the usual xorg-macros change. 1.0.99.2: Xlib headers from the recordproto module have moved to here. The new requirement is thus recordproto 1.13.99.2 No other interesting changes. 1.0.99.1: The first libXtst release for nearly two years and boy, aren't we glad it's here. 1.0.99.1 contains various build system fixes and a new header file that previouly resided in the xextproto module. This version requires xextproto 7.0.99.3 or later to avoid conflicts with header files.
2010-04-09Update to libXfixes-4.0.4.tnn3-24/+6
4.0.4: Add README with pointers to mailing list, bugzilla & git repos Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Replace static ChangeLog with dist-hook to generate from git log nuke RCS Ids Janitor: Correct make distcheck and gcc/sparse warnings. Rename parameters to clarify QueryVersion/QueryExtension.
2010-04-09Update to xineramaproto-1.2.tnn4-12/+9
"No protocol changes, packaging changes only. Note that the Xlib headers were removed since the last release. They are now in libXinerama."
2010-04-09Update to xextproto-7.1.1.tnn5-45/+72
"Many headers included in xextproto were combined library, server and protocol headers. This release splits those headers up and moves the client-side library headers into the libXext module. Clients should not be affected by this change. Drivers that included headers from this module will need to be fixed." "Note that as a result of this file removal and renaming, xextproto is only partially compatible to other, already released modules. An upgrade of xextproto from 7.0.x to 7.1.0 also requires upgrades of libXext, libXtst, the X server and possible others." xxx tnn note: I've added a compat shmstr.h to help old software, such as xorg-server 1.6 to build. More fixes coming.
2010-04-09Update to recordproto-1.14.tnn4-11/+11
Recordproto has seen a similar cleanup as xextproto recently. Xlib headers have been removed and the remaining headers renamed for consistency. A stub recordstr.h is provided to avoid breakage in current clients, the Xlib header now resides in libXtst.
2010-04-09Update to inputproto-2.0.tnn4-11/+11
"The first stable release of the X Input Extension Version 2.0 protocol specification and header files." XI2 provides a number of enhancements over version 1.5, including: - use of XGE and GenericEvents. GenericEvents are of flexible length with a minimum length of 32 bytes. - explicit device hierarchy of master and slave devices. See Section 4. - use of multiple independent master devices (Multi-Poiner X or MPX). - the ability for devices to change capabilities at runtime. - raw device events
2010-04-09Update to fixesproto-4.1.1.tnn3-8/+8
4.1.1: New requirement: xorg-macros 1.3 Add README with pointers to mailing lists, bugzilla, & git Hide/ShowCursor works on all master pointers in XI2. Document behaviour of CursorNotifies with XI2 servers. Require macros 1.3 for XORG_DEFAULT_OPTIONS Remove RCS tags 4.1: renamed: .cvsignore -> .gitignore Update XFixes protocol spec to match XFixes 4.0 Typo fixes in XFixes protocol spec Move fixes protocol description to the new canonical location/name. fixesproto: adjust to split xext headers ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap' Janitor: Correct make distcheck and dont distribute autogen.sh
2010-04-05Build fix: treat DragonFly as other BSDs.asau1-2/+2
From Alexander Polakov, PR pkg/43118
2010-03-24Recursive revision bump for GMP update.asau3-6/+6
2010-03-23Fix build by increasing BUILDLINK_API_DEPENDS.pangomm. Error was:reed2-3/+3
checking for GDKMM... configure: error: Package requirements (giomm-2.4 >= 2.22 pangomm-1.4 >= 2.26 gtk+-2.0 >= 2.18) were not met: Requested 'pangomm-1.4 >= 2.26' but version of Pangomm is 2.24.0 (2.24.0 doesn't provide needed pangommconfig.h.) While here remove now-irrelevant comment from buildlink3.mk.
2010-03-21Reset maintainer, developer lost his commit bit.wiz2-4/+4
2010-03-20Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,wiz1-2/+2
depend on version that removed dependency and bump PKGREVISION for dependencies.
2010-03-18Revert last commit, will use a change to pkgsrc/mk/platform/Linux.mk tosbd1-6/+2
fix PR 42274. Bump PKGREVISION. OK wiz@
2010-03-17Update to 2.18.9:wiz2-6/+6
Overview of Changes from GTK+ 2.18.8 to 2.18.9 ============================================== * Avoid a crash when doing DND on X servers without the shape extension * Avoid an assertion when finalizing entries Ok agc@
2010-03-17With platforms that set IMAKE_MAKE?=${GMAKE} x11/xorg-cf-files needs to besbd1-2/+8
built with gmake. From PR pkg/42274 Bump PKGREVISION.
2010-03-16Update to 2.12.10:wiz2-7/+6
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]
2010-03-16Update to 2.18.8:wiz3-14/+14
Overview of Changes from GTK+ 2.18.7 to 2.18.8 ============================================== * Bugs fixed: 612066 empathy hangs when clicked on information about contact... 569042 gailbooleancell does not seem to attend to changes... 609650 GtkPlug Embedded signal is not emitted when plug/socket... 609744 crash at parse_data_for_row_pseudocolor 609952 destroying a notebook window when the last tab got dragged... 610141 gtk_assistant_get_nth_page() function fails to deliver... 610184 gtk_assistant_set_current_page() segfaults... 610381 More space between toolbar icon and label 610632 gtk_info_bar_set_default_response problem 611686 focus_in/focus_out in gailtreeview.c should return FALSE... 612119 Do not scroll when middle pasting 612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback' 612346 gdk_window_set_icon_name doesn't work 612505 Entry layout not updated when underlying buffer changes 598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX * Updated translations: Bengali India Low German Oriya Polish
2010-03-12Add buildlink to graphicws/jpeg and graphicws/png.obache1-1/+3
fltk-config --user-images --ldflags offers those libraries. XXX: but libfltk_images is note linked with those libraries. XXX: libfltk_gl is also not with GL and GLU.
2010-03-12copy patch-au to apply to the almost same file elsewhere in the tree..mrg2-1/+24
this lets qt4-libs build on sparc64. also tested on amd64.
2010-03-11Sync src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.hwiz2-6/+6
(which we patch in pkgsrc) with src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h which works fine without patches. From Sverre Froyen in private mail.
2010-03-08This needs zlib. Bump PKGREVISION to 1.snj1-1/+3
2010-03-08This needs zlib. Bump PKGREVISION to 1.snj1-2/+3
2010-03-04Updated to 3.3.10ga4gls4-39/+32
Fix HOMEPAGE and MASTER_SITES Changelog too long to list here. Please see http://x3270.bgp.nu/documentation-relnotes.html
2010-03-03Use reorganized upstream download directories.is1-3/+3
2010-03-02Updating x11/p5-Wx-Perl-ProcessStream from 0.24nb1 to 0.27sno2-7/+7
Upstream changes: 0.27 2010-02-28 00:00 Use param to Wx::Yield (Wx 0.9701+) to avoid recursive Yield calls and pass tests with debugging wxWidgets (e.g. pre-installed wxWidgets on OSX); 0.26 2010-02-26 00:00 Changed behaviour of $process->IsAlive will now return false if process has already returned an exit code. 0.25 2010-02-25 00:00 Continuous stream will hang app rt.cpan.org #54962 Fixed by adding SetMaxLines setting with default 1000 Added PeekStdErrBuffer, PeekStdOutBuffer Added GetStdErrBufferLineCount GetStdOutBufferLineCount Added EVT_WXP_PROCESS_STREAM_MAXLINES Stopped tests displaying frame (not necessary in this case)
2010-02-27drochner noted that patch-ac is wrong (the original is correct forwiz4-107/+4
Python 3) and suggested not installing the .pyc files. Follow his advice and bump PKGREVISION.
2010-02-27upstream bug tracker says 23331 is fixed.tnn2-29/+1
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2010-02-25This is for pkg/42778. I sent fix to submitter on Feb. 9 butreed1-2/+2
realized didn't make it to the ticket. Yesterday, I happened to have same problem (on two systems). I see from the cvs log message for xf86vidmodeproto that some headers got moved to libXxf86vm. And I see libXxf86vm now has needed header. But the buildlink3.mk didn't get changed so the older version of libXxf86vm is good enough. So increased the BUILDLINK_API_DEPENDS.libXxf86vm to libXxf86vm>=1.1.0
2010-02-25Fix a python problem (thanks joerg) and byte-compile and installwiz4-3/+107
.pyc files. Bump PKGREVISION.
2010-02-25Building Wx perl module with --wx-toolkit=gtk2 param to ensure no wxPerlsno1-2/+4
or similar installed on MacOS X or Darwin ... Bumping revision.
2010-02-24update to 255drochner2-6/+6
changes: many bugfixes, minor improvements
2010-02-21Comment out support for KTERM_USE_WALLPAPER=YES because the distfilewiz1-5/+5
disappeared. Can be reenabled if someone provides KTerm-BGP-1.0.patch.gz. Addresses part of PR 42493.
2010-02-19Fix ownership. Bump revision.joerg1-3/+3
2010-02-19Adding files for Darwin/MacOS X to PLISTsno2-2/+8
Bumping revision
2010-02-18update to 0.16.6drochner2-6/+6
changes: fixes for a couple of bugs related to alpha maps
2010-02-18update to 2.28.3drochner2-7/+6
changes: -CVE-2010-0422, handle monitor hotplugging more securely -Fix rendering corruption with floaters screensaver (as said in the previous update: I think hotplugging issues don't affect us due to lacking xserver support)
2010-02-16* Add patches for CVE-2009-2369 and CVE-2009-2625.taca7-10/+34
* Use textproc/expat to fix CVE-2009-3720. Bump PKGREVISION.
2010-02-16Add patches for CVE-2009-2369 and CVE-2009-2625.taca6-3/+102
Bump PKGREVISION.
2010-02-16Add patches for CVE-2009-2625 and CVE-2009-2369.taca6-3/+102
Bump PKGREVISION.
2010-02-16Fixing PLIST by removing '*.orig' relics from patch stagesno1-2/+5
2010-02-16Revert to 4.0, on request by drochner, for gnome.wiz3-8/+7
2010-02-16PKGREVISION bump for libxklavier shlib update.wiz7-10/+14
2010-02-16Update to 5.0:wiz3-7/+8
The release adds ability to have different types of listeners in the same process (necessary for the latest unstable version of GNOME). The API/ABI (and soname) was changed (oops, I did it again).