aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly spell out where to find esd to fix the build with pulseaudio isJoe Marcus Clarke2008-03-081-1/+2
| | | | | | | | | | being used for the ESounD provider. PR: 121482 Sumibtted by: anholt Notes: svn path=/head/; revision=208634
* Remove support for XFree8-4.Florent Thoumie2008-03-0782-5208/+3
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* Remove some more obsolete x.org ports.Florent Thoumie2008-03-0717-274/+0
| | | | | | | Reported by: miwi, erwinbot Notes: svn path=/head/; revision=208596
* Remove irrelevant ports (obsoleted by modular x.org merge).Florent Thoumie2008-03-0736-428/+0
| | | | Notes: svn path=/head/; revision=208588
* - Remove unneeded quotes in COMMENTSMartin Wilke2008-03-072-2/+2
| | | | | | | | | PR: 121329 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: portmgr (erwin via irc) Notes: svn path=/head/; revision=208570
* Track another inplace release.Alexander Nedotsukov2008-03-062-4/+4
| | | | | | | | | | | Diff contains set of: - Control over new hardware and nvidia-driver features. - UI changes. - Documentation fixes. - Code cleanups. Notes: svn path=/head/; revision=208504
* Update to version 234.Kirill Ponomarev2008-03-042-4/+4
| | | | | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_234 Notes: svn path=/head/; revision=208440
* - Update to 1.10.1Gabor Kovesdan2008-03-032-4/+4
| | | | | | | | PR: ports/120851 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Notes: svn path=/head/; revision=208385
* Rename no longer special patch, stop abusing EXTRA_PATCHES.Alexey Dokuchaev2008-03-032-2/+0
| | | | Notes: svn path=/head/; revision=208381
* Catch up with latest updates from NVidia:Alexey Dokuchaev2008-03-038-142/+16
| | | | | | | | - Update mainstream driver to version 169.12 - Update legacy drivers to versions 71.86.04 and 96.43.05 Notes: svn path=/head/; revision=208380
* - Add a note for users of 7.X/-CURRENT [*]Alexey Dokuchaev2008-03-031-5/+7
| | | | | | | | | - Improve on text, get rid of hyphenation PR: ports/121239 [*] Notes: svn path=/head/; revision=208379
* - Fix the build with OS-native (FreeBSD) AGP supportAlexey Dokuchaev2008-03-021-1/+6
| | | | | | | - Correct textual typo in comments while here Notes: svn path=/head/; revision=208333
* Reset relaxbsd@gmail.com due to maintainer-timeouts.Mark Linimon2008-03-022-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=208315
* - Add MASTER_SITES.Chin-San Huang2008-03-011-1/+2
| | | | | | | Noticed by: erwin Notes: svn path=/head/; revision=208287
* Use MASTER_SITE_XCONTRIB.Thomas Gellekum2008-03-011-2/+2
| | | | Notes: svn path=/head/; revision=208276
* Reset maintainerErwin Lansing2008-03-011-1/+1
| | | | | | | | od@iclub.nsu.ru retry time not reached for any host after a long failure period Notes: svn path=/head/; revision=208268
* Chase libguile shared lib version.Joe Marcus Clarke2008-03-011-1/+1
| | | | Notes: svn path=/head/; revision=208243
* GNOME is now at 2.20.3. This is a belated commit since this could have beenJoe Marcus Clarke2008-02-291-1/+1
| | | | | | | consider a sweeping change. Notes: svn path=/head/; revision=208170
* - Chase m17n-* libversion bumpMartin Wilke2008-02-281-1/+2
| | | | Notes: svn path=/head/; revision=208060
* - Force symlink creationAndrew Pantyukhin2008-02-271-1/+1
| | | | | | | | PR: ports/118660 Reviewed by: x11 (silencio) Notes: svn path=/head/; revision=208013
* - Add patch to fix building in 5.x [1].Alejandro Pulver2008-02-272-1/+11
| | | | | | | | | | - Use ${LOCALBASE}/bin/gperf in dependency as that's the one passed to configure, and it won't be installed if the base system one is found. Reported by: pointyhat (pav, erwin) [1] Notes: svn path=/head/; revision=207969
* Forgot in previous commit to master port.Alexey Dokuchaev2008-02-194-0/+12
| | | | Notes: svn path=/head/; revision=207586
* - Update the driver to version 169.07. Since they've changed version schemeAlexey Dokuchaev2008-02-194-73/+17
| | | | | | | | | | | | | once again, as a temporary measure, NVVERSION is easier to define in slave and master ports independently than further obfuscate the Makefile - Display pkg-message consistenly between port vs. package installation - Minor nit: spell `NVidia' consistently in Makefile Closes PR: ports/119090 Submitted by: Brad Allen Notes: svn path=/head/; revision=207585
* - Respect restrictive GCC argumentsMartin Wilke2008-02-193-3/+43
| | | | | | | | PR: 120830 Submitted by: Carlos Santos <unixmania@gmail.com> Notes: svn path=/head/; revision=207574
* - Update to 0.2.0Martin Wilke2008-02-163-9/+9
| | | | Notes: svn path=/head/; revision=207396
* The xcb-util module provides a number of libraries which sit on top ofAlejandro Pulver2008-02-165-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. These libraries are currently included, roughly ordered by maturity: render-util: Convenience functions for the Render extension. aux: Convenient access to connection setup and some core requests. atom: Standard core X atom constants and atom caching. property: Callback X property-change handling. icccm: Both client and window-manager helpers for ICCCM. keysyms: Standard X key constants and conversion to/from keycodes. event: Callback X event handling. image: Port of Xlib's XImage and XShmImage functions. wm: Framework for window manager implementation. WWW: http://xcb.freedesktop.org/ PR: ports/117236 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> Notes: svn path=/head/; revision=207355
* - Update to 20080210Martin Wilke2008-02-152-5/+5
| | | | | | | | PR: 120511 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> (maintainer) Notes: svn path=/head/; revision=207264
* - Update to 2.2Martin Wilke2008-02-122-5/+4
| | | | | | | | PR: 120466 Submitted by: DisastersMaster <disastermaster@unixfreunde.de> Notes: svn path=/head/; revision=207121
* update xfce4 to 4.4.2Oliver Lehmann2008-02-1217-116/+145
| | | | | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532 Notes: svn path=/head/; revision=207060
* Mark BROKEN: checksum mismatchErwin Lansing2008-02-111-0/+2
| | | | Notes: svn path=/head/; revision=207022
* - Update to 1.01Martin Wilke2008-02-102-4/+8
| | | | | | | | PR: 120479 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=206990
* Update to #232. Most visible changes:Christian Weisgerber2008-02-073-6/+7
| | | | | | | | | | | * mouse pointer hiding * new koi8rxterm * uxterm man page Approved by: krion Notes: svn path=/head/; revision=206849
* Update my address.Wesley Shields2008-02-042-2/+2
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=206711
* x11/x3270-3.3.5_1 source has recently been updated to 3.3.7Edwin Groothuis2008-02-032-6/+4
| | | | | | | | | | The source for x3270 has been recently updated to V3.3.7. PR: ports/120226 Submitted by: "User1001" <supraexpress@globaleyes.net> Notes: svn path=/head/; revision=206655
* Upgrade to 9.02.Thierry Thomas2008-02-013-5/+5
| | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Notes: svn path=/head/; revision=206615
* - Mark as BROKEN on amd64, it doesn't run, got a segfault whtn try to start.Renato Botelho2008-01-221-1/+7
| | | | | | | Patches are welcome Notes: svn path=/head/; revision=206028
* Simple pointer warp is a generic pointer warping utility for X11.Martin Wilke2008-01-204-0/+46
| | | | | | | | | | | | | | It allows you to place the pointer to arbitrary x/y coordinates, for instance from within scripts. It is especially useful in conjunction with scripted window managers such as wmii. WWW: http://www.suckless.org/wiki/tools/xlib PR: ports/119694 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Notes: svn path=/head/; revision=205944
* - Update to 0.7.6Martin Wilke2008-01-203-5/+5
| | | | | | | | PR: 119700 Submitted by: "Beat Gaetzi" <beat@chruetertee.ch> Notes: svn path=/head/; revision=205914
* - Update to 2.8.1Martin Wilke2008-01-206-10/+16
| | | | | | | | PR: 119816 Submitted by: Shane Bell <decept0@gmail.com> (maintainer) Notes: svn path=/head/; revision=205898
* Use the hal-storage pkgconfig data for configuring mediamanager'sMichael Nottebrock2008-01-1814-7/+84
| | | | | | | | | | libraries. PR: ports/119733 Submitted by: Andrew Kolchoogin <andrew@rinet.ru> Notes: svn path=/head/; revision=205788
* Track another in-place release.Alexander Nedotsukov2008-01-082-4/+4
| | | | | | | | | | Diff shows minor code overhaul and changes to catch up with latest x11/nvidia-driver updates. Noticed by: obrien Notes: svn path=/head/; revision=205254
* Update to 2.20.3.Joe Marcus Clarke2008-01-082-4/+4
| | | | Notes: svn path=/head/; revision=205238
* Update to 2.20.3.Joe Marcus Clarke2008-01-082-5/+5
| | | | Notes: svn path=/head/; revision=205237
* Update to 2.20.3.Joe Marcus Clarke2008-01-083-4/+5
| | | | Notes: svn path=/head/; revision=205236
* Update to 2.18.4.Joe Marcus Clarke2008-01-082-4/+4
| | | | Notes: svn path=/head/; revision=205234
* Update to 2.20.3.Joe Marcus Clarke2008-01-082-4/+4
| | | | Notes: svn path=/head/; revision=205232
* Update to 2.20.3.Jeremy Messenger2008-01-072-4/+4
| | | | Notes: svn path=/head/; revision=205213
* Update to 2.20.1.Jeremy Messenger2008-01-073-4/+100
| | | | Notes: svn path=/head/; revision=205193
* - Fix a runtime crash on amd64Pav Lucistnik2008-01-042-1/+12
| | | | | | | | PR: ports/98590 Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> Notes: svn path=/head/; revision=205002
* - Update to 0.99Martin Wilke2008-01-032-5/+5
| | | | | | | | PR: 119169 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=204895