summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2015-07-08CONFLICTS with Xaw3d. Reported by taca@.rodent1-1/+3
2015-07-07Factor the Makefiles of modular-xorg-{server,xephyr}khorben3-352/+189
As proposed on tech-pkg@. Both build-tested on NetBSD/amd64.
2015-07-07Look for X screen lockers in path rather than /bin and /usr/bin.youri1-2/+8
2015-07-07Remove unneeded patch.youri1-11/+0
2015-07-07Update patch checksum.youri1-2/+2
2015-07-07Fix using thunar as the default file manager on xfce4.youri3-6/+20
2015-07-07Update patch checksum.youri1-2/+2
2015-07-07Make verbose logging optional, fix already included upstream.youri3-4/+22
2015-07-06SunOS doesn't currently define SUSPEND or HIBERNATE, sorichard2-3/+32
be careful to only SUSPEND or HIBERNATE when actually defined.
2015-07-05Correct the PKGNAMEkhorben1-2/+2
It's modular-xorg-xephyr not modular-xorg-server-xephyr.
2015-07-05Add modular-xorg-xephyrkhorben1-1/+2
2015-07-05Import x11/modular-xorg-xephyr version 1.17.2 from wipkhorben3-0/+215
A kdrive based X Server which targets a window on a host X Server as its framebuffer. Unlike Xnest it supports modern X extensions (even if host server doesn't) such as Composite, Damage, randr etc (no GLX support now). It uses SHM Images and shadow framebuffer updates to provide good performance. It also has a visual debugging mode for observing screen updates.
2015-07-04use PKG_SYSCONFSUBDIR to get over conf file issues.richard1-7/+6
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg36-81/+52
2015-07-04Revert last commit to x11/lbxproxy.rodent1-3/+2
2015-07-04Add ${PKG_SYSCONFDIR}/X11/lbxproxy to INSTALLATION_DIRS. Should fix failurerodent1-2/+3
during install reported by richard@.
2015-07-04Needs x11/libXext.rodent1-1/+2
2015-07-04Correct path to liblbxutil.wiz1-3/+2
2015-07-04SunOS needs c99richard1-1/+2
2015-07-04SunOS needs -D__EXTENSIONS__richard1-1/+2
2015-07-04use c99 and patch out incompletely obsoleted sun specific processing.richard3-2/+20
2015-07-04set ADMIN_MAN_SUFFIX for SunOS in mkcomposecacherichard1-1/+6
2015-07-03Needs USE_OLD_MODULAR_XORG_SERVER=yes or else it will conflict withrodent1-2/+4
x11/modular-xorg-server. Bug reported by richard@.
2015-07-03Fix build using upstream patch.wiz2-2/+22
2015-07-02CATEGORIES+=x11rodent3-6/+6
2015-07-02+xfsinforodent1-1/+2
2015-07-02Import xfsinfo-1.0.5 as x11/xfsinfo.rodent4-0/+32
xfsinfo is a utility for displaying information about an X font server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the font catalogues and alternate servers that are available.
2015-07-02+lbxproxyrodent1-1/+2
2015-07-02Will maintain.rodent1-2/+2
2015-07-02Import lbxproxy-1.0.3 as x11/lbxproxy.rodent4-0/+60
Applications that would like to take advantage of the Low Bandwidth extension to X (LBX) must make their connections to an lbxproxy. These applications need to know nothing about LBX, they simply connect to the lbxproxy as if were a regular server. The lbxproxy accepts client connections, multiplexes them over a single connection to the X server, and performs various optimizations on the X protocol to make it faster over low bandwidth and/or high latency connections. With regard to authentication/authorization, lbxproxy simply passes along to the server the credentials presented by the client. Since X clients will connect to lbxproxy, it is important that the user's .Xauthority file contain entries with valid keys associated with the network ID of the proxy. lbxproxy does not get involved with how these entries are added to the .Xauthority file. The user is responsible for setting it up. Note that the X server source from X.Org no longer supports the LBX extension, so this program is only useful in connecting to older X servers.
2015-07-02Package x11/xscreensaver{,-demo} 5.33khorben8-65/+60
According to the release notes: * New hacks, splitflap and romanboy. * Better detection of user activity on modern GNOME systems. * Sonar now does asynchronous host name resolution. * Improved Unicode support. * Updated webcollage for recent changes. * Various minor fixes.
2015-07-02Properly install the application menu config file.youri2-5/+33
2015-07-02Add gtk3 backend, fixes x11/xfce4-garcon.youri2-4/+26
2015-07-02Remove unneeded patch and add other patches I forgot to commit earlier.youri5-25/+59
2015-07-02Update to 7.0.28:wiz2-6/+6
Adds support for up to 512 clients in the X server. Also a warning fix for C99 compilers, and a build fix for Darwin. Adam Jackson (1): xproto 7.0.28 Jeremy Huddleston Sequoia (1): darwin: Include strings.h Olivier Fourdan (1): Increase the number of file descriptors Thomas Klausner (1): Use C99 compliant definition of nonnull attribute.
2015-07-02Add buildlink3.mk for meta-pkgs/modular-xorg-libs.rodent1-0/+17
2015-07-02Remove obsolete patch.wiz1-17/+0
2015-07-02Adding:rodent60-1/+695
libXaw3d libXprintAppUtil liblbxutil mkcomposecache proxymngr rstart xcmsdb xdbedizzy xedit xf86dga xmh xpr xrx xtrap from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed later.
2015-07-02Adding:rodent50-1/+498
xf86-input-elographics xf86-input-fpit xf86-input-hyperpen xf86-input-joystick xf86-input-mutouch xf86-video-modesetting xf86-video-nouveau xf86-video-qxl xf86-video-suncg6 xf86-video-suntcx xf86-video-voodoo from pkgsrc-wip on request from wiz@ last quarter. LICENSE will be fixed later.
2015-06-30Set DIST_SUBDIR since distfile of the same name but different contentwiz2-5/+8
is now downloaded.
2015-06-30Force use of pkgsrc's xgettext since we can't tell if the native one istnn1-2/+5
built with Glade support or not. As discussed on tech-pkg@ recently. Also ensure the tools get linked.
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb5-10/+10
2015-06-30This is not actually a version update, yet it is. The story: on thejaapb3-12/+10
ocamlcore forge, the file downloaded doesn't depend on the filename, but on the number at the end of the URL. I forgot to update that last time around, so it was still downloading (and hence installing) 2.18.2 at that point. I have corrected this now - the version being installed is definitely 2.18.3. Have bumped the PKGREVISION to make sure things get reinstalled.
2015-06-30Recursive revbump from pkgsrc/multimedia/libvpx.ryoon5-9/+10
2015-06-30revert previous change to fix the build, looks like an accidental committnn1-3/+3
2015-06-30Update to 2.4.62:wiz2-6/+7
This release introduces the atomic and blob APIs, adds support for new devices (AMD Bonaire) and a new flag for coherent BOs in nouveau. Alex Deucher (1): radeon: add new bonaire pci id Alexandre Courbot (1): nouveau: add coherent BO attribute Boris BREZILLON (2): modetest: add atmel-hlcdc driver support tests/kmstest: support atmel-hlcdc Damien Lespiau (1): intel: Add the Broxton PCI IDs Daniel Stone (1): Add blob property create/destroy ioctl wrappers Emil Velikov (7): modetest: explicitly zero the newly allocated memory modetest: replace malloc + memset with calloc xf86drm: simplify drmMalloc/drmFree Revert "Add device enumeration interface (v4)" xf86drmMode: remove unused valgrind(VG) macros xf86drmMode: include config.h before anything else configure.ac: bump version to 2.4.62 for release Guillaume Desmottes (1): drmPrime*: initialize output args to 0 Ilia Mirkin (1): nouveau: add asserts to make sure krefs are there Jammy Zhou (1): Fix one warning (v2) Matt Turner (1): configure: Add flag to disable valgrind support. Tobias Jakobi (11): modetest: make middle SMPTE colors transparent modetest: only select plane with matching format exynos: fimg2d: fix return codes tests/exynos: replace return by break exynos/fimg2d: simplify g2d_fini() tests/exynos: clean struct connector tests/exynos: remove unused define tests/exynos: remove struct fimg2d_test_case tests/exynos: simplify drm_set_crtc tests/exynos: remove connector_find_plane tests/exynos: handle G2D_IMGBUF_COLOR in switch statements Ville Syrjälä (1): Support atomic modesetting ioctl frank (1): Add device enumeration interface (v4)
2015-06-30fix build of assembly files on ARMtnn2-1/+23
2015-06-30remove redundant patch, fixed in 1af15aaf278edcf6f6de94774350e34a80883c24tnn2-29/+1
2015-06-29Fix build with gcc 5.xmarkd2-10/+19
2015-06-29Update to 4.12.1:youri6-42/+35
4.12.0 ====== Stable release of xfce4-session for Xfce 4.12. * Miscellaneous bug fixes: - Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway - Add symlinks to the old icons (Bug #11513) - Rename action icon names (Bug #11513) - Gracefully handle the sessions dir being readonly (Bug #11307) - Add ConsoleKit2 support - Create scripts/xinitrc from scripts/xinitrc.in created by configure * Translation updates: Asturian (ast), Bulgarian (bg), Spanish (Castilian) (es), Finnish (fi), French (fr), Hebrew (he), Romanian (ro), Slovak (sk), Slovenian (sl). 4.11.1 ====== - Add DesktopNames to .desktop file - Export XDG_CURRENT_DESKTOP (Bug #11239) - Expand usage of xfsm_verbose for debugging - Don't log errors when trying to close non-existent FDs - Add error checking for fcntl - Properly print the dbus error message - Check the return value of select - atoi (argv[2]) is unsafe - Check the return value of gtk_tree_selection_get_selected - gtk_cell_renderer_text_new is never used - Minor Autotools Updates - Add fallback DragonflyBSD support for suspend/hibernate - Use pkexec for xfsm-shutdown (Bug 9952) - Handle gpg and ssh agents separately Patch by Mikhail Efremov - Non-POSIX compliant test used in startxfce4 (Bug 10828) Patch by seejay - Update copyright year (Bug 10768) - polkit_unix_process_new is deprecated (Bug 10793) Patch by Baurzhan Muftakhidinov - Add logind runtime detection to support suspend/hibernate (Bug 9952) Patch by Guido Berhoerster - Translation Updates: Asturian (ast), Bulgarian (bg), German (de), Spanish (Castilian) (es), Finnish (fi), French (fr), Norwegian Bokmål (nb), Dutch (Flemish) (nl), Polish (pl), Swedish (sv), Phan Vĩnh Thịnh (vi). 4.11.0 ====== - Remove gnome-keyring remains. - Remove xfce environment functions and use glib. - Add shutdown/reboot functionality for systemd (bug #8729). - Fix duplicated accelerators. - Use the async spawn function of glib. - Store the watch function id to avoid possible double free (bug #9709). - Translation updates: Amharic, Arabic, Asturian, Azerbaijani, Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek, English (Australia), English (United Kingdom), Spanish (Castilian), Basque, Persian, Finnish, French, Galician, Gujarati, Hindi, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian Bokmal, Dutch (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak, Albanian, Serbian, Swedish, Tamil, Thai, Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan).