Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-08 | CONFLICTS with Xaw3d. Reported by taca@. | rodent | 1 | -1/+3 | |
2015-07-07 | Factor the Makefiles of modular-xorg-{server,xephyr} | khorben | 3 | -352/+189 | |
As proposed on tech-pkg@. Both build-tested on NetBSD/amd64. | |||||
2015-07-07 | Look for X screen lockers in path rather than /bin and /usr/bin. | youri | 1 | -2/+8 | |
2015-07-07 | Remove unneeded patch. | youri | 1 | -11/+0 | |
2015-07-07 | Update patch checksum. | youri | 1 | -2/+2 | |
2015-07-07 | Fix using thunar as the default file manager on xfce4. | youri | 3 | -6/+20 | |
2015-07-07 | Update patch checksum. | youri | 1 | -2/+2 | |
2015-07-07 | Make verbose logging optional, fix already included upstream. | youri | 3 | -4/+22 | |
2015-07-06 | SunOS doesn't currently define SUSPEND or HIBERNATE, so | richard | 2 | -3/+32 | |
be careful to only SUSPEND or HIBERNATE when actually defined. | |||||
2015-07-05 | Correct the PKGNAME | khorben | 1 | -2/+2 | |
It's modular-xorg-xephyr not modular-xorg-server-xephyr. | |||||
2015-07-05 | Add modular-xorg-xephyr | khorben | 1 | -1/+2 | |
2015-07-05 | Import x11/modular-xorg-xephyr version 1.17.2 from wip | khorben | 3 | -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-04 | use PKG_SYSCONFSUBDIR to get over conf file issues. | richard | 1 | -7/+6 | |
2015-07-04 | Remove USE_X11BASE and X11PREFIX. | joerg | 36 | -81/+52 | |
2015-07-04 | Revert last commit to x11/lbxproxy. | rodent | 1 | -3/+2 | |
2015-07-04 | Add ${PKG_SYSCONFDIR}/X11/lbxproxy to INSTALLATION_DIRS. Should fix failure | rodent | 1 | -2/+3 | |
during install reported by richard@. | |||||
2015-07-04 | Needs x11/libXext. | rodent | 1 | -1/+2 | |
2015-07-04 | Correct path to liblbxutil. | wiz | 1 | -3/+2 | |
2015-07-04 | SunOS needs c99 | richard | 1 | -1/+2 | |
2015-07-04 | SunOS needs -D__EXTENSIONS__ | richard | 1 | -1/+2 | |
2015-07-04 | use c99 and patch out incompletely obsoleted sun specific processing. | richard | 3 | -2/+20 | |
2015-07-04 | set ADMIN_MAN_SUFFIX for SunOS in mkcomposecache | richard | 1 | -1/+6 | |
2015-07-03 | Needs USE_OLD_MODULAR_XORG_SERVER=yes or else it will conflict with | rodent | 1 | -2/+4 | |
x11/modular-xorg-server. Bug reported by richard@. | |||||
2015-07-03 | Fix build using upstream patch. | wiz | 2 | -2/+22 | |
2015-07-02 | CATEGORIES+=x11 | rodent | 3 | -6/+6 | |
2015-07-02 | +xfsinfo | rodent | 1 | -1/+2 | |
2015-07-02 | Import xfsinfo-1.0.5 as x11/xfsinfo. | rodent | 4 | -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 | +lbxproxy | rodent | 1 | -1/+2 | |
2015-07-02 | Will maintain. | rodent | 1 | -2/+2 | |
2015-07-02 | Import lbxproxy-1.0.3 as x11/lbxproxy. | rodent | 4 | -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-02 | Package x11/xscreensaver{,-demo} 5.33 | khorben | 8 | -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-02 | Properly install the application menu config file. | youri | 2 | -5/+33 | |
2015-07-02 | Add gtk3 backend, fixes x11/xfce4-garcon. | youri | 2 | -4/+26 | |
2015-07-02 | Remove unneeded patch and add other patches I forgot to commit earlier. | youri | 5 | -25/+59 | |
2015-07-02 | Update to 7.0.28: | wiz | 2 | -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-02 | Add buildlink3.mk for meta-pkgs/modular-xorg-libs. | rodent | 1 | -0/+17 | |
2015-07-02 | Remove obsolete patch. | wiz | 1 | -17/+0 | |
2015-07-02 | Adding: | rodent | 60 | -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-02 | Adding: | rodent | 50 | -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-30 | Set DIST_SUBDIR since distfile of the same name but different content | wiz | 2 | -5/+8 | |
is now downloaded. | |||||
2015-06-30 | Force use of pkgsrc's xgettext since we can't tell if the native one is | tnn | 1 | -2/+5 | |
built with Glade support or not. As discussed on tech-pkg@ recently. Also ensure the tools get linked. | |||||
2015-06-30 | Recursive revbump associated with update of lang/ocaml to 4.02.2. | jaapb | 5 | -10/+10 | |
2015-06-30 | This is not actually a version update, yet it is. The story: on the | jaapb | 3 | -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-30 | Recursive revbump from pkgsrc/multimedia/libvpx. | ryoon | 5 | -9/+10 | |
2015-06-30 | revert previous change to fix the build, looks like an accidental commit | tnn | 1 | -3/+3 | |
2015-06-30 | Update to 2.4.62: | wiz | 2 | -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-30 | fix build of assembly files on ARM | tnn | 2 | -1/+23 | |
2015-06-30 | remove redundant patch, fixed in 1af15aaf278edcf6f6de94774350e34a80883c24 | tnn | 2 | -29/+1 | |
2015-06-29 | Fix build with gcc 5.x | markd | 2 | -10/+19 | |
2015-06-29 | Update to 4.12.1: | youri | 6 | -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). |