aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
Commit message (Collapse)AuthorAgeFilesLines
* Plug two more use before initialized with the new x server.Niclas Zeising2013-08-141-0/+23
| | | | | | | | Noted by: clang Obtained from: xorg development repo Notes: svn path=/head/; revision=324704
* - Convert to new perl frameworkAndrej Zverev2013-08-041-1/+2
| | | | | | | Approved by: bapt@ (x11@) Notes: svn path=/head/; revision=324238
* Convert to USES=imakeBaptiste Daroussin2013-06-281-9/+3
| | | | | | | | Remove useless deps on gmake Trim header Notes: svn path=/head/; revision=322011
* Enable AIGLX by default on xorg-server 1.12. (WITH_NEW_XORG)Niclas Zeising2013-06-272-2/+3
| | | | | | | | | Bump portrevision for 1.12 Obtained from: xorg development repo Notes: svn path=/head/; revision=321899
* Readd the dix_events.c patch that was removed with the xorg update.Niclas Zeising2013-06-262-2/+92
| | | | | | | | | | | | There have been some reports of problems with pointer focus and other related issues in Mwm and open-motif without this patch. Bump portrevision for old xorg. PR: ports/179397 Submitted by: William Bulley <web@umich.edu> Notes: svn path=/head/; revision=321811
* Add a patch to fix upstream bug 18451 for 1.7.7.Jung-uk Kim2013-06-172-3/+233
| | | | | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=18451 http://cgit.freedesktop.org/xorg/xserver/patch/?id=6dae7f3 Analyzed by: dim PR: ports/179625 Notes: svn path=/head/; revision=321157
* Don't install the README.compiled file, it got installed in a directoryKoop Mast2013-06-161-0/+11
| | | | | | | | | not owned by xorg-server. This will fix poudriere -t Submitted by: miwi Notes: svn path=/head/; revision=321076
* Fix patching on powerpc with new xorg.Niclas Zeising2013-06-143-1/+19
| | | | | | | | PR: ports/179229 Submitted by: jhibbits (PR), zeising (patch) Notes: svn path=/head/; revision=320937
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-2519-271/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Add a new xorg module, to use with USE_XORG: xorg-macros. This moduleNiclas Zeising2013-03-111-1/+2
| | | | | | | | | | | | | | pulls in devel/xorg-macros. Convert all ports that depends on xorg-macros to use this USE_XORG. Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module on each line. Add xorg-macros dependency to xorg-server. Reviewed by: kwm, bapt Obtained from: xorg development repo (partly) Notes: svn path=/head/; revision=313929
* 2013-02-27 www/igal: No more upstream, no more public distfiles, consider ↵Baptiste Daroussin2013-03-039-204/+0
| | | | | | | | | | | | | | | | using www/llgal 2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server 2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles 2013-02-28 security/sslproxy: Abandoned upstream 2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles 2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008 2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd 2013-02-28 mail/gmime: Superceded with version 2.4 2013-02-28 archivers/bsdar: part of the base system Notes: svn path=/head/; revision=313385
* Fix the patch used to make xorg-server build with clang on i386.Niclas Zeising2013-02-023-16/+1
| | | | | | | | | | Noticed by: Barbara Guida <barbara.freebsd@gmail.com> PR: ports/175776 [1] Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1] Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=311444
* Fix build on i386 when building with clang.Niclas Zeising2013-01-193-0/+30
| | | | | | | | | | | PR: ports/174286 (inspired by) Submitted by: deeptech71 <deeptech71@gmail.com> Tested by: crees, kwm Approved by: kwm, miwi (mentors, implicit) Obtained from: xorg-dev repo Notes: svn path=/head/; revision=310652
* Add a patch to fix a couple of cases of use before initialized in the newNiclas Zeising2012-12-142-2/+56
| | | | | | | | | | | xorg-server. Without this patch, xorg-server compiled with clang segfaults. Bump portrevision since clang is default compiler on current. Reviewed by: kwm Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=308898
* 3dfx has been defunct for a long timeEitan Adler2012-12-081-6/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308494
* - Add missing "defined".Alberto Villa2012-11-151-1/+1
| | | | | | | | Approved by: eadler, kwm (x11@) Feature safe: yes Notes: svn path=/head/; revision=307452
* Solve libGL.so and libglx.so conflict situation between libGL, xorg-server andKoop Mast2012-08-314-14/+52
| | | | | | | | | | | | | | | | | | | the nvidia-driver. Install the libraries in port specific directories. Use pkg-install and pkg-deinstall scripts to update the hardlinks to the default locations of these files. While here clean up some @dirrmtry lines in xorg-server plist for directories that aren.t created by xorg-server. Motivator: pkgng Inspiration: irc, freebsd-x11@ mailinglist discussion (sorry can't find it anymore to give credit the people) Reviewed by: danfe@ (for nvidia parts), bapt@ Approved by: danfe@ (for nvidia parts) With hat: x11@ Notes: svn path=/head/; revision=303429
* Replace some spaces with tabs, and remove double defined variables in PLIST_SUB.Koop Mast2012-08-291-7/+3
| | | | Notes: svn path=/head/; revision=303332
* Fix the build of xorg related ports when the base system is compiled withNiclas Zeising2012-07-291-0/+4
| | | | | | | | | | | | | | | | | | clang as system compiler and cpp is clang cpp (as opposed to GNU cpp). This is done by removing the configure test for cpp completely. Using clang cpp will make some manual pages as well as some scripts get slightly wierd whitespace formatting. However, it does not affect the function of the scripts or the instructions in the manual pages. PR: ports/166373 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> (PR) Patch by: me (with ideas from PR and mailing list) Tested by: Jakub Lach <jakub_lach@mailplus.pl>, me Approved by: kwm (mentor) Obtained from: xorg staging area Notes: svn path=/head/; revision=301687
* Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given ↵Baptiste Daroussin2012-07-131-5/+2
| | | | | | | | | | | | | | arch Fix xorg-server on sparc64 by excluing the HAL option on sparc64 has it used to be before convertion to new options framework [1] Reported by: marius@ Tested by: marius@ Approved by: kwm [1] Notes: svn path=/head/; revision=300845
* Convert to new options frameworkBaptiste Daroussin2012-06-061-10/+11
| | | | | | | | | | | | | while here remove the NO_SUID_XSERVER which was redundant with the options and fix a bug[1] (defining an option after bsd.port.pre.mk) which was a workaround of limitations of the old framework Reported by: ak@ [1] Reviewed by: kwm@, miwi@ Approved by: kwm@, miwi@ Notes: svn path=/head/; revision=298585
* Revert "dix: use the event mask of the grab for TryClientEvents."Christian Weisgerber2012-04-242-1/+91
| | | | | | | | | | | | | http://cgit.freedesktop.org/xorg/xserver/commit/?id=018c878e9495b21146c8f38617fdd1bf6d8cc73b This fixes delivery of button press events to clients. In particular, it fixes irrecoverable focus loss in mwm(1). Approved by: miwi Obtained from: Xorg upstream Notes: svn path=/head/; revision=295417
* - Please welcome Xorg 7.5.2Martin Wilke2012-04-2120-283/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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@. Notes: svn path=/head/; revision=295195
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-093-3/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10.0Martin Wilke2011-10-293-1/+3
| | | | | | | Notes: all x11@ ports fixed for FreeBSD 10 Notes: svn path=/head/; revision=284612
* Fix CVE-2011-4028 and CVE-2011-4029.Koop Mast2011-10-182-4/+22
| | | | | | | | Obtained from: upstream xorg-server Security: 8441957c-f9b4-11e0-a78a-bcaec565249c Notes: svn path=/head/; revision=283838
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Mark as broken on recent i386-9: fails to compile.Mark Linimon2011-08-291-1/+7
| | | | Notes: svn path=/head/; revision=280677
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Fix the "exaGetPixmapFirstPixel called for invalid bpp" problem. This bugKoop Mast2011-08-072-1/+27
| | | | | | | | | | | | is more visible with XFCE. PR: ports/156721 Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Obtained from: xorg-server upstream With hat: x11@ Notes: svn path=/head/; revision=279097
* Unbreak this -- random automake fallout not shown up on amd64 -exp runsAde Lovett2011-03-212-1/+7
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=271377
* - Get Rid MD5 supportMartin Wilke2011-03-194-5/+0
| | | | Notes: svn path=/head/; revision=271305
* - point x2x to its new homeBaptiste Daroussin2011-03-113-2/+3
| | | | | | | - while here remove MD5 from distinfo Notes: svn path=/head/; revision=270686
* Revert "dix: use the event mask of the grab for TryClientEvents."Christian Weisgerber2011-02-272-0/+90
| | | | | | | | | | | | | http://cgit.freedesktop.org/xorg/xserver/commit/?id=018c878e9495b21146c8f38617fdd1bf6d8cc73b This fixes delivery of button press events to clients. In particular, it fixes irrecoverable focus loss in mwm(1). Approved by: miwi Obtained from: Xorg upstream Notes: svn path=/head/; revision=269937
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-2513-41/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=269720
* - There's no nv(4x) manpage in xorg-server distribution anymore.Stanislav Sedov2011-01-251-1/+0
| | | | | | | | Reported by: nathanw Feature safe: yes Notes: svn path=/head/; revision=268199
* - Fix build on powerpc64.Stanislav Sedov2011-01-251-1/+1
| | | | | | | | | PR: ports/147568, ports/153644 Submitted by: nwhitehorn, Matthew Rezny <mrezny@hexaneinc.com> Feature safe: yes Notes: svn path=/head/; revision=268198
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Fix build on ppcMartin Wilke2010-05-051-11/+0
| | | | | | | Submitted by: Andreas Tobler Notes: svn path=/head/; revision=253718
* - Update to Xorg 7.5Martin Wilke2010-05-0113-46/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs Notes: svn path=/head/; revision=253503
* Given that HAL doesn't work on sparc64 and always needs to be disabledMarius Strobl2010-02-081-2/+11
| | | | | | | | | there anyway change the default to off for that architecture. Approved by: rnoland Notes: svn path=/head/; revision=249405
* Update xorg-server and friends to 1.6.5.Robert Noland2010-02-0711-44/+20
| | | | Notes: svn path=/head/; revision=249386
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Mark BROKEN on 9.x: does not buildErwin Lansing2009-12-161-0/+4
| | | | Notes: svn path=/head/; revision=245991
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Allow building on ia64. This does not make it functional, becauseMarcel Moolenaar2009-06-192-1/+229
| | | | | | | | | | | ia64 doesn't have any non-serial console. It does allow xorg to build though and in particular xorg-drivers. The latter depends on xorg-server. Ok'd: rnoland@ Notes: svn path=/head/; revision=236350