summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-11-19Add patch.ryoon1-0/+13
2012-11-19Bump PKGREVISIONryoon2-3/+4
Restore Rev. 1.4 of patch-at. Give unsigned char argument to toupper. Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE".
2012-11-18Ignore return type mismatches for clang.joerg1-1/+6
2012-11-18Don't match gtksourceview3.joerg1-2/+2
2012-11-16Use attributes from the implementation namespace. Applications might bejoerg3-12/+45
redefining them otherwise and creating conflicts. Bump revision.
2012-11-16Fix return with/without value errors.joerg41-49/+990
2012-11-16Fix obvious infinite loop. Don't redefine a local variable.joerg5-3/+45
Bump revision.
2012-11-16Passing non-POD types to variadic functions is not valid C++.joerg4-6/+35
Bump revision.
2012-11-13Changes 3.6.2adam4-10/+10
* Bug fixes: 677609 GtkSizeGroup regression in GTK+ 3.3.20 686021 spinner animation should not be subject to... 686265 scrolledwindow: set GDK_EXPOSURE_MASK on t... 686280 GtkScrollbar and GtkScale rendering broken... 687196 filesystemmodel: invalidate nodes on file ... 687467 Commit "Implement proper cross-fades for g... 687872 Segfault when attempting to get character ... * Translation updates: Irish Traditional Chinese
2012-11-11Don't use non-public legacy constructor of QString. Bump revision.joerg3-3/+17
2012-11-11Improve DESCR, per PR 47181 by diro@nixsyspaus.org.wiz1-8/+2
2012-11-10Add motifryoon1-1/+2
2012-11-10Import motif-2.3.4 as x11/motif.ryoon18-0/+1398
The industry standard user interface toolkit for the X Window System. This is released under LGPL 2.1.
2012-11-09Add NetBSD CVS tag.ryoon2-2/+4
2012-11-08Properly disable IPv6 if inet6 option is not selected.sborrill3-2/+28
2012-11-08Support inet6 option (on by default)sborrill1-3/+7
2012-11-07Fix build with modular Xorg.joerg2-2/+5
2012-11-05'head -c' isn't portable, use 'cut -c' instead. Only a single line is beingjperkin2-4/+4
parsed so they should be equivalent.
2012-11-05Explain which versions are crufty, normal, and bleeding edge.gdt6-7/+24
(Thanks to Tim Larson for advice on wording.)
2012-11-03Recursive revbump from audio/pulseaudio 2.1ryoon1-2/+2
2012-11-02Fix destructor leak by goto usage. Bump revision.joerg3-3/+19
2012-11-02Update to 286:wiz2-6/+6
285: This release fixes two minor bugs, improves recovery from misconfigured colors, and adds test scripts for building the FreeBSD port and for demonstrating OSC 4 color-queries. 286: This release fixes four bugs, chiefly a workaround for a bug in GDM exposed by the change in patch #282 that identifies the window manager. The other fixes add a check for misconfiguration of the printerCommand resource and improve transformation of the manpage to other formats.
2012-11-01Fix C99 inline usage.joerg2-1/+19
2012-10-29Update gnome-desktop3 to 3.6.1prlw14-16/+18
Many changes, bug fixes and translation updates. For details see: http://git.gnome.org/browse/gnome-desktop/plain/NEWS?id=3.6.1
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau563-1613/+563
2012-10-285.41 - includes the dclock patch.is5-64/+8
2012-10-27Do not set vendor, since some code checks for vendor-specific workaroundswiz1-5/+2
and we do not want to have to add cases for pkgsrc. Bump PKGREVISION.
2012-10-26Mark a function as void that never returns a value.joerg2-1/+32
2012-10-26Always return a value from non-void functions.joerg2-3/+48
2012-10-24Add missing pangox-compat dependency in wxGTK24 and wxGTK26.joerg8-12/+16
Recursive bump for the new dependency.
2012-10-24Define ANY, newer sip versions no longer provide it.joerg4-8/+52
2012-10-23Remove xextproto/buildlink3.mk where libXext is pulled in viawiz5-10/+5
Xtst, Xi, or Xrandr.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz79-159/+79
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-23As drochner remarks, the problem with missing xextproto is, once again,wiz1-3/+2
that libXext/bl3.mk doesn't include xextproto/bl3.mk. Since the supposed gains for this are minimal and the annoyances are high, do include xextproto/bl3.mk in libXext/bl3.mk.
2012-10-22Update gnustep-back to 0.22.0rh3-15/+14
Noteworthy changes in version `0.22.0' ====================================== Added new user defaults to make app icons and mini windows sticky (omnipresent) Many improvements to Cairo rendering, including buffering, glyphs and DPI scaling. Noteworthy changes in version `0.20.0' ====================================== Cairo is now the default backend, but falls back to art and xlib gracefully. Fixed drawing and flipping (goes along with gui change). More Windows improvements.
2012-10-22Update gnustep-gui to 0.22.0rh5-68/+68
Noteworthy changes in version `0.22.0' ====================================== * This version is binary incompatible with previous versions due to the change of NSNotFound in GNUstep base. * Support for drawing the GUI with a scale factor, for high-DPI monitors. * Character panel * Color picker "Magnifier" tool, for grabbing the color of arbitrary parts of the screen Many NSImage improvements (Mac OS X 10.6 drawing methods, better selection of image reps, better support for icons). Many bugfixes, including in Xib loading, printing, and NSView geometry. Noteworthy changes in version `0.20.0' ====================================== A new stable release. Many improvments with Nib loading, documents and document controllers. Fixed many drawing issues, particularly ones related to flipping. Much improved theming.
2012-10-21Revert buildlink3 ABI bump, it wasn't necessary (no shlib major changed)wiz1-2/+2
and leads to unneeded package rebuilds. Discussed with Patrick Welche.
2012-10-21s/2.7/${PYVERSSUFFIX}/ to fix for python26markd1-2/+2
2012-10-20Remove p5-gtk, p5-Gdk-Imlib, and p5-Gdk-Pixbuf, as discussed on tech-pkgwiz9-160/+1
and pkgsrc-users.
2012-10-20Update to 284:wiz2-6/+6
Fixes bugs reported with the #283 release (regression in the --regex configure option and undesirable interaction with existing iconName behavior).
2012-10-19update to 3.6.0drochner3-10/+15
This switches to the gnome-3.6 release branch
2012-10-18More gtk3 update - less haste more speedprlw11-2/+2
2012-10-18Missed from gtk3 updateprlw11-1/+3
2012-10-18Update gtk3 to 3.6.1prlw18-97/+65
* The accessibility bridge code that exports accessible objects on the bus is now used by default; atk-bridge has been converted into a library that GTK+ links against. To void the linking, pass --without-atk-bridge when configuring GTK+. * GDK threading support has been deprecated. It is recommended to use g_idle_add(), g_main_context_invoke() and similar funtions to make all GTK+ calls from the main thread. * GTK+ now follows the XDG Base Directory specification for user configuration and data files. In detail, * $XDG_CONFIG_HOME/gtk-3.0/custom-papers is the new location for $HOME/.gtk-custom-papers * $XDG_CONFIG_HOME/gtk-3.0/bookmarks is the new location for $HOME/.gtk-bookmarks * $XDG_DATA_HOME/themes is preferred over $HOME/.themes * $XDG_DATA_HOME/icons is preferred over $HOME/.icons. Existing files from the old location will still be read if the new location does not exist. * $HOME/.gtk-3.0 is no longer in the default module load path. If you want to load modules from there, add it to the GTK_PATH environment variable.
2012-10-18+ xscope.wiz1-1/+2
2012-10-18Import xscope-1.3.1 as x11/xscope.wiz4-0/+38
XSCOPE is a program to monitor the connections between the X11 window server and a client program. xscope runs as a separate process. By adjusting the host and/or display number that a X11 client attaches to, the client is attached to xscope instead of X11. xscope attaches to X11 as if it were the client. All bytes from the client are sent to xscope which passes them on to X11; all bytes from X11 are sent to xscope which sends them on to the client. xscope is transparent to the client and X11. In addition to passing characters back and forth, xscope will print information about this traffic on stdout, giving performance and debugging information for an X11 client and server.
2012-10-15A missed case of last problem.... dclock -veg and dclock -lab.is4-7/+21
2012-10-15xlock -mode dclock would segfault on OSes with sizeof(time_t)>sizeof(long);is4-5/+46
this includes NetBSD-6 on 32bit systems. As a result, xlock -mode random (the default) would eventually unlock the screen, without the user being aware of this (as she/he's can be presumed to have left the monitor). The reason was that some variables in dclock.c were declared long, but contain essentially time_t values. In on case, a pointer to such a variable was casted to (struct time_t *) and passed to localtime(), and the resulting pointer is not checked for error before being used. The variables have been changed to time_t and the typecast has been removed.
2012-10-15Add comment to patch, mentioningwiz2-3/+7
http://blog.truecrux.org/post/xxxi
2012-10-15Fix build with perl-5.16.wiz2-1/+33