summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2010-05-06Pullup ticket #3103 - requested by markdtron2-3/+9
x11/kdebase-workspace4: security patch Revisions pulled up: - x11/kdebase-workspace4/Makefile 1.13 via patch - x11/kdebase-workspace4/distinfo 1.7 via patch --- Module Name: pkgsrc Committed By: markd Date: Wed May 5 11:52:48 UTC 2010 Modified Files: pkgsrc/x11/kdebase-workspace4: Makefile distinfo Log Message: Fix for CVE-2010-0436. Bump PKGREVISION.
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).
2010-02-16Changes 4.6.2:adam6-13/+12
This is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.6.0 and 4.6.1.
2010-02-15Fix imake man suffix. From Aleksey Cheusov in a followup to PR pkg/37646dholland1-2/+2
after it was closed.
2010-02-15Updating x11/p5-Wx from 0.96nb1 to 0.97.01sno2-9/+10
pkgsrc changes: - Adjust dependencies Upstream changes: 0.9701 Thu Feb 11 16:03:42 CET 2010 - Bump the required version of ExtUtils::XSpp and ExtUtils::ParseXS. 0.97 Tue Feb 9 22:57:14 CET 2010 - Added wxOverlay and wxDCOverlay (2.8) (thanks to Mark Dootson). - Added Wx::Loader - allows PPM distributions and packagers to override wx dll loading (see Wx::Loader pod) - Loading plugins - local override of dl_load_file now uses Wx::_load_plugin during XSLoader::load
2010-02-14fix Linux'ism in strftime format string (in italian translation only),drochner3-3/+35
from Ferruccio Zamuner per PM
2010-02-14Update to 2.18.7:wiz3-8/+9
Overview of Changes from GTK+ 2.18.6 to 2.18.7 ============================================== * Bugs fixed: 600865 gnome-panel crashed with "BadPixmap (invalid Pixmap... 606698 Misplaced declaration of gtk_print_job_set_status 606009 weirdness with clipping in abiword - csw 607770 Leak in GtkTreeView with HildonPannableArea 603144 Suspected wrong builtin page size: Chinese PRC6 and PRC9... 607687 f-spot crashes when using themes using the pixmap engine 608807 Marks on GtkScale widgets can overlap 607508 Cannot drag windows around in pager applet any more 608615 DnD events sent to wrong window 599511 gtk_selection_owner_set causes graphical corruption... 607344 GtkCalendar: crash when using tooltips via glade 608410 GOK types backwards in text entry fields 591186 GTK Menu Bar is unreadable under Windows 7 607061 GtkPlug socket window is sometimes incorrectly unref'd... 608370 dnd drag-dest signal handlers don't get correctly dis... 608162 gtktoolbutton doesn't create right proxy menu item... 561816 Optimize gtk_paned_set_position notifications * Translation updates: Brazilian Portuguese Burmese Catalan German Slovenian Spanish Swedish
2010-02-13replace alignment spaces with tabs.obache1-5/+5
2010-02-13Update xf86-input-vmmouse to 12.6.6.obache2-6/+6
Alan Coopersmith (1): Update Sun license notices to current X.Org standard form Gaetan Nadon (6): .gitignore: use common defaults with custom section # 24239 Several driver modules do not have a ChangeLog target in Makefile.am #23814 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES configure.ac: remove unused sdkdir=$(pkg-config...) statement Julien Cristau (2): Require xorg-macros 1.4 for XORG_INSTALL Bump to 12.6.6 Peter Hutterer (2): Symbol was removed from the server. Remove unused bits from configure.ac git tag: xf86-input-vmmouse-12.6.6
2010-02-11update to 5.10drochner5-31/+26
changes: -bugfixes -Ported to MacOS 10.6, including various 64-bit fixes -Merged juggle and juggler3d hacks -New hack, surfaces, incorporating objects from old klein hack, plus new ones -New hack, rubikblocks -Retired hypercube and hyperball, which are redundant with polytopes -updates to various hacks
2010-02-11-install the autostart file correctly so that the thing actuallydrochner6-134/+22
starts up (the mechanism changed in 2.28) -update to 2.28.2 changes: -bugfixes -fix a possible authentication bypass (CVE-2010-0414) -- I don't think we are affected because this depends on dynamic monitor addition/removal
2010-02-10Bump revision for change of PostgreSQL default version.joerg2-3/+4
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg8-15/+16
2010-02-10Retire tk83joerg12-1135/+1