summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14update to 2.24.17drochner2-6/+6
changes: bugfixes
2013-03-14adjust inputproto dependencydrochner1-2/+2
2013-03-12Since libXi-1.7 there are header problems between it and Xfixes-5.0.wiz2-1/+17
This is hacky workaround.
2013-03-12redefinition of PointerBarrier.wiz3-2/+45
gcc 4.6 won't complain about that, but earlier versions do: http://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ce3765bf44e49ef0568a1ad4a0b7f807591d6412 gcc 4.6 with -pedantic-errors shows: /opt/xorg/include/X11/extensions/XInput2.h:172:13: error: redefinition of typedef ‘PointerBarrier’ [-pedantic] In file included from test.c:1:0: /opt/xorg/include/X11/extensions/Xfixes.h:255:13: note: previous declaration of ‘PointerBarrier’ was here PointerBarriers is defined in XFixes.h and here. So hook onto the only thing we can in Xfixes.h and use that to figure out if we need to typedef ourselves. XFIXES_MAJOR is defined in xfixeswire.h, so we can't hook onto it directly. Adding this ifdef here means we have include order dependency of XFixes.h before XInput2.h unless we add a similar ifdef to the fixes headers. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> --- Nasty, but can't think of a better way atm.
2013-03-10Update mlterm to 3.1.8.tsutsui2-7/+6
Changes per doc/en/ReleaseNote: ver 3.1.8 * Support framebuffer on FreeBSD. (Experimental) * 'key' configuration file accepts Button1 - Button5. * Remove "conf_menu_path_1", "conf_menu_path_2", "conf_menu_path_3" and "button3_behavior" options which are integrated to shortcuts. [Migration] (~/.mlterm/main) (~/.mlterm/key) conf_menu_path_1=... => Control+Button1="menu:..." conf_menu_path_2=... => Control+Button2="menu:..." conf_menu_path_2=... => Control+Button3="menu:..." button3_behavior=... => Button3="exesel:..." * Add "set_shortcut" command to configuration protocol. * Bug fixes: Fix the bug of DECCRA. Fix the bug which broke input string of "ExecCmd" field of the connection dialog in win32. Fix the bug which didn't redraw a part of full-width characters when window is exposed. Enable to change "vertical_mode" option dynamically in framebuffer.
2013-03-07Update to 1.7:wiz3-7/+9
The feature added in this revision is pointer barrier events and releases. Pointer barriers themselves are an XFixes 5 feature, XI 2.3 adds two disctinct features to barriers: * the ability for clients to get notified if pointer movement is restricted by a barrier * the ability for clients to allow a pointer to move through a barrier after it was constrained by the barrier For a more verbose explanation of these features please refer to: http://who-t.blogspot.com.au/2012/12/whats-new-in-xi-23-pointer-barrier.html
2013-03-07Update to 2.3:wiz2-6/+6
The feature added in this revision is pointer barrier events and releases. Pointer barriers themselves are an XFixes 5 feature, XI 2.3 adds two disctinct features to barriers: * the ability for clients to get notified if pointer movement is restricted by a barrier * the ability for clients to allow a pointer to move through a barrier after it was constrained by the barrier For a more verbose explanation of these features please refer to: http://who-t.blogspot.com.au/2012/12/whats-new-in-xi-23-pointer-barrier.html
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz3-6/+6
2013-03-02Fix return types.joerg9-37/+391
2013-02-27Update to 291:wiz2-6/+6
This release fixes the special case of the #282 change for "alternateScroll" to allow the wheel-mouse to work properly in the scrollbar area.
2013-02-26Fix libpng fallout.joerg2-1/+15
2013-02-26Fix return types.joerg3-8/+56
2013-02-26Make sure the upper limit is applied.joerg1-2/+2
2013-02-26Don't depend on png.h to pull in string.h.joerg2-11/+19
2013-02-26Fix return types.joerg3-1/+59
2013-02-21Changes 2.24.16:adam2-7/+6
* Bug fixes: 694077 Make GtkItemFactory produce GtkSeparatorMenuItems 645065 GtkFileChooserButton doesn't handle closing its dialog correctly Reliably stop spinning when a GtkSpinButton is hidden
2013-02-17Starting with libpng-1.6.0 string.h is not longer included in png.hprlw12-5/+16
2013-02-16Fix typo.wiz1-2/+2
2013-02-16Recursive bump for png-1.6.wiz239-470/+478
2013-02-16Recursive bump for png-1.6.wiz14-26/+28
2013-02-16Recursive bump for png-1.6.wiz74-139/+148
2013-02-15recursive bump from boost-lib shlib update.obache2-4/+4
2013-02-14Update to 290:wiz2-6/+6
Fixes an incomplete revert of a change in the previous patch, which caused incorrect display in the scrollback area.
2013-02-13Changes 2.24.15:adam2-7/+6
* Bug fixes: 626499 GtkClipboard unnotified on change of OS X pasteboard owner 656565 Signalify (already existing) GtkMenuShell.insert() 664640 CUPS authentication does not work 669808 fullscreen/unscreen was broken for Quartz on OS X earli... 674556 File chooser dialog does not save its sizes 679883 When printing Custom paper sizes GTK Print Dialog does ... 683511 spinbutton: fix xthickness bug when resizing the text a... 689810 Include guard optimization 689982 Make GChecksum more fully introspectable 690788 Critical in gtknotebook dnd with rgba colormap 692099 autogen.sh doesn't recognize automake 1.13 692554 entry: never use GTK_STATE_ACTIVE to paint the background 692810 Fails to build with the gold linker due to missing refe... Fix scrolling in insensitive modal dialogs * Translation updates Norwegian bokmål
2013-02-12Update to 1.4.0:wiz2-6/+6
New features: * Support for RandR 1.4's provider objects. See the --listproviders, --setprovideroutputsource, and --setprovideroffloadsink options for more information. * --set now allows a comma-separated list of values. This is useful with the Border property to configure different border adjustments for different edges of the screen. * --scale-from, which specifies a scaling transform based on the desired desktop size. * --query now indicates which output, if any, is primary. It also contains a number of bug fixes. One notable behavior change is that the --gamma option now takes the actual gamma value rather than the reciprocal of the gamma value. This matches the behavior of other programs such as xgamma and the gamma configuration options in xorg.conf. Aaron Plattner (12): Add a --scale-from option xrandr: Fix string constness bugs man: document provider options xrandr: make providers a first-class citizen xrandr: look for providers by name or xid xrandr: Fix variable declaration warnings Bug #11397: check that numeric --orientation arguments are in range Bug #14118: print usage() to stdout, proper errors for bad arguments Bug #29603: document that there might be multiple preferred modes Bug #37043: adjust refresh rates for doublescan and interlace Cast XID to unsigned int to suppress a printf warning xrandr 1.4.0 Adam Jackson (2): Document the rarer --newmode flags in --help output configure: Drop AM_MAINTAINER_MODE Alan Coopersmith (3): config: Add missing AC_CONFIG_SRCDIR Mark fatal() and warning() as taking printf-style arguments Fix -Wformat warnings about passing longs where ints were expected Andy Ritger (5): xrandr: use 1/gamma to compute gamma-correction xrandr: fix gamma == 1.0 && sigbits != 8 xrandr: compute gamma-correction in [0,2^sigbits) xrandr: extend '--set' syntax to allow a comma-separated list of values xrandr: generalize output property printing Colin Walters (1): autogen.sh: Honor NOCONFIGURE=1 Dave Airlie (1): xrandr: add provider interfaces Eric S. Raymond (1): Running text interspersed with options prevents DocBook translation; remove. Jeremy Huddleston (1): Include strings.h for strcasecmp Keith Packard (3): xrandr: Preserve current mode when switching crtcs Update keystone program to run with new nichrome bits keystone.5c: cairo-5 box semantics changed default layout Pierre-Loup A. Griffais (2): xrandr: move transform limit checking after scaling xrandr: print primary output
2013-02-11Update to 289:wiz2-6/+6
This fixes several minor bugs, and also updates the wide-character width tables for Unicode 6.2.
2013-02-11Update to 1.0.8:wiz4-46/+6
Alan Coopersmith (4): Fix some clang warnings about implicit conversions Combine usage message into a single string Add -V option to print version number sessreg 1.0.8 Ed Schouten (3): Place NetBSD specific #defines in the proper place. Make the `line' variable local to main(). Remove dubious code. Thomas Klausner (1): Fix compilation on NetBSD - undefined *TMPX paths
2013-02-11Remove lbx packages. Unsupported since xorg-server-1.2 and markedwiz15-11548/+1
as BROKEN for a long time.
2013-02-11Update to 1.1.2:wiz2-6/+6
This minor maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR Add _X_NORETURN to PrintUsage to clear gcc/clang warnings Convert from haphazard indenting to X.Org common style add explicit braces to clarify which if the else goes with Add -version option xvinfo 1.1.2 Gaetan Nadon (3): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory
2013-02-11Update to 1.0.3:wiz3-8/+12
Note that this release changes the default location for the system provided configuration files from $(libdir)/X11/xsm to $(sysconfdir)/X11/xsm (on most systems that will be from /usr/lib/X11/xsm to /etc/X11/xsm, though results may vary depending on configure arguments). This minor maintenance release also includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (12): Make System() prototype for Solaris in xsm.h actually a prototype Convert XtMalloc + sprintf to XtAsprintf Convert a couple last sprintf calls to snprintf Terminate execl() arguments with NULL instead of 0 Fix some gcc -Wwrite-strings warnings Add size limit to scanf string specifier unifdef -U__UNIXOS2__ config: Add missing AC_CONFIG_SRCDIR Use standard autoconf defines for mkstemp & putenv instead of imake leftovers Use mode_t, not int, for umask return/argument value unifdef ISC xsm 1.0.3 Egbert Eich (1): install: Use sysconfdir instead of libdir for config files. Gaetan Nadon (5): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
2013-02-11Update to 1.0.4:wiz2-6/+6
This minor maintenance release includes various build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (5): config: Add missing AC_CONFIG_SRCDIR Mark usage() as _X_NORETURN Remove CVS/RCS id tags Print normalized version for X.Org servers, the way xdpyinfo does xfsinfo 1.0.4 Gaetan Nadon (3): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory
2013-02-09Bump PKGREVISION from audio/jack.ryoon74-148/+148
2013-02-07Remove workaround for ftp user agentmorr1-3/+1
2013-02-07+ ruby-gnome2-gtk3 ruby-gnome2-gtksourceview3obache1-1/+3
2013-02-07Update ruby-gnome2 to 1.2.1.obache10-6/+89
(and add gtk3, gdk3, gtksourceview3 and gobject-introspection binding). based on PR 47529. == Ruby-GNOME2 1.2.1: 2013-01-30 GTK+ 3 support on Mac OS X release! === Changes ==== Ruby/GLib2 * Improvements * Supported custom sudo prompt on auto native package install. [GitHub:126] [Suggested by Yorick Peterse] * Started to support JRuby. (It is not completed yet.) [GitHub:125] [Reported by vpereira] * Accepted unsigned long int size GType. * Removed DL support. * Don't call deprecated g_type_init() for GLib >= 2.35.1. ==== Ruby/GTK2 * Fixes * Fixed a memory leak related Gtk::TreeIter. [GitHub:128] [Patch by Toshiaki Asai] ==== Ruby/GTK3 * Fixes * Fixed a memory leak related Gtk::TreeIter. [GitHub:128] [Patch by Toshiaki Asai] * Fixed a crash bug caused by symbol conflict with Ruby/GDK3 on Mac OS X. [GitHub:127] [Reported by Sergio Campama] [Helped by Watson] ==== Ruby/GDK3 * Improvements * [windows] Bundled Greybird theme. [Suggested by Regis d'Aubarede] ==== Ruby/GooCanvas * Improvements * Added Goo::Canvas#get_items_at [GitHub:124] [Patch by David Maciejak] ==== Ruby/WebKitGTK * Added ==== Ruby/GtkSourceView3 * Improvements * Supported Windows. === Thanks * David Maciejak * Yorick Peterse * vpereira * Toshiaki Asai * Sergio Campama * Watson * Regis d'Aubarede == Ruby-GNOME2 1.2.0: 2013-01-24 GTK+ 3 support release! === Changes ==== All * Added ruby-gtk3 package. Here is a list: * Ruby/GLib2 * Ruby/ATK * Ruby/Pango * Ruby/GdkPixbuf2 * Ruby/GDK3 * Ruby/GTK3 ==== Ruby/GLib2 * Improvements * Supported custom VALUE <-> GBoxed conversion * Supported VALUE <-> GBoxed conversion by RVAL2GOBJ * Added GLib::Source::REMOVE * Added GLib::Source::CONTINUE * Added rbgobj_make_boxed_raw() * Added GLib::Value for internal use * [windows] Updated to the latest GLib: 2.28.8-1 -> 2.34.3 * Changes * Removed deprecated GLib::Win32.get_package_installation_directory * Removed deprecated GLib::Win32.get_package_installation_subdirectory * Added user_data to RGConvertTable callbacks * rbgobj_convert_define() copies passed RGConvertTable * Removed deprecated G_DEF_FUNDAMENTAL. Use RG_DEF_CONVERSION instead ==== Ruby/GIO2 * Improvements * Installed headers ==== Ruby/ATK * Improvements * [windows] Updated to the latest ATK: 1.32.0 -> 2.6.0 ==== Ruby/Pango * Improvements * [windows] Updated to the latest Pango: 1.28.3 -> 1.32.6 ==== Ruby/GdkPixbuf2 * Improvements * [windows] Updated to the latest gdk-pixbuf: 2.24.0 -> 2.26.5 ==== Ruby/GTK2 * Improvements * Removed needless not copy flag from Allocation * [windows] Updated to the latest GTK+ 2: 2.24.8 -> 2.24.14 ==== Ruby/GDK3 * Improvements * [windows] Supported: 3.6.4 ==== Ruby/GTK3 * Improvements * Removed needless not copy flag from Allocation * [windows] Supported: 3.6.4 ==== Ruby/GObjectIntrospection * Improvements * Supported over loaded method * Supported over loaded constructor * Supported GBoxed object * Supported char * * Supported GInterface * Supported CallableInfo * Supported may be null * Supported union object * Supported not GBoxed struct * Supported out parameter * Supported C array * Added "?" suffix to predicate method name * Supported SourceFunc callback * Supported GValue * Added GObjectIntrospection::Loader.register_boxed_class_converter * Supported inout parameter * Supported binary data array * Changes * ArgInfo#[] -> ArgInfo#get_arg ==== Ruby/CairoGObject * Added ==== Ruby/Clutter * Added ==== Ruby/ClutterGtk * Added == Ruby-GNOME2 1.1.9: 2012-12-29 This is a experimental GObjectIntrospection support release. === Changes ==== Ruby/GLib2 * Improvements * Renamed G_DEF_CLASS4 to G_DEF_CLASS_WITH_PARENT. G_DEF_CLASS4 is still usable but it is deprecated. ==== Ruby/GObjectIntrospection * Added. It is still experimental. == Ruby-GNOME2 1.1.8: 2012-12-19 This is a bug fix release for Ruby 2.0.0. === Changes ==== All * Fixes * Fixed a bug that *.so isn't installed with Ruby 2.0.0. == Ruby-GNOME2 1.1.7: 2012-12-10 This is a package for Windows fix release. === Changes ==== Ruby/GTK2 * Fixes * Bundled GTK+ 2.24.8-1 instead of GTK+ 2.24.10-1. [Reported by Mahoro Shimura] === Thanks * Mahoro Shimura == Ruby-GNOME2 1.1.6: 2012-12-02 This is Ruby 2.0.0 support release! === Changes ==== All * Fixes * Fixed install error on Ruby 2.0.0. [ruby-gnome2-devel-en] Recent Ruby: 'depend' files must be changed [Reported by Carlo E. Prelz] ==== Ruby/GLib2 * Improvements * Improved portability a bit. '$,' is used instead of rb_output_fs. [GktHub:#117] [Reported by Marvin Gülker] ==== Ruby/GIO2 * Fixes * Fixed a crash bug on i386. [Reported by TAKATSU Tomonari] ==== Ruby/GTK2 * Improvements * Added Gtk::TreeModel#iter_root. [GitHub:121] [Patch by dmaciejak] * Added Gtk::TreeModel#iter_next. [GitHub:121] [Patch by dmaciejak] ==== Ruby/GdkPixbuf2 * Fixes * Fixed build errors with old gdk-pixbuf. ==== Ruby/Poppler * Improvements * Added missing required Poppler version. [Suggested by Grant Schoep] [ruby-gnome2-devel-en] poppler, build fails, incorrect required_pkg_config_package? * Fixes * Fixed a wrong package name on Red Hat and Fedora. [Reported by Grant Schoep] [ruby-gnome2-devel-en] poppler, build fails, incorrect required_pkg_config_package? * Changes * Disabled auto Poppler install for Homebrew. It requires --with-glib option but auto install with --with-glib option isn't supported yet. ==== Ruby/GooCanvas * Improvements * Added Goo::Canvas#update. [GitHub:119] [Patch by dmaciejak] * Added Goo::Canvas#request_update. [GitHub:119] [Patch by dmaciejak] * Added Goo::Canvas#convert_from_pixels. [GitHub:123] [Patch by dmaciejak] * Added Goo::Canvas#convert_to_pixels. [GitHub:123] [Patch by dmaciejak] * Added Goo::Canvas#get_item_at. [GitHub:123] [Patch by dmaciejak] * Added Goo::Canvas#bounds. [GitHub:123] [Patch by dmaciejak] ==== Ruby/GStreamer * Improvements * Don't pass -h and --help to GStreamer. [GitHub:#118] [Reported by dmaciejak] === Thanks * TAKATSU Tomonari * dmaciejak * Grant Schoep * Carlo E. Prelz * Marvin Gülker
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin145-281/+290
2013-02-06Disable man pages by default.wiz1-1/+2
2013-02-05Update to 2.4.42:wiz3-22/+6
Alex Deucher (2): radeon: add OLAND family radeon: add OLAND pci ids David Herrmann (1): man: fix manpage build instructions Jesse Barnes (1): intel: add more VLV PCI IDs Maarten Lankhorst (3): nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc libdrm: remove DISTCHECK_CONFIGURE_FLAGS configure.ac: bump version to 2.4.42 for release Michel Dänzer (1): radeon: Fix 1D tiling layout on SI. Thierry Reding (1): man: Fix typo and use $() for make expressions
2013-02-02two more missed jpeg revbumpsdholland1-2/+2
2013-02-01Reset MAINTAINER/OWNER (became observers)wiz2-4/+4
2013-02-01Spell XTHREAD_CPPFLAGS correctly. This is confirmed required on Solaris, sojperkin1-11/+4
remove the XXX comments.
2013-02-01added x11/lxsession (from wip)reed1-1/+2
2013-02-01move from pkgsrc wipreed4-0/+47
(change from wip package: install README) LXSession is the default session manager of LXDE. It is used to start and setup the desktop environment. It can optionally restart crashed programs. It includes a built-in lightweight Xsettings daemon which can configure gtk+ themes, keyboard, and mouse. It also provides a logout program.
2013-01-31* py-numpy should be buildlinke-ed on g95 support platforms only like Makefile.ryoon1-1/+6
2013-01-30Update to 0.28.2:wiz4-20/+19
0.28.2: This stable release in the 0.28 series contains fixes for 64 bit Windows, clang, and PowerPC on MacOS and OpenBSD. 0.28.0: A new major release 0.28.0 of the pixman rendering library is now available. Highlights of this release: * Support for sRGB coded images [Antti Lankila] * New API for fast glyph rendering [Soren Sandmann] * Faster bilinear scaling on iwMMX, Loongson and MMX [Matt Turner] * More fast paths in the MIPS DSPr2 backend [Nemanja Lukic] * Faster scaling in general and on SSE2 in particular [Siarhei Siamashka]
2013-01-30Update to 2.8:wiz3-9/+8
Khaled Hosny (1): Allow Alt R to be used for next group again Mathieu Boespflug (1): Add altwin:swap_alt_win option. Michal Nazarewicz (1): Remove redundant definition in pl(dvp). Parag Nemade (3): Correct the eurosign group to currencysign group Align keymappings in Jhelum keymap with m17n pa-jhelum keymap Add Rupee Sign default on some Indic xkb maps Peter Hutterer (1): =?UTF-8?q?rules:=20remove=20ml=20=E2=86=92=20in(mal)=20ma?= =?UTF-8?q?pping?= Sergey V. Udaltsov (22): Added euro to Polish layout Added Silesian configuration for IBM 142 Italian variant il(lyx) should have proper mapping of numeric keys Added us(workman) More polish on us(workman) Cleanup for descriptions added de(legacy) A couple of missing chars in gr(polytonic), added on levels 3, 4 fixed comment Fixed Congolese layout, 2 missing symbols Removed invalid layout Updated typography symbols Using configure.ac Added pl(colemak) Bumping version before freese - 2.7.99 Forgot to remove the actual ad layout Fixed 2 minor typos (thanks to Alex Shopov) Missing hyphen SunOpen -> XF86Open Updated translations before release Preparing 2.8 Stephan Hilb (1): Always use fake keycode bindings for level3 and level5 javier (8): Update keycodes and geometry for Sun Keyboards Update XKB symbols specific for Sun Keyboards Fix compat for Japanese Sun keyboards Update XKB rules specific for Sun Keyboards Remove tuv layout for Sun Keyboards Add Models and one option for Sun Keyboards Add Sun keyboard layout variants Add sun_type layout variants into base.extras
2013-01-29Update to 1.2.1:wiz2-6/+6
This release adds a "-event" option that can be used to filter which events are printed. For example, to listen only for RandR events, use "xev -event randr". The -event parameter can be specified multiple times. Please see the manual page for the list of available event filters. This release also contains a few code fixes. Aaron Plattner (2): Add a -event parameter to control the event mask xev 1.2.1 Alan Coopersmith (2): Fix clang warnings about converting size_t to int and back again Use strncasecmp instead of a tolower loop & strncmp
2013-01-27Remove nucleo and metisse.wiz25-517/+1
Nucleo doesn't build against any ffmpeg in pkgsrc, and the last release 0.7.6 (this was 0.7.5) is from 2009, so development seems to have stopped.
2013-01-26automake-1.13 compat.wiz3-1/+31
2013-01-26Revbump after graphics/jpeg and textproc/icuadam203-395/+406