summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2009-05-22Update to XaoS-3.4.tnn3-7/+10
o New Italian translation courtesy of Sergio Zanchetta o Updated catalog and i18n for German by Andreas Madritsch o Bug fix to prevent garbled characters when using non-English languages on modern systems using UTF-8 o Bug fix to prevent XaoS from crashing after using the Render Animation functionality o Bug fix to prevent incorrect colors on smooth coloring modes with certain video modes XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't investigate if the GTK+ frontend builds as the release notes claim it's still buggy.
2009-05-22Update to xterm-243.tnn3-12/+12
Patch #243 - 2009/3/28 * revert change to default for allowTcapOps (request by Bram Moolenaar). * reallocate result returned by xtermEnvLocale() to avoid reference to freed memory after handling menuLocale resource. * fix an old (X11R5) bug in tek4014 for switching fontsizes. * add resource defaultString to make configurable the use of "#" when pastes of UTF-8 text fail due to limitations in the current locale settings. * make the set of selection target Atom's configurable by two new resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in preference to UTF8_STRING (discussion with Stanislav Sedov regarding koi8rxterm and the FreeBSD port). * modify handling of TARGETS Atom by making it return exactly the set of targets as those which xterm is currently providing. * set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around /etc/man.conf's with those variables already set * improve error-checking of tcap-query parser. * add check for keyboard tcap), which ensures that terminal descriptions containing the same string for shifted/unshifted keys will be seen by tcap-query as only the unshifted key. (This would only happen with an incorrect terminal description). * fix conversion for input event-state to modifier-parameter which made tcap-query feature not work with tcapFunctionKeys (keyboard type tcap). * add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the default compiled-in values for "allowxxx" resources. * remove check on bell-percentage added in patch #242, which disallowed zero/negative values (Redhat Bugzilla #487829). Patch #242 - 2009/2/15 * fix configure check for XkbBell and provide appropriate parameter for it. * fix a caching problem with double-size fonts versus reverse video that could cause core dump. * repair double-size fonts from workaround used in patch #240. * add new section to the VT Fonts menu which allows enabling or disabling the font, termcap (tcap-query), title and window operations. * add fontWarnings resource, to control whether to show warnings on failure to load a font. * improve warnings for unloadable fonts introduced in patch #240 by limiting those to the cases where a font would be specified directly by a resource setting rather than a derived fontname. * further amend fix for Debian #252873 from patch #197 to treat a blank cell which does not have both foreground and background colored as a non-colored cell. This improves a special case where the cursor is on a blank cell which had foreground color scrolled in (report by Miroslav Lichvar). Also add the same logic when hiding cursor, so the outline matches the in-focus cursor. * modify internals to reduce places PAIRED_CHARS() is used, making WriteText() and ScrnWriteText() accept IChar array, as well as providing a wrapper for drawXtermText(). * change default XIM font from "*" to "fixed" to improve startup time in zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930). * typo in #240 log (Slava Semushin) Patch #241 - 2009/1/26 * improve checks for missing bitmap fonts, fallback to "fixed" as needed to work around broken font-packages (report by Jacek Luczak). * fix breakage from patch #240 changes for xtermAddInput() (patches by Jeff Chua, Julien Cristau). Patch #240 - 2009/1/25 * use plink.sh for linking xterm (suggested by Larry Doolittle). * add resource descriptions for input method to xterm manpage. * update configure script; consistently append to $CFLAGS rather than prepend. * add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts to be altered independently of install-bin * add -maximized command-line option and corresponding resource (prompted by alt.os.linux newsgroup comment). * modify translations of scrollbar widget using xtermAddInput() (see patch #181) to accept the actions that the vt100 widget accepts, such as shift-insert to perform a paste operation (request by Martin Zwickel). * change default for allowTcapsOpS resource to false, since it causes unexpected behavior for vim users with AltGr. * update config.guess, config.sub
2009-05-22Update to libdrm-2.4.11.tnn2-6/+6
Changes from xorg-announce@: Delete extra libdrm_lists.h line after libdrm_la_SOURCES in libdrm/Makefile.am Use C99 versions of __FUNCTION__ & __volatile__ when not building with gcc nouveau: store bo handle in public struct in bo_ref_handle nouveau: write posting got lost somewhere, bring it back Add new drm_intel_get_pipe_from_crtc_id function. nouveau: fix ppc for swab changes in Linux 2.6.29 libdrm/mode: align subpixel results intel: NULL fake bo block when freeing in evict_all libdrm/intel: assert that clients are using bo refcounting correctly libdrm/intel: add drm_intel_bo_disable_reuse api Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse libdrm/intel: Make get_pipe_from_crtc_id per-bufmgr. Return -1 on failure. nouveau: backlight compat fix
2009-05-22Update to xf86-input-mouse-1.4.0, based on patch from hasso@tnn4-7/+153
From xorg-announce@ mail: The big change in 1.4.0 is the move of the OS-specific mouse handling code from the Xorg server to the mouse driver. This code was removed from the Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems (i.e. non-Linux or pre-evdev Linux) will need this version of the mouse driver to run with Xorg 1.6. Remove useless call to xf86AddModuleInfo Merge some hardware support information from README.mouse into man page Fix sun_mouse.c build on Solaris Rename OS_SOURCES to stop automake complaints about not building program "OS" Remove checks for Solaris x86 versions older than Solaris 8 sun_mouse.c: remove unused variables sun_mouse.c: Use miPointerGetScreen instead of miPointerCurrentScreen Fix solarisMouseAutoProbe to use device name & protocol specified by HAL sun_mouse: check for Device in commonOptions if pInfo->options isn't set yet Replace static changelog with one generated via XORG_CHANGELOG Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking Clear assorted compiler, sparse & lint warnings sun_mouse: fallback to commonOptions for StreamsModule too Comment typo fixes Remove some #if 1 statements Unifdef XFree86LOADER Add copyright notices for OS mouse code to COPYING file Add note on hal-based configuration to man page Version 1.4.0 Add OS mouse sources to the driver build Change screen private key to an integer variable. Build fix: Add a prototype for FindDevice function. Include xorg-server.h to get the WSCONS_SUPPORT define from prevent a double free of mouse private structure. W axis support for bsd_mouse. Make sure xf86MouseProtocolIDToName is of public visibility. Compile warning fixes. Fix linux build man: Note that the server may probe default "Device" options. Nuke RCS tags. Check for XINPUT ABI 3. fix compilation (upper/lower case typo)
2009-05-22add missing include of p5-pangosno1-1/+2
2009-05-21pkgsrc changes:sno2-7/+10
- Updating packages for p5 Gtk+ bindings - Setting gnu-lgpl-v2.1 as license - Adding p5-pango as dependency - Update dependency versions from Makefile.PL Upstream changes: 2009-03-17 Torsten Schoenfeld <kaffeetisch@gmx.de> * Gtk2.pm * Makefile.PL * NEWS * README: Stable release 1.220. 2009-03-17 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkStyle.t * xs/GtkStyle.xs: Adapt to the rename of gtk_style_get_property to gtk_style_get_style_property. Make Gtk2::Style::get_style_property an alias for Gtk2::Style::get. 2009-03-17 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkCellView.t * t/GtkEntry.t * t/GtkIMContext.t * t/GtkImageMenuItem.t * t/GtkOrientable.t * t/GtkPrintSettings.t * t/GtkStatusIcon.t * t/GtkStyle.t * xs/GtkCellView.xs * xs/GtkEntry.xs * xs/GtkIMMulticontext.xs * xs/GtkImageMenuItem.xs * xs/GtkPrintOperation.xs * xs/GtkPrintSettings.xs * xs/GtkSelection.xs * xs/GtkStatusIcon.xs * xs/GtkStyle.xs: Change all versions checks to refer to stable releases only. 2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de> * Gtk2.pm * Makefile * NEWS * README: Unstable release 1.212. 2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkHBox.t: Test that widgets packed into a box are completely freed upon removal even if they previously appeared as a callback argument. This is a test for a recent memory leak fix in Glib. * t/GtkTreeModelIface.t: The leak fix mentioned above causes this test to correctly run FINALIZE_INSTANCE now, so adjust the test plan. 2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkTreeModelFilter.t * xs/GtkTreeModelFilter.xs: Take ownership of objects returned by gtk_tree_model_filter_new to avoid leaking them. Patch by Kevin Ryde. 2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkStyle.t * xs/GtkStyle.xs: Remove the get_property() alias for Gtk2::Style::get() so that calling get_property() on a Gtk2::Style resolves to Glib::Object::get_property(). 2009-03-01 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkAccelGroup.xs: Remove two FIXME comments which turned out to be incorrect. Patch by Kevin Ryde. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GdkKeys.t: Skip most tests if we can't find a key entry to test against. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/00.Gtk2.t: Don't fail if there is no valid DISPLAY. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * pm/TestHelper.pm * pm/Helper.pm * Gtk2.pm: Fix more POD errors. 2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/Gtk2.xs * xs/GtkTreeModel.xs * xs/GtkWidget.xs * xs/GtkWindow.xs: Fix POD errors reported by podchecker. 2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkStyle.t * xs/GtkStyle.xs: Wrap the gtk_style_get() family of methods as Gtk2::Style::get(), and make Gtk2::Style::get_property() an alias for get(). Patch by Emmanuel Rodriguez. 2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * Gtk2.pm * NEWS * README: Unstable release 1.211. 2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL: Require Glib 1.212 for the precompiled headers stuff. Print the stability warning. 2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * gtk2perl.h: Remove the definitions for the custom pango GTypes. They now come from pango-perl.h. 2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkIconView.xs: Fix stack handling bugs in Gtk2::IconView::get_item_at_pos(), get_dest_item_at_pos(), and get_tooltip_context(). Patch by Kevin Ryde. 2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkBindings.xs (gtk2perl_binding_set_get_type): To make the doc generator happy, register our custom GtkBindingSet GType under the name "GtkBindingSet". 2009-02-11 Torsten Schoenfeld <kaffeetisch@gmx.de> * constants-2.0 * gtk2perl.h * Gtk2.pm * MANIFEST * maps-2.0 * xs_files-2.0 * t/GtkBindings.t * xs/GtkBindings.xs: Wrap the GtkBindings stuff. Patch by Kevin Ryde. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * MANIFEST * maps-2.16 * xs_files-2.16 * t/GtkOrientable.t * xs/GtkOrientable.xs: Wrap the new GtkOrientable interface. No support for implementing it in Perl subclasses yet. Patch by Emmanuel Rodriguez. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkEntry.t: Test Gtk2::Entry->get_icon_storage_type. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkEntry.t * xs/GtkEntry.xs: Track the recent upstream function renaming: gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf, gtk_entry_get_stock -> gtk_entry_get_icon_stock, and gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GdkX11.xs: Call the atom arg for Gtk2::Gdk::Atom->to_xatom_for_display "atom" for clarity in the generated POD. Patch by Kevin Ryde. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkRecentChooser.t * t/GtkRecentManager.t: Use Gtk2->main_iteration instead of Gtk2::TestHelper's run_main to spin the main loop. This avoids hangs on some machines. Patch by Jeffrey Ratcliffe. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkIconTheme.t: Skip tests that rely on the presence of a stock icon if that icon isn't present. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/pango-compat.t: Don't use Gtk2::Pango::Cairo::FontMap in the compatibility checks as it isn't available in all pango versions and I don't want to fiddle with version checks. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GdkEvent.t: Fix a skip count. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkAction.t: Use an activatable widget for testing the proxy stuff. Recent gtk+ versions enforce this. 2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GdkPixbufLoader.t: Don't use an auto-detecting pixbuf loader since that's broken for PPM images in at least gtk+ >= 2.14.3 (see GNOME #570780). 2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GdkX11.t * xs/GdkX11.xs: Wrap gdk_x11_atom_to_xatom and gdk_x11_atom_to_xatom_for_display. Patch by chris. (GNOME #566884) 2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkCellRenderer.t * xs/GtkCellRenderer.xs: In gtk2perl_cell_renderer_start_editing, make sure we return an object with a floating reference as is expected of a start_editing vfunc. In the xsub for gtk_cell_renderer_start_editing and in the fallback START_EDITING xsub, make sure we sink any floating reference on the created cell editable in order to comply with the usual rule of not passing floating references on to Perl code. Patch by Kevin Ryde. 2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkBuildable.xs: Declare all private functions as 'static' so that they aren't exported. 2009-01-19 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkSelection.xs: Fix the definition of the accessor macros for older gtk+. Patch by Kevin Ryde. 2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkSelection.xs: Use gtk_selection_data_get_selection when available. Also introduce convenience defines for the other GtkSelectionData accessors. Patch by Emmanuel Rodriguez and muppet. 2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkPrintSettings.t * xs/GtkPrintSettings.xs: Wrap new API. Patch by Emmanuel Rodriguez. 2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkPrintOperation.t * xs/GtkPrintOperation.xs: Wrap new API. Patch by Emmanuel Rodriguez. 2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL: Use Glib::MakeHelper to create a 'precompiled-headers' target that precompiles gtk2perl.h. This speeds up the compilation of Gtk2 by 36% on my machine. 2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * AUTHORS * t/GtkStatusIcon.t * xs/GtkStatusIcon.xs: Wrap new GtkStatusIcon API. Patch by Chris Sincock. 2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkIMContext.t * xs/GtkIMMulticontext.xs: Wrap gtk_im_multicontext_get_context_id. Patch by Emmanuel Rodriguez. 2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkImageMenuItem.t * xs/GtkImageMenuItem.xs: Wrap new GtkImageMenuItem API. Patch by Emmanuel Rodriguez. 2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkCellView.t * xs/GtkCellView.xs: Allow undef for the model in Gtk2::CellView::set_model. 2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkCellView.t * xs/GtkCellView.xs: Wrap gtk_cell_view_get_model. Patch by Emmanuel Rodriguez. 2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * AUTHORS * MANIFEST * maps-2.16 (added) * t/GtkEntry.t * xs/GtkEntry.xs: Wrap the new GtkEntry API. Patch by Emmanuel Rodriguez. 2009-01-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * Gtk2.pm: In the Gtk2::Pango compatibility code, avoid warnings about names that are used only once by checking for definedness before creating aliases. 2009-01-01 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/Gtk2.xs * xs/GtkWindow.xs: Use Gtk2::EVENT_STOP and EVENT_PROPAGATE in the synopsis for Gtk2::Window and in the docs for Gtk2::key_snooper_install. Patch by Kevin Ryde. 2008-12-30 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkTreeModel.xs: Document the signature of the callback used by Gtk2::TreeModel::foreach. Patch by Kevin Ryde. 2008-12-16 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkEntryCompletion.t * xs/GtkEntryCompletion.xs: In Gtk2::EntryCompletion::set_model, allow undef for the model parameter. (#562682) 2008-12-16 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkEntryCompletion.xs: Fix a leak in Gtk2::EntryCompletion::new. (#562682) 2008-11-22 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/00.Gtk2.t * xs/Gtk2.xs: Wrap gtk_get_option_group. 2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de> * Gtk2.pm: * NEWS: * README: Unstable release 1.210. 2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL: Unconditionally use META_MERGE. Tell the CPAN indexer to ignore the directories "tools" and "xs". 2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de> * Gtk2.pm: Link to Pango. 2008-11-16 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL * README: Update Pango requirement to 1.210. 2008-11-15 Torsten Schoenfeld <kaffeetisch@gmx.de> Use the standalone Pango module. * CodeGen.pm: Add handlers for 'Alias' variants of most types. * maps_pango-1.0 * maps_pango-1.4 * maps_pango-1.6 * maps_pango-1.8 * maps_pango-1.10 * maps_pango-1.16 * maps_pango-1.18: Use the above to register Gtk2::Pango::* type aliases. * gtk2perl.h: Include pango-perl.h * Gtk2.pm: Use Pango. Set up package aliases under Gtk2::Pango:: for the things that now live under Pango::. * xs/Gtk2.xs: Remove unneeded pango stuff. Make the doc generator create stub Gtk2::Pango::* POD pages that explain the situation and link to the relevant Pango::* docs. * MANIFEST * t/pango-compat.t (added): Add some tests that try to ensure backwards compatibility in ways not tested by the existing t/Pango*.t tests. * doctypes * Makefile.PL: Remove unneeded pango stuff. * MANIFEST * pango.typemap (deleted) * xs/PangoAttributes.xs (deleted) * xs/PangoCairo.xs (deleted) * xs/PangoContext.xs (deleted) * xs/PangoFontMap.xs (deleted) * xs/PangoFontset.xs (deleted) * xs/PangoFont.xs (deleted) * xs/PangoGravity.xs (deleted) * xs/PangoLayout.xs (deleted) * xs/PangoMatrix.xs (deleted) * xs/PangoRenderer.xs (deleted) * xs/PangoScript.xs (deleted) * xs/PangoTabs.xs (deleted) * xs/PangoTypes.xs (deleted) * xs_files_pango-1.0 (deleted) * xs_files_pango-1.6 (deleted) * xs_files_pango-1.10 (deleted) * xs_files_pango-1.16 (deleted): Remove now unneeded files. 2008-11-15 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkSocket-GtkPlug.t: Correct skip count for the case of finding no "blib" directory. 2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de> * Gtk2.pm * xs/GtkWidget.xs: Add constants Gtk2::EVENT_STOP and EVENT_PROPAGATE for use in event handlers. Patch by Kevin Ryde. 2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/GtkCellRenderer.t * xs/GtkCellRenderer.xs: Fix the stack handling in Gtk2::CellRenderer::get_size(). Patch by Kevin Ryde. 2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkCellRenderer.xs: Hush compiler warning. 2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de> * xs/GtkBuildable.xs: Mention in the POD that chaining up to the parent does not work yet for custom Gtk2::Buildable implementations. Patch by Kevin Ryde.
2009-05-20Update to 2.6.2. Add commented out LICENSE (needs AND).wiz2-6/+7
News in 2.6.2 ------------- * Improvements to some of the lang files * Misc bugfixes * Updated translations
2009-05-20Update to 0.12.1:wiz3-10/+21
============== Version 0.12.1 ============== Misc * Generate the ChangeLog from git-log * Drop libglade dependency (Andreu Correa Casablanca)
2009-05-20Apply patch reported by Gary Duzan in PR 37347 to fix finance/kmymoney2wiz3-9/+18
after ld.elf_so fix from December 2007. Bump PKGREVISION.
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz8-14/+17
major change. Reported by Robert Elz in PR 41345.
2009-05-19Add URL for upstream bug report.wiz4-6/+10
2009-05-19Remove two unneeded patches (on NetBSD-current) for which cvs logswiz3-31/+1
don't indicate why they were added.
2009-05-19Disable animation support for Clearlooks by default.wiz3-16/+3
Bump PKGREVISION. Upstream says (http://bugzilla.gnome.org/show_bug.cgi?id=583278): Our animation support is more a hack than something else, and I would prefer to remove it rather than enabling it :) Maybe in the future, Gtk+ will provide better API for animations, and we could write a better approach, which uses less CPU cycles for example.
2009-05-19Remove unneeded patches to translations, so no PKGREVISION++.wiz3-33/+1
2009-05-19Add the upstream version of a patch submitted by Talor R Campbell insnj3-2/+124
PR pkg/38988 to fix a problem with socket control message ancillary data alignment. Bump PKGREVISION to 1.
2009-05-19Update to 2.26.2:wiz2-6/+6
2.26.2 ====== * Translation updates
2009-05-19Update to 2.18.2, set LICENSE to gnu-lgpl-v2.1.wiz3-7/+66
Overview of Changes in 2.18.2 (since 2.18.1) ============================================ Changes in this release: - Changes for the git migration (doap file, ChangeLog) GNOME bugs fixed in this release: 578882 – gtk-engines-2.18.1 doesn't pass tests due to exported_lua New and updated translations: Krishna Babu K (te) Overview of Changes in 2.18.1 (since 2.18.0) ============================================ Changes in this release: - Clearlooks draws the focus line of entries now correct. - Clearlooks now only draws a one pixel line between two adjacent steppers. GNOME bugs fixed in this release: 576786 – clearlooks is broken on trunk 576787 – export hygiene 572178 – Remove deprecated GTK+ symbols New and updated translations: Ray Wang (zh_CN) Shankar Prasad (kn) Djihed Afifi (ar) Suso Baleato (gl)
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz13-37/+25
block). Uncomment some commented out LICENSE lines while here.
2009-05-19+PKG_DESTDIR_SUPPORT, plus set USE_TOOLS+=perl:runabs1-5/+9
2009-05-19Added x11/dri2proto version 2.0.hasso1-1/+2
2009-05-19dri2proto 2.0.hasso5-0/+51
2009-05-19Import dri2proto 2.0 - DRI2 extension headers from modular X.org.hasso1-0/+7
2009-05-18Update to 2.26.1. Set LICENSE to gnu-lgpl-v2.1.wiz3-7/+10
2.26.1 ====== Features/bugfixes: 2009-04-09 Benjamin Berg <benjamin@sipsolutions.net> ClearlooksClassic,ClearlooksTest,Glossy,Inverted: Turns out that the shade for the focus color was the wrong one. New/updated translations: 2009-03-24 Shankar Prasad <svenkate@redhat.com> * kn.po: Added Kannada(kn.po) translations. * LINGUAS: Addded Kananda(kn) to the list. 2009-03-18 Djihed Afifi <djihed@gmail.com> * ar.po: Updated Arabic translation by Djihed Afifi.
2009-05-18Update to 2.26.1, add LICENSE comment (needs AND).wiz3-7/+10
=============== Version 2.26.1 =============== - Fixed #572955, audit GError usage (William Jon McCann) - Fixed #572956, use g_strerror (William Jon McCann) - Fixed #573495, logout_command setting may be overwritten with keyboard_command value (William Jon McCann) - Fixed #577739, gnome-screensaver-gl-helper calls gdk_x11_visual_get_xvisual with NULL visual (William Jon McCann) - Fixed #578669, Screenserver (William Jon McCann) Translations: - Updated crh: Reşat SABIQ - Updated ja: Takeshi AIHANA - Updated kn: Shankar Prasad
2009-05-18Update to 0.15.6, set LICENSE to gnu-lgpl-v2.wiz2-6/+8
What's new in gnome-mag-0.15.6: * Fixes for the following bugs: #573023 - Migrate deprecated gnome-vfs to gio/gvfs (Simon Vanderlinden) #577937 - colorblind applet does not run (Willie Walker) * Translations: * Krishnababu K (te), Djihed Afifi (ar), Amitakhya Phukan (as), Ignacio Casal Quinteiro (gl)
2009-05-17Fixing wrong target location for copying missing solaris-hwcap.mapfilesno1-2/+2
reported through PR pkg/41287.
2009-05-15Pull in patch from tk 8.4 to work with xproto > 7.0.13 (fixes MouseWheelsborrill3-3/+27
problems at tk startup). Bump PKGREVISION
2009-05-15Fix buildling for X11R7adam2-11/+19
2009-05-14Update xf86-video-intel to 2.7.1.taca3-20/+6
* pkgsrc change: remove useless patch-ba by me. Release 2.7.1 (2009-05-12) -------------------------- This is a maintenance release on the 2.7 branch. Compared to 2.7.0 it consists only of a few carefully hand-picked fixes for bugs, (including GPU crashers). We encourage all users of 2.7.0 to upgrade to 2.7.1. Bug fixes since 2.7.0: * KMS: Hook up output properties for RANDR, (this allows output properties to be controlled in the KMS case just as in the UMS case). [Zhenyu Wang <zhenyu.z.wang@intel.com>] * Fix multiplication error when computing required batch space. This could fix any number of cases where the driver did inexplicable things (due to having computed the wrong size). [Keith Packard <keithp@keithp.com>] * Hold reference to video binding table until all rects are painted. This prevent general chaos in the buffer manager. [Keith Packard <keithp@keithp.com>] * Split i915 textured video commands to fit into batch buffers. Video and 3D setup commands share the same batch buffer, so without this fix, various problems could occur when video and 3D clients were both heavily active at the same time. [Keith Packard <keithp@keithp.com>] * Fix crash with XV with large virtual display (> 2049). [Albert Damen <albrt@gmx.net>] * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We don't know that this was causing any problem, but the change does bring the driver into conformance with what the specification says the hardware requires here. [Keith Packard <keithp@keithp.com>]
2009-05-14Fix install on platforms not using pax tar. Bump PKGREVISION.hasso1-1/+5
2009-05-13Update to 3.9. Set LICENSE to gnu-lgpl-v2.wiz4-57/+14
Several small bugs fixed, including memleak and crash under NX
2009-05-12update master site.zafer1-3/+2
2009-05-12update master site.zafer1-2/+2
2009-05-12update master site.zafer2-4/+6
2009-05-12patch-a{a,b}: Match PCI id for GeForce 7000M.tnn4-2/+61
From http://people.freebsd.org/~ariff/ports/xf86-video-nv/patch-xzz via Alexey Lebedev on pkgsrc-users@.
2009-05-12Activated LICENSE=...martti1-2/+2
2009-05-11update master site.zafer1-2/+3
2009-05-11Update xf86-video-vmware to 10.16.5.obache2-7/+6
Bankim Bhavsar (2): Add RegionEqual function for older XFree86 versions. Video Overlay: Handle clipping correctly with AutoPaint colorkey. Philip Langdale (2): Prepare for 10.16.4 release. Bump version for 10.16.5 release.
2009-05-07Update x11vnc to 0.9.7.obache3-8/+18
Pkgsrc changes: * add avahi option (disabled by default). Notes: New in the 0.9.7 x11vnc release: Basic support for building with VirtualGL's TurboVNC (an enhanced TightVNC for fast LAN high framerate usage) encoding and TightVNC modifications. More info: http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc and x11vnc/misc/turbovnc/README. The -ncache_cr option has been fixed and so in -ncache mode smooth opaque window motions are now work correctly. Try it out to see how smooth it is even on a slow link. Support for Linux text consoles (virtual terminals, e.g. 1-6) is provided via, e.g., 'x11vnc -rawfb vt2' (for virtual terminal #2). This is like LinuxVNC (i.e. text only), it avoids using /dev/fb and uses /dev/vcsaN instead (the '-rawfb console' mode uses /dev/fb.) With /dev/vcsaN the text terminal is accessible even it if is not the currently active one. The -rawfb option now supports framebuffers with bits per pixel less than 8 (e.g. 4 or 1 bpp.) Reverse connections now work in Anonymous Diffie Hellman SSL/TLS mode. Reverse connections also work for VeNCrypt and ANONTLS modes. miscellaneous new features and changes: The included SSL enabled UltraVNC java viewer now has a configurable [Home] entry in the drives drop down menu. In the -create, -svc, etc. modes one can now specify a range of X displays to ignore in X11VNC_SKIP_DISPLAY. Improvements and bugfixes were made to the find_display and create_display scripts. FD_EXTRA option is provided. The '-rawfb video' option finds the video device file more carefully. The -rmflag option allows a new way to indicate to other applications that x11vnc has started. All of the java applet parameters are now documented in the classes/ssl/README file. There is now a "sendbell" remote control command. A one-time -padgeom once:WxH mode is added. Improvements to the CUPS Terminal Services helper mode. If the X display cannot be opened normally then the env. var. XAUTHLOCALHOSTNAME=localhost is tried. Bugfix for selection transfer to a now non-existent X window (Thunderbird can cause this.) Related, the env. variable LIBXCB_ALLOW_SLOPPY_LOCK is now set by default. Bugfix for -8to24 mode due to nonstandard indexed color support. The libvncserver and x11vnc autoconf/automake settings have been improved. libXrandr include file is now found on Solaris.
2009-05-07Update to xf86-video-radeonhd-1.2.5. Changes:tnn2-6/+6
- Added 2D acceleration for R6xx and R7xx. - Added XVideo support for R6xx and R7xx. - Added support for RS880 and RV790. - Added RandR 1.3 mandatory properties. - Refactoring of MC code. - Enable DRI support by default on R5xx and RS6xx. - LUT (color lookup table) fixes. - Tons of quirk table entries and bug fixes. - Fix register accesses for processors that reorder memory writes.
2009-05-07Update to xf86-video-nv-2.1.13. Changes:tnn2-7/+6
Only match PCI display devices in our display driver. Add NV_/RIVA_ prefixes to fix build warnings. Adjust the nv34 panel tweak for Toshiba Tecra M2. Do E-EDID if built against a server that supports it. Remove README.NV1 nv 2.1.13 Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Add missing pci id for GeForce 7100 GS Build fix, s/pNv->/pRiva->/.
2009-05-06DESTDIR support.markd1-8/+16
2009-05-05Update to xf86-video-intel-2.7.0. Too many changes to list here, butjoerg8-157/+32
with the usual number of regressions and regression fixes, tearing for Xvideo is fixed as long as composition isn't used.
2009-05-05Update to libdrm-2.4.9. Major changes include:joerg3-7/+18
- various improvements for Intel, Nouveau - waitblank improvements - bugfixes
2009-05-05Fix typo as reported by Andy Ball.joerg1-1/+1
2009-05-03Add new home page URL.tron1-3/+2
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed3-3/+10
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.
2009-05-02Redo patch for PR pkg/41287 to get it formal correct (suggested by joerg@)sno4-47/+39
2009-05-01remove dead mirror.zafer1-3/+2
2009-05-01add more mirror.zafer1-3/+5