aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Mail.idl
Commit message (Expand)AuthorAgeFilesLines
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-3/+3
* More workArturo Espinosa2000-01-251-0/+30
>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/xephyr
Commit message (Collapse)AuthorAgeFilesLines
* Update X.org WWWsamdmi32017-07-141-1/+1
| | | | Approved by: portmgr blanket
* XWayland is an X Server running as a Wayland client, thus capable of displayingbapt2017-02-121-1/+1
| | | | | | native X11 client applications in a Wayland compositor environment. WWW: https://wayland.freedesktop.org/xserver.html
* Xorg-servers update to 1.18.4 with driver updates and revision bumps.rezny2017-02-112-16/+12
| | | | | | | | | | | | | | | Update xf86-video-ati to 7.8.0 Update xf86-video-intel to 2.99.917.20170103 Update xf86-input-synaptics to 1.9.0 Update xf86-input-evdev to 2.10.5 Update xf86-video-r128 to 6.10.2 Update xf86-video-rendition to 4.2.6 New port: xf86-video-geode PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287, 216288,216292,216298,214560,216299,216300,216301,216302 Approved by: swills (mentor, portmgr) Differential Revision: https://reviews.freebsd.org/D9436
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Add missing dependancies so xephyr can be build again. [1]kwm2015-10-131-0/+5
| | | | Reported by: Piotr Kubaj <pkubaj@riseup.net>
* Xorg-server update to 1.17.2 with related driver updates and bumps.kwm2015-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update fontproto to 2.1.3. Update libXfont to 1.5.1. Update xf86-input-keyboard 1.8.1. Update xf86-input-vmmouse to 13.1.0. Update xf86-input-void to 1.4.1. Update xf86-video-chips to 1.2.6. Update xf86-video-cirrus to 1.5.3. Update xf86-video-mach64 to 6.9.5. Update xf86-video-neomagic to 1.2.9. Update xf86-video-r128 to 6.10.0. Update xf86-video-s3virge to 1.10.7. Update xf86-video-savage to 2.3.8. Update xf86-video-siliconmotion to 1.7.8. Update xf86-video-sis to 0.10.8. Update xf86-video-trident to 1.3.7. Update xf86-video-vesa to 2.3.4. * All other xf86-* drivers where bump and/or patched to allow them to compile and work with the new xorg-server. * The ATI-ums driver is removed because the API it depends on was removed from the xorg-server. * Add patch to sunffb to make the lack of XAA non-fatal (not build/run tested due to lack of hardware). * Remove the extra patches in xorg-server for arm. The code seems to support it now natively. Please file a bug if this is not the case. * Update the xorg-server support in virtualbox-ose-additions for vboxmouse. [1] Submitted by: jkim@ [1] Obtained from: Graphics devel repo
* Final removal of WITH_NEW_XORGdumbbell2014-12-231-5/+1
| | | | | | | | | | | | | | | | | | | | This knob was turned on for all version of FreeBSD in r369875 (2014-10-03) and officially deprecated. Since then, it was gradually removed from many ports when they needed an update. x11-servers/xorg-server was the last major user of this knob. The port was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid of the knob, clearing the path to the final removal. This commit changes ports who were checking for WITH_NEW_XORG and remove its handling from bsd.port.mk. While here, two sanity checks are added to warn user about WITH_KMS and WITH_NEW_XORG which have no effect now. Differential Revision: https://reviews.freebsd.org/D1351 Reviewed by: antoine, bapt, kwm Approved by: portmgr (antoine, bapt), kwm
* Because this is a slave port, it cannot load bsd.port.pre.mk before definingadamw2014-08-171-5/+5
| | | | | | | | | the do-install target. This means that the test for .if defined(WITH_NEW_XORG) will always be false unless it's actually set in make.conf. WITH_NEW_XORG is automatically set for OSVERSION > 100704, but the port can't access that. Apply a really inelegant kludge that simply tries to install the manpage from both possible places. One will fail, and one will succeed.
* Revert accident commit in -r351411. This should stop the option dialogkwm2014-05-161-2/+0
| | | | | | from spamming the user. Submitted by: marino@