aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
Commit message (Collapse)AuthorAgeFilesLines
* x11-servers/x2x: Remove the unnecessary makefile patch by changing to gmakeYuri Victorovich2018-07-172-12/+1
| | | | Notes: svn path=/head/; revision=474782
* x11-servers/x2x: Update 1.27 -> 1.30.20180709Yuri Victorovich2018-07-154-16/+33
| | | | | | | | | | Port changes: * Now it uses autoreconf/configure * Add LICENSE_FILE * Remove targets - no need for them Notes: svn path=/head/; revision=474679
* - Fix versionDmitry Marakasov2018-07-071-5/+5
| | | | | | | | - Add LICENSE - Remove unneeded flags Notes: svn path=/head/; revision=474142
* x11-servers/xorg-server: Enable SECURITY extensionNiclas Zeising2018-05-201-2/+2
| | | | | | | | | | | Enabling the SECURITY extension will make ssh -X work in most cases. This extension is enabled in many Linux distros. PR: 221984 Submitted by: Anton Yuzhaninov Notes: svn path=/head/; revision=470462
* x11-servers/xorg-server: Backport security fixesNiclas Zeising2018-05-203-1/+202
| | | | | | | | | | | | | | | | | Backport security fixes for CVE-2017-10971 and CVE-2017-10972 (yes, 2017). For some reason this was not done when the vulnerabilities were documented in VuXML, and a typo in the version range in VuXML meant that the entries never matched. This fixes a memory disclosure and a couple of buffer overruns. PR: 220584 Reported by: Vladimir Krstulja MFH: 2018Q2 Security: ab881a74-c016-4e6d-9f7d-68c8e7cedafb Notes: svn path=/head/; revision=470454
* net/xrdp{,-devel}: Update to 0.9.6Koichiro Iwao2018-05-139-750/+0
| | | | | | | | | | | | | | | | | | | | | | | * mark -devel port as IGNORE since net/xrdp has been updated * s/XRDP/xrdp/ in pkg-message, upstream usually spell it lowercase x11-servers/x11rdp: remove port This port is only required by net/xrdp 0.6.2. Since net/xrdp has been updated to 0.9.6, it is no longer required any other port and not useful with standalone at all. 0.9.1 or later uses x11-drivers/xorgxrdp instead. Approved by: hrs (mentor, via email) Relnotes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.1 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.2 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.3 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.4 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.5 https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.6 Differential Revision: https://reviews.freebsd.org/D15375 Notes: svn path=/head/; revision=469777
* Update MAINTAINER to my new FreBSD.org accountKoichiro Iwao2018-03-201-1/+1
| | | | | | | | | also update my email address in "Created by:" field. Approved by: hrs (mentor) Notes: svn path=/head/; revision=465067
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* x11-servers/xorg-server: Fix dashed/dotted line rendering with GLAMOR.Alexey Dokuchaev2017-11-292-1/+28
| | | | | | | | | | | | | | | When drawing dashed lines with GLAMOR, they were drawn partially or as a regular (solid) line, depending on the OpenGL backend. It behaved so because screen pixmap was bound as the dash and sampling its alpha, which is usually just 1.0 (no dashing at all). Upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=99708 Fixed by: Eric Anholt (it's a pity that anholt@ no longer works on FreeBSD) Silence from: x11@ Notes: svn path=/head/; revision=455095
* Drop POTREVISION form slaves so they go forward with xorg-server.Matthew Rezny2017-10-163-3/+0
| | | | | | | | | | | Adding PORTREVISION to explicitly bump them after the recent CVE patches actually caused the revision to go backwards instead of forwards. PR: 223049 Reported by: mandree Notes: svn path=/head/; revision=452247
* Fix security issues: CVE-2017-12176 through CVE-2017-12187 in xorg-server.Koop Mast2017-10-1312-10/+1056
| | | | | | | | | | Bump all the slaves due to not being sure where the shared code is used. MFH: 2017Q4 Security: 7274e0cc-575f-41bc-8619-14a41b3c2ad0 Notes: svn path=/head/; revision=452027
* Fix security issues: CVE-2017-13721 and CVE-2017-13723 in xorg-server.Koop Mast2017-10-096-1/+154
| | | | | | | | | Bump all the slaves due to not being sure where the shared code is used. MFH: 2017Q4 Security: 4f8ffb9c-f388-4fbd-b90f-b3131559d888 Notes: svn path=/head/; revision=451632
* Update X.org WWWsDmitry Marakasov2017-07-144-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=445750
* x11-servers/xorg-server: back out r445076Jan Beich2017-07-0813-143/+1
| | | | | | | Requested by: x11 (rezny) Notes: svn path=/head/; revision=445323
* x11-servers/xorg-server: close-on-exec for MIT-SHM (like Linux)Jan Beich2017-07-0513-1/+143
| | | | | | | | | This is similar to what x11/libxshmfence already does. MFH: 2017Q3 Notes: svn path=/head/; revision=445076
* x11-servers/xwayland: respect LOCALBASEJan Beich2017-07-051-1/+1
| | | | Notes: svn path=/head/; revision=445075
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-4/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439789
* - Fix LICENSEDmitry Marakasov2017-03-171-5/+8
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=436327
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Explicitly disable use of udev to fix build with libudev-devd present.Matthew Rezny2017-02-221-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9719 Notes: svn path=/head/; revision=434628
* XWayland is an X Server running as a Wayland client, thus capable of displayingBaptiste Daroussin2017-02-119-7/+53
| | | | | | | | | native X11 client applications in a Wayland compositor environment. WWW: https://wayland.freedesktop.org/xserver.html Notes: svn path=/head/; revision=433900
* Remove post-patch cruft accidentally introduced into patch-configure filesMatthew Rezny2017-02-111-81/+0
| | | | | | | | | | with the previous commit. Thanks to tijl for noticing what I overlooked. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9544 Notes: svn path=/head/; revision=433897
* Xorg-servers update to 1.18.4 with driver updates and revision bumps.Matthew Rezny2017-02-1125-498/+253
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=433863
* Move wayland to a better locationBaptiste Daroussin2017-01-2919-1090/+0
| | | | Notes: svn path=/head/; revision=432804
* Use localbase instead of prefixBaptiste Daroussin2017-01-251-1/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=432415
* Import WaylandBaptiste Daroussin2017-01-2419-0/+1090
| | | | | | | | | | | | | | | | | | | | | | This port was first created by kwm@ then updated and improved by Johannes Lundberg Wayland is intended as a simpler replacement for X, easier to develop and maintain. GNOME and KDE are expected to be ported to it. Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. Please report bugs to the FreeBSD bugtracker! WWW: http://wayland.freedesktop.org/ Notes: svn path=/head/; revision=432406
* Update to 1.9.1Baptiste Daroussin2017-01-142-5/+4
| | | | Notes: svn path=/head/; revision=431462
* Update to 1.9.1Baptiste Daroussin2017-01-142-4/+4
| | | | Notes: svn path=/head/; revision=431461
* Add missing run dependency on xkeyboardconfigBaptiste Daroussin2017-01-131-0/+3
| | | | | | | | PR: 196653 Reported by: rsimmons0@gmail.com Notes: svn path=/head/; revision=431432
* Add missing run dependency on xkeyboardconfigBaptiste Daroussin2017-01-131-1/+2
| | | | | | | | PR: 196653 Reported by: rsimmons0@gmail.com Notes: svn path=/head/; revision=431431
* Update to 1.19.0Baptiste Daroussin2017-01-072-5/+5
| | | | Notes: svn path=/head/; revision=430760
* Update to 1.19.0Baptiste Daroussin2017-01-072-5/+5
| | | | Notes: svn path=/head/; revision=430759
* Reset ports per maintainer request.Rene Ladan2016-12-261-3/+2
| | | | | | | | PR: 215557 Submitted by: A.J. "Fonz" van Werven (maintainer) Notes: svn path=/head/; revision=429499
* - Remove x11-servers/mga_hal: Support for MGA_HAL feature was removed from ↵Alex Kozlov2016-11-285-59/+0
| | | | | | | | | | | xf86-video-mga in 2011 PR: 214884 Submitted by: matthew@reztek.cz Approved by: x11 (kwm) Notes: svn path=/head/; revision=427347
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-2/+5
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426203
* Fix xorg-server build on arm64.Brad Davis2016-11-071-4/+8
| | | | | | | | | Submitted by: andrew Approved by: bapt, kwm (x11) Differential Revision: https://reviews.freebsd.org/D8465 Notes: svn path=/head/; revision=425639
* Update to 1.18.4Baptiste Daroussin2016-11-022-4/+6
| | | | Notes: svn path=/head/; revision=425119
* Update to 1.18.4Baptiste Daroussin2016-11-022-4/+6
| | | | Notes: svn path=/head/; revision=425118
* x11-servers/xorg-nestservdr: document SSL requirementJohn Marino2016-09-101-1/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421650
* x11-servers/xorg-vfbserver: document SSL requirementJohn Marino2016-09-101-1/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421647
* Update to 1.18.3Baptiste Daroussin2016-07-062-6/+5
| | | | | | | Use INSTALL_WRKSRC instead of home made equivalent Notes: svn path=/head/; revision=418151
* Use INSTALL_WRKSRC instead of home made equivalentBaptiste Daroussin2016-07-061-4/+1
| | | | Notes: svn path=/head/; revision=418150
* Update to 1.18.3Baptiste Daroussin2016-07-062-3/+4
| | | | Notes: svn path=/head/; revision=418149
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-1/+1
| | | | | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577 Notes: svn path=/head/; revision=416966
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-014-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Add another MASTER_SITE, and a clarifying comment.Raphael Kubo da Costa2016-03-051-1/+9
| | | | | | | | | | | The comment explains the difference between net/xrdp and x11-servers/x11rdp to avoid confusion because of their similar names. PR: 207323 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Notes: svn path=/head/; revision=410189
* Fix build with clang 3.8.0.Raphael Kubo da Costa2016-03-031-0/+16
| | | | | | | | | | | | | | | | | | | | During a recent exp-run for bug 206074, it was found that x11-servers/x11rdp gives errors with clang 3.8.0: /wrkdirs/usr/ports/x11-servers/x11rdp/work/x11rdp_xorg71/build_dir/include/X11/Xtrans/Xtranssock.c:1027:50: error: reference to 'in6addr_any' is ambiguous ((struct sockaddr_in6 *)&sockname)->sin6_addr = in6addr_any; ^ This is because Xtranssock.c attempts to redefine in6addr_any as a weak symbol, which does not work with clang 3.8.0. As a fix, place the customized in6addr_any definition between #ifdef __FreeBSD__ guards. PR: 207192 Submitted by: dim Reviewed by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Notes: svn path=/head/; revision=410064
* Update to 1.18.0Baptiste Daroussin2015-12-272-3/+3
| | | | Notes: svn path=/head/; revision=404604