aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ctrlproxy
ModeNameSize
-rw-r--r--Makefile1242logstatsplainblame
-rw-r--r--distinfo99logstatsplainblame
d---------files187logstatsplain
-rw-r--r--pkg-descr445logstatsplainblame
-rw-r--r--pkg-plist839logstatsplainblame
ed by xorg-server. This will fix poudriere -t Submitted by: miwi * Fix patching on powerpc with new xorg.zeising2013-06-143-1/+19 | | | | | PR: ports/179229 Submitted by: jhibbits (PR), zeising (patch) * The FreeBSD x11 team proudly presentszeising2013-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! * Add a new xorg module, to use with USE_XORG: xorg-macros. This modulezeising2013-03-121-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) * 2013-02-27 www/igal: No more upstream, no more public distfiles, consider ↵bapt2013-03-049-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 * Fix the patch used to make xorg-server build with clang on i386.zeising2013-02-033-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) * Fix build on i386 when building with clang.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 * Add a patch to fix a couple of cases of use before initialized in the newzeising2012-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) * 3dfx has been defunct for a long timeeadler2012-12-091-6/+4 | | | | Feature safe: yes * - Add missing "defined".avilla2012-11-151-1/+1 | | | | | Approved by: eadler, kwm (x11@) Feature safe: yes * Solve libGL.so and libglx.so conflict situation between libGL, xorg-server andkwm2012-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@ * Replace some spaces with tabs, and remove double defined variables in PLIST_SUB.kwm2012-08-291-7/+3 | * Fix the build of xorg related ports when the base system is compiled withzeising2012-07-301-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 * Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given ↵bapt2012-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] * Convert to new options frameworkbapt2012-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@ * Revert "dix: use the event mask of the grab for TryClientEvents."naddy2012-04-252-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 * - Please welcome Xorg 7.5.2miwi2012-04-2220-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@. * Repeated words are are hard to to find sometimes.eadler2012-01-081-1/+1 | | | | Approved by: portmgr (itetcu) * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-093-3/+0 | * - Fix build on FreeBSD 10.0miwi2011-10-293-1/+3 | | | | Notes: all x11@ ports fixed for FreeBSD 10 * Fix CVE-2011-4028 and CVE-2011-4029.kwm2011-10-192-4/+22 | | | | | Obtained from: upstream xorg-server Security: 8441957c-f9b4-11e0-a78a-bcaec565249c * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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 * Mark as broken on recent i386-9: fails to compile.linimon2011-08-291-1/+7 | * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0 | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> * Fix the "exaGetPixmapFirstPixel called for invalid bpp" problem. This bugkwm2011-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@ * Unbreak this -- random automake fallout not shown up on amd64 -exp runsade2011-03-212-1/+7 | | | | Reported by: erwin * - Get Rid MD5 supportmiwi2011-03-194-5/+0 | * - point x2x to its new homebapt2011-03-113-2/+3 | | | | - while here remove MD5 from distinfo * Revert "dix: use the event mask of the grab for TryClientEvents."naddy2011-02-282-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 * - Please welcome Xorg 7.5.1miwi2011-02-2613-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 * - There's no nv(4x) manpage in xorg-server distribution anymore.stas2011-01-251-1/+0 | | | | | Reported by: nathanw Feature safe: yes * - Fix build on powerpc64.stas2011-01-251-1/+1 | | | | | | PR: ports/147568, ports/153644 Submitted by: nwhitehorn, Matthew Rezny <mrezny@hexaneinc.com> Feature safe: yes * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) * Sync to new bsd.autotools.mkade2010-12-041-1/+1 | * Punt autoconf267->autoconf268ade2010-10-161-1/+1 | * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2 | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs * - Fix build on ppcmiwi2010-05-051-11/+0 | | | | Submitted by: Andreas Tobler * - Update to Xorg 7.5miwi2010-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 * Given that HAL doesn't work on sparc64 and always needs to be disabledmarius2010-02-081-2/+11 | | | | | | there anyway change the default to off for that architecture. Approved by: rnoland * Update xorg-server and friends to 1.6.5.rnoland2010-02-0711-44/+20 | * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-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. * Mark BROKEN on 9.x: does not builderwin2009-12-161-0/+4 | * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-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 * Allow building on ia64. This does not make it functional, becausemarcel2009-06-202-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@ * Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2 | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) * Update Xserver and friends to 1.6.1rnoland2009-05-0812-41/+35 | * Update Xorg server to 1.6.0rnoland2009-04-0419-625/+111 | | | | | | | | 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 * Given that the x86-centric approach of mmap(2)'ing PCI memory viamarius2009-04-012-1/+14 | | | | | | | | mem(4) doesn't work on sparc64, revert to the pre-libpciaccess approach of using the tty(4) device opened by the X server there. Hopefully we have proper MI means of doing so one day. Approved by: flz * Add the patch that I missed in the last commit.rnoland2009-03-091-0/+90 | * Add a patch from git to fix issues with gnome-2.25.rnoland2009-03-092-2/+1 | | | | Requested by: marcus * Add a patch to handle memory barriers on amd64 the same as linux.rnoland2009-03-032-1/+12 | | | | | | This is reported to prevent some lockups with the nv driver on amd64. http://bugs.freedesktop.org/show_bug.cgi?id=3168 * Add a patch to deal with the hald/xorg startup race. With this patchrnoland2009-02-082-1/+144 | | | | | | it should be safe for hald to start even after the Xserver. Obtained from: xorg-devel * - Replace open(2)/close(2) pairs with stat(2). Closing mouse device hasjkim2009-02-052-28/+62 | | | | | | | a side effect of changing current operation level and sysmouse(4) lets you open /dev/sysmouse multiple times unlike other mouse drivers. - Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0. - Simplify the patches a little while I am here. * - Partially back out the previous attempt to fix PS/2 protocol support.jkim2009-02-032-14/+23 | | | | | | | | | | | | Extended PS/2 protocol without moused(8) is only supported from FreeBSD 7.1 and above. - Try default PS/2 and USB mouse ports if /dev/sysmouse does not exist. Previously, it was only available when HAL support was compiled in. They should be able to handle SysMouse protocol at operation level 1. - Check protocol for ums(4) as it only supports SysMouse protocol. - Sync X server with mouse driver. Reviewed by: rnoland * Add dependency on dri2proto to more server components.rnoland2009-01-283-3/+6 | | | | Reported by: pointyhat (pav) * Build record and xtrap extensions.flz2009-01-272-2/+7 | | | | | PR: ports/131033 Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> * add dri2proto depend here as wellrnoland2009-01-261-1/+2 | | | | | Reported by: pointyhat (pav) Approved by: garga (mentor, implicit) * Add dependency on dri2protornoland2009-01-261-1/+2 | | | | Approved by: garga (mentor, implicit) * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-2419-566/+60 | | | | | | | | - 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). * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 | | | | Tested by: exp build run (erwin) * Reset grog@FreeBSD.org: last commit was more than 6 months ago, andlinimon2008-08-071-1/+1 | | | | PRs are outstanding. * - fix typo -> plist for -DNOPORTDOCSitetcu2008-07-042-7/+10 | | | | | | | | - SUB_FILES= pkg-plist and s/X11/Xorg/ - use MASTER_SITE_BERLIOS - bump PORTREVISION Prompted by: QA Tindy run * Remove x11-servers/xorg-server-snap as it has been unmaintained for a while.flz2008-06-1916-698/+0 | * Update x11-servers/xorg-server to 1.4.2 (security update).flz2008-06-155-681/+4 | * Explicitely disable dtrace support for now.flz2008-06-094-4/+4 | | | | Reported by: kris * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-064-3/+4 | | | | | | | | | | 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) * Add upstream patch (don't free not-allocated dbus socket).flz2008-05-29