summaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Remove now that the libGL/xorg-server/nvidia-driver conflict stuff got to ports.kwm2012-09-0111-394/+0
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@573 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Fix loading the correct libglx when nvidia driver is installed.kwm2012-08-104-6/+9
| | | | | | | | | | It seems xorg-server loads the last libglx it has found, even if it is located in a subdirectory. To prevent this place the originals in a .${port} dir. Reported and tested by: fneufneu git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@565 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Chase ports, update to 295.71.kwm2012-08-102-5/+5
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@564 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add the current solution for the pkgng where libGL (libGL.so), kwm2012-08-0811-0/+391
| | | | | | | | xorg-server (libglx.so) and the versions installed by nvidia-driver conflict. This patch is still under review by the nvidia maintainer. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@561 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Don't try to remove a directory we don't make.kwm2012-07-311-1/+0
| | | | | | | Submitted by: pkgng git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@556 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.7.1zeising2012-07-302-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@552 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.4.16zeising2012-07-302-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@551 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 0.26.2zeising2012-07-302-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@550 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Copy from regular ports tree and update to 1.4.0zeising2012-07-304-0/+47
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@549 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 2.8zeising2012-07-302-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@548 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Copy from regular ports tree and update to 1.4.0zeising2012-07-304-0/+26
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@547 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update xorg-docs to 1.7.0zeising2012-07-302-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@544 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Convert to options-ng.zeising2012-06-302-4/+5
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@528 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Fix issues and make xorg compile with clang-cpp as cpp.zeising2012-06-212-0/+4
| | | | | | | | | This patch just kills off the check for working cpp -traditional. The result is semi-broken whitespace in some manuals and in the startx script, but no functional or other differences. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@526 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Revert revisions r500, r501 and r515.zeising2012-06-072-5/+2
| | | | | | | | | Remove the usage of ucpp, it causes more problems than it solves. With this commit, xorg is currently broken when cpp is really clang-cpp. A fix to solve this issue in a hopefully better way is in the works. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@517 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Cleanup old png gruftmiwi2012-06-071-5/+1
| | | | | | | | - Correct the png dependency git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@514 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Sync with portstreemiwi2012-06-071-1/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@512 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Welcome Xorg 7.7miwi2012-06-073-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@511 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Updatemiwi2012-06-073-0/+26
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@510 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.5.0.kwm2012-06-022-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@506 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add missing " to terminate string.zeising2012-05-281-1/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@501 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add dependency on ucpp for the ports that does not build using clang's cpp.zeising2012-05-272-2/+5
| | | | | | | | This is done explicitly regardless of wether cpp is clang or gcc. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@500 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.6.1.kwm2012-05-272-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@499 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.4.99.902.kwm2012-05-272-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@498 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 0.26.0.kwm2012-05-272-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@497 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Update to 1.6.0miwi2012-05-162-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@489 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Update to 0.25.6miwi2012-05-162-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@488 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Use 7.6.99 as version for 7.7-RC1.kwm2012-04-227-1/+135
| | | | | | | Discussed with: miwi git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@481 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Part 2 of xorg 7.7 rc2 updatemiwi2012-04-2236-1/+333
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@480 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - add missing dependencymiwi2012-04-221-1/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@479 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Correct distinfomiwi2012-04-221-2/+2
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@477 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Fix plistmiwi2012-04-221-0/+34
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@470 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Update meta port to 7.7 rc1miwi2012-04-223-0/+68
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@469 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Fix some typosmiwi2012-04-223-6/+6
| | | | | | | | | | - Restore distinfo for libxcb - pet portlint for libxcb Reported by: kwm git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@467 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - First part of Xorg 1.6.99.901 (aka 7.7 RC1)miwi2012-04-2255-15/+426
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@466 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Stop complaining about non-empty include/X11/extensions folder. A lot ofzeising2012-04-111-1/+1
| | | | | | | | | | | xorg ports puts stuff there. This is already merged to the regular ports tree, but the fix is needed here as well. Submitted by: Chris Rees (crees@) git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@460 058c260c-8361-11dd-a0ac-aa2bafec7d09
* More lost EPOCH bumps.kwm2012-03-261-0/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@458 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update libXmu to 1.1.1kwm2012-03-1187-43/+855
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libXt to 1.1.2 Update xorg-macros 1.16.2 Update imake to 1.0.5 also look in LOCALBASE for RUN_DEPENDS not PREFIX. Update makedepend to 1.0.4. Update libXft to 2.3.0. Update libXxf86dga to 1.1.3. Update libxcb to 1.8.1. Update libXres to 1.0.6. Update bitmap to 1.0.6. Update libXinerama to 1.1.2. Update libXpm to 3.5.10. Update libXcursor to 1.1.13. Update libxkbfile to 1.0.8. Update libXxf86vm to 1.1.2. Update libXext 1.3.1. Update libXau to 1.0.7. Update libXdmcp to 1.1.1. Update libXvMC to 1.0.7. Update libXi to 1.6.0. Update libdmx to 1.1.2. Update libXv to 1.0.7. Update libXXcrnSaver to 1.2.2. Update libXtst to 1.2.1. Update libXrender to 0.9.7. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@450 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add libSM 1.2.1.kwm2012-03-0510-0/+109
| | | | | | | Add libICE 1.0.8. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@444 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.1.2.kwm2012-03-024-0/+31
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@439 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.0.4.kwm2012-03-023-0/+28
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@438 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.1.1.kwm2012-03-024-0/+34
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@436 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.2.0.kwm2012-03-023-0/+25
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@435 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.0.3.kwm2012-03-023-0/+26
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@432 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 2.2.kwm2012-03-022-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@430 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 0.24.4.kwm2012-02-294-0/+48
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@429 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Don't build spec files.kwm2012-02-291-0/+2
| | | | | | | Reported by: drogoh on IRC git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@428 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 1.5.99.3.kwm2012-02-112-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@419 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 2.1.99.6.kwm2012-02-112-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@418 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update the following to RC versions for Xorg-server 1.12.kwm2012-02-0914-3/+1192
| | | | | | | | | | inputproto 2.1.99.5 xinput 1.5.99.1 libX11 1.4.99.1 libXi 1.5.99.2 git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@412 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Reupdate to 1.8.kwm2012-02-074-4/+27
| | | | | | | Thanks to legwork by Erandir for figure out the hang issue and submit the patch. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@401 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Move ports/branches/xorg-dev to ports/trunk/miwi2012-02-0645-0/+1228
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@388 058c260c-8361-11dd-a0ac-aa2bafec7d09