notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-servers/xephyr/Makefile
SVNWeb

Number of commits found: 33

Tue, 2 Aug 2022
[ 07:26 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:88b0ae2bb9c65edc63073dc211fb57e3dec05a9e  commit hash:88b0ae2bb9c65edc63073dc211fb57e3dec05a9e  commit hash:88b0ae2bb9c65edc63073dc211fb57e3dec05a9e  88b0ae2  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
xorg: upgrade to 21.1.4

Port changes:
- flavorize the port
- decouple Xwayland as it has been split from Xorg
- switch to meson
- cleanup non necessary patches anymore
- stop butchering the build system to play with Xorg.wrap but do it
  in post-install
- remove dmx (no longer existing)
- use libmd for sha1 (remove dependency on open/libre ssl)
- always activate RPC security
- simplify postinstall/deinstall script and make them cross install friendly
- remove the SUID option and make it the default, we cannot startx as user
without it
- only keep the mesa-dri dependency on xorg-server not others
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 22 Oct 2021
[ 06:57 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:59fea54dcf7301eea4dab32d0f917cedf05a3778  commit hash:59fea54dcf7301eea4dab32d0f917cedf05a3778  commit hash:59fea54dcf7301eea4dab32d0f917cedf05a3778  59fea54 
x11-servers/xorg-server: Update to 1.20.13

Summary:
Changelogs to 1.20.12 in [1] and 1.20.13 in [2].

[1] https://lists.x.org/archives/xorg-announce/2021-July/003098.html
[2] https://lists.x.org/archives/xorg-announce/2021-July/003100.html

Reviewd by:		x11 (manu,zeising)
Differential Revision:	https://reviews.freebsd.org/D32539
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 20 Feb 2020
[ 21:15 zeising search for other commits by this committer ] Original commit   Revision:526589 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
Update xorg x11 servers to 1.20.7

Update xorg x11 servers to 1.20.7.  This updates x11-servers/xorg-server,
xephyr, xorg-dmx, xorg-nestserver, xorg-vbserver and xwayland.

Enable the UDEV backend by default, instead of the DEVD backend, for
autoconfiguration of input devices on FreeBSD 12 and later.
FreeBSD 11 lacks the needed support in base and will keep on using the DEVD
backend.
Support for the HAL backend is dropped completely, it has been deprecated
for a long time.
Update and improve the DEVD backend.
Add a pkg message about sysctl configuration that might be needed when using
UDEV.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 25 Jan 2020
[ 16:26 jbeich search for other commits by this committer ] Original commit   Revision:524048
x11-servers/xorg-server: expose UDEV support for evdev hotplug

UDEV builds Xorg against libudev-devd, allowing automatic detection of
/dev/input/* (evdev) devices with xf86-input-libinput or xf86-input-evdev.

PR:		222609
Submitted by:	Greg V <greg@unrelenting.technology>
Tested by:	Ivan <bsd@abinet.ru>, manu
Approved by:	x11 (bapt via IRC)
Sat, 11 Feb 2017
[ 18:31 bapt search for other commits by this committer ] Original commit   Revision:433900
XWayland is an X Server running as a Wayland client, thus capable of displaying
native X11 client applications in a Wayland compositor environment.

WWW: https://wayland.freedesktop.org/xserver.html
[ 14:17 rezny search for other commits by this committer ] Original commit   Revision:433863 (Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Xorg-servers update to 1.18.4 with driver updates and revision bumps.

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
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 13 Oct 2015
[ 11:31 kwm search for other commits by this committer ] Original commit   Revision:399186
Add missing dependancies so xephyr can be build again. [1]

Reported by:	Piotr Kubaj <pkubaj@riseup.net>
[ 07:45 kwm search for other commits by this committer ] Original commit   Revision:399179 (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
Xorg-server update to 1.17.2 with related driver updates and bumps.

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 22 Dec 2014
[ 23:04 dumbbell search for other commits by this committer ] Original commit   Revision:375286 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Final removal of WITH_NEW_XORG

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
Sat, 16 Aug 2014
[ 16:15 adamw search for other commits by this committer ] Original commit   Revision:365098
Because this is a slave port, it cannot load bsd.port.pre.mk before defining
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.
Thu, 15 May 2014
[ 21:26 kwm search for other commits by this committer ] Original commit   Revision:354175
Revert accident commit in -r351411. This should stop the option dialog
from spamming the user.

Submitted by:	marino@
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 31 Dec 2013
[ 13:22 kwm search for other commits by this committer ] Original commit   Revision:338299
Remove extra bsd.port.options.mk, it already defined in the master port.

PR:		ports/184952
Submitted by:	marino@
Mon, 16 Dec 2013
[ 11:11 zeising search for other commits by this committer ] Original commit   Revision:336621 (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
Sun, 29 Sep 2013
[ 17:01 zeising search for other commits by this committer ] Original commit   Revision:328711 (Only the first 10 of 142 ports in this commit are shown above. View all ports for this commit)
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 23:52 bapt search for other commits by this committer ] Original commit   Revision:327782
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-servers)
Sat, 25 May 2013
[ 14:37 zeising search for other commits by this committer ] Original commit   Revision:319055 (Only the first 10 of 518 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 21 Apr 2012
[ 17:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
- Please welcome Xorg 7.5.2

       The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
Fri, 25 Feb 2011
[ 16:52 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 606 ports in this commit are shown above. View all ports for this commit)
- Please welcome Xorg 7.5.1

The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

        Beat Gaetzi
        Dima Panov
        Koop Mast
        Eitan Adler
        and all Testers.

PR:             ports/147646
                ports/148035
                ports/148744
                ports/150223
                ports/152889
                ports/154457
Sat, 1 May 2010
[ 11:41 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 517 ports in this commit are shown above. View all ports for this commit)
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 7 Feb 2010
[ 15:24 rnoland search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update xorg-server and friends to 1.6.5.
Wed, 16 Dec 2009
[ 13:19 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on 9.x: does not build
Thu, 7 May 2009
[ 19:40 rnoland search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update Xserver and friends to 1.6.1
Sat, 4 Apr 2009
[ 04:04 rnoland search for other commits by this committer ] Original commit  (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Update Xorg server to 1.6.0

        o Update randrproto, libXrandr and xrandr to 1.3.0
        o Update xf86-video-intel to 2.6.3
        o Update other less common drivers as needed
        o Mark a bunch of un-maintained input drivers ignored
        o Update the various slave X server ports as well
Tue, 27 Jan 2009
[ 21:51 rnoland search for other commits by this committer ] Original commit 
Add dependency on dri2proto to more server components.

Reported by:    pointyhat (pav)
Fri, 23 Jan 2009
[ 16:28 flz search for other commits by this committer ] Original commit  (Only the first 10 of 612 ports in this commit are shown above. View all ports for this commit)
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Mon, 9 Jun 2008
[ 13:43 flz search for other commits by this committer ] Original commit 
Explicitely disable dtrace support for now.

Reported by:    kris
Fri, 6 Jun 2008
[ 14:13 edwin search for other commits by this committer ] Original commit 
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Tue, 20 May 2008
[ 12:18 flz search for other commits by this committer ] Original commit 
Add xephyr, a kdrive-based X server. Xephyr will ultimately replace Xnest.

PR:             ports/123795
Submitted by:   Max Brazhnikov <makc@issp.ac.ru>

Number of commits found: 33