summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2011-09-25Reenable deprecated APIsjoerg1-1/+3
2011-09-24Override appdefaultdir inherited from pkg-config, so that e.g. withjoerg15-15/+45
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
2011-09-24Fix fallout from include guard changes in libX11joerg2-1/+15
2011-09-21Add support for builtin xbitmaps. Bump x11-links to 0.68.joerg2-9/+8
2011-09-21Fix build with X11R7joerg2-1/+17
2011-09-19Fix up a bunch of clang warnings and errors. This includes some bugdholland11-49/+630
fixes, because clang found a couple things that were decidedly wrong/broken; therefore PKGREVISION -> 3. This package has too many patches (it only looks like a moderate number compared to xview) and many/most of them should be rolled into a jumbo patch and posted as a distfile. One of these years...
2011-09-19fix a clang build failuredholland2-1/+17
2011-09-18Add -pthread on MirBSD, fixes build of dependent packages like libXpm.bsiegert1-1/+3
I think that patch-aa is incorrect, at least on MirBSD. It supposes that pthread_self is already in libc. However, I won't touch the patches during the freeze.
2011-09-18Revbump after Nokia has changed the distfile for Qt4adam11-36/+29
2011-09-17Update to 5.34ryoon3-9/+8
* This change also bumps the version of x11/xlockmore-lite. * Change primary MASTER_SITES to http, ftp is not fetchabel for me. Changes: sssss changed from 30 sec to 5 sec. Define -DMIN_DPMS=3 at compile-time if you would like to change it to be sooner. life mode fix for hexagons, life forms would not map certain screen sizes life mode: Added new neighbor 9 ship, added asym ships for neighbor 12 S356/B46, and added some new oscillators including a neighbor 6 p16. Now (mostly) use generated file from java app and life2d.xml. life3d mode: Added new some new oscillators including a neighbor 12 p10 S456/B3. Also new puffers and gliders found. Now use generated file from java app and life3d.xml. loop mode: made new small loops less frequent 5.33 Took out mode description on screen for WIN32 as it seems to mess up the screen frequently. life updates: added 2 more triangle rules from Carter Bays' applet. added a few more life forms to life (hexagonal) added a non-totalistic rule to life (square) known as Rule 3/2ab3 but for consistency it is known here as S2a2b2c2d3/B3. life3d added new life forms to truncated octahedral. ant/demon/life updates for -neighbors 5 or 7. Now with better pentagons. ant with -neighbors 5 should now work properly (7 removed). loop update added Byl and Chou-Reggia (1&2) loops, changed colors to be more traditional 5.32 life3d update for -neighbors 14, new truncated octahedral life form. ant & demon updates for -neighbors 5 or 7 5.31 -xinerama option added off by default. [Untested as I do not have true multiscreen. I tried with Xnest but I do not think this ever worked with Xinerama.] cppcheck fixed minor issues in xlock subdirectory and with pyro2 and invert. 5.30 atlantis, atunnel, biof, bubble3d, cage, fire, gears, invert, lament, moebius, morph3d, noof, pipes, rubik, sballs, sierpinski3d, skewb, sproingies, stairs, and superquadrics added to Windows version (atunnel, fire, lament, and sballs lack textures). skewb mode now scrambles, taken out of unstable category. Undo a cleanup in vroot.h, as xlock exits on startup with a BadWindow on pievwm and tvtwm.
2011-09-16Make patch apply.wiz2-7/+7
2011-09-16Bump PKGREVISION from RUBY_VERSION_DEFAULT changes.obache2-4/+4
2011-09-15Add a pthread option for MirBSD, regenerate patch-ac using autoconf-2.65nb1bsiegert3-548/+21
to minimize its size. No change for other platforms, thus no package revision bump.
2011-09-14Fix build on SunOS.hans3-3/+14
2011-09-14There seems to be no way to tell wxGTK not to put locales intohans1-1/+2
${PREFIX}/share besides patching all over the code. Force PKGLOCALEDIR=share for now.
2011-09-14Fix build on SunOS.hans7-4/+52
2011-09-14Provide a definition of isinf() to make this work on SunOS. Whilehans2-1/+21
isinf() is available on SunOS, using it requires C99 etc. which breaks in other places.
2011-09-14Don't use the SIOCGIFHWADDR code on SunOS.hans2-1/+15
2011-09-13Update x11vnc to 0.9.13.obache2-7/+6
New in the 0.9.13 x11vnc release: Improved support for non-X11 touchscreen devices (e.g. handheld or cell phone) via Linux uinput input injection. Additional tuning parameters are added. TSLIB touchscreen calibration is supported. Tested on Qtmoko Neo Freerunner. A tool, misc/uinput.pl, is provided to diagnose uinput behavior on new devices. The env. vars. X11VNC_UINPUT_BUS and X11VNC_UINPUT_VERSION are available if leaving them unset does not work. The Linux uinput non-X11 input injection can now be bypassed: events can be directly written to the /dev/input/event devices specified by the user (direct_abs=..., etc.) A -pipeinput input injection helper script, misc/qt_tslib_inject.pl is provided as a tweakable non-builtin direct input injection method. The list of new uinput parameters for the above two features is: pressure, tslib_cal, touch_always, dragskip, btn_touch; direct_rel, direct_abs, direct_btn, direct_key. The included SSL enabled Java VNC Viewers now handle Mouse Wheel events. miscellaneous new features and changes: In -reflect mode, the libvncclient connection can now have the pixel format modified via the environment variables X11VNC_REFLECT_bitsPerSample, X11VNC_REFLECT_samplesPerPixel, and X11VNC_REFLECT_bytesPerPixel In -create mode the following environment variables are added to fine tune the behavior: FIND_DISPLAY_NO_LSOF: do not use lsof(1) to try to determine the Linux VT, FIND_DISPLAY_NO_VT_FIND: do not try to determine the Linux VT at all, X11VNC_CREATE_LC_ALL_C_OK: do not bother undoing the setting LC_ALL=C that the create_display script sets. The performance of the -create script has been improved for large installations (100's of user sessions on one machine.) In -unixpw mode, one can now Tab from login: to Password. An environment variable, X11VNC_SB_FACTOR, allows one to scale the -sb screenblank sleep time from the default 2 secs. In -rawfb mode, a bug is fixed in setting the number of bits per pixel. Documented that -grabkbd is no longer working with some/most window managers (it can prevent resizing and menu posting.) The macosx deprecated interface GetMainDevice() call is removed. Compile with -DX11VNC_MACOSX_USE_GETMAINDEVICE if needed for an old macosx version... Miscellaneous code cleanup.
2011-09-12update to 4.8.5drochner2-6/+6
This is a minor bug fix release.
2011-09-12update to 4.12.4drochner2-6/+6
This is a minor bug fix release.
2011-09-10Fixes PLIST entries for gdk-target=x11.obache1-5/+2
2011-09-09Changes 3.0.12:adam4-44/+60
* Assorted file chooser improvements/redesign: - Remove the expander in Save mode - Move the path bar up in Save mode - Remember the last opened directory - Start in recently-used mode when no folder is set - Update recent-files when confirming in the file chooser
2011-09-09Set MAKE_JOBS_SAFE=no, needed on at least NetBSD/amd64 5.99.55 gcc-4.5.3abs1-1/+3
2011-09-09Fix building on Mac OS Xadam1-13/+18
2011-09-08Pick a less aggressive optimizer default. Clang's -O4 enables LTO and ldjoerg4-20/+43
can't deal with that by default.
2011-09-08Fix return without value in !void function. Bump revision.joerg3-3/+19
2011-09-06Add upstream bug report URL.wiz10-19/+28
2011-09-06update to 2.24.6drochner3-7/+8
changes: -UI changes to Filechooser -bugfixes -translation updates
2011-09-04Qt 4.7.4 is a bug-fix release. It maintains both forward and backwardadam10-71/+23
compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online. http:
2011-08-30add 2 patches from upstream to fix possible buffer overflowsdrochner5-4/+52
(CVE-2011-3193, CVE-2011-3194) bump PKGREV
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-08-22Fix building with clang (failed with ilmbase and -fno-exceptions)adam2-8/+16
2011-08-22Fix for python-3.x.wiz11-2/+226
Mark as not-for 2.4 and 2.5.
2011-08-22Add upstream patch fixing __init__.py for python-3.1.wiz2-1/+23
XXX: Now only the PLIST is wrong. :)
2011-08-20Switch dependency to xulrunner192 and bump PKGREVISION.tnn1-3/+3
2011-08-19Fixes build on NetBSD-5.1 (OpenSSL 0.9.9-dev).obache3-1/+51
2011-08-18Fix buffer overflow in LZW handler.joerg3-2/+88
2011-08-18add a missing file from the previous change. noted by wiz.mrg1-1/+2
2011-08-18Fix for PR 43816. Build qt4-libs with openssl support. Approved by wiz@.cheusov3-4/+11
2011-08-17perl-5.14.1 contains sufficient ExtUtils::ParseXS.obache1-2/+2
2011-08-16Update to 1.224:wiz2-7/+6
Overview of changes in Gtk2 1.224 ================================= * Fix a few test failures. Overview of changes in Gtk2 1.223 ================================= * Cope with the rename of the keysym defines in gtk+ 2.22 * Correct the memory management in Gtk2::Gdk::Window->new * Fix a test failure in GtkBuilder.t
2011-08-16Update to 0.52, changes undocumented.wiz2-7/+6
2011-08-14add support for building on netbsd/sparc64 and netbsd/powerpc systems.mrg5-9/+97
2011-08-14Revision bump after updating perl to 5.14.1.obache9-19/+18
2011-08-13Add and enable ruby-wxruby.taca1-1/+2
2011-08-13Importing x11/ruby-wxruby package version 2.0.1.taca7-0/+808
wxRuby is a cross-platform GUI library for creating desktop applications. It has a comprehensive widget set, and provides native look and feel on Windows, OS X and Linux. It's based on the mature and liberally-licensed wxWidgets framework.
2011-08-12Fix shbang of one script.taca1-1/+2
2011-08-12Fix building with the latest Clangadam3-3/+28
2011-08-12Revision bump after updating perl to 5.14.1adam1-2/+6