aboutsummaryrefslogtreecommitdiff
path: root/x11/libX11
Commit message (Collapse)AuthorAgeFilesLines
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-255-133/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to Xorg 7.5Martin Wilke2010-05-014-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* -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
* - Chase libxcb/xcb-proto updateDennis Herrmann2009-06-141-0/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=235828
* Update to 1.2.1Robert Noland2009-04-083-4/+12
| | | | Notes: svn path=/head/; revision=231847
* - libX11 configure doesn't have --enable-xdmauth now, XDMCP isStanislav Sedov2009-03-131-1/+1
| | | | | | | always enabled if available. Notes: svn path=/head/; revision=229985
* - Fix pkgconfig path.Stanislav Sedov2009-03-131-0/+11
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=229983
* - Don't try to use dolt, it is broken with bash4.Stanislav Sedov2009-03-132-2/+15
| | | | Notes: svn path=/head/; revision=229982
* /tmp/cvsGePDN8Robert Noland2009-02-192-4/+4
| | | | Notes: svn path=/head/; revision=228670
* Forgot to remove OPTIONS, this is a no-op.Florent Thoumie2009-01-231-2/+0
| | | | Notes: svn path=/head/; revision=226730
* Remove XCB option. It'll make upgrade much easier.Florent Thoumie2009-01-232-20/+12
| | | | Notes: svn path=/head/; revision=226729
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-233-8/+11
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Remove empty USE_XORG line.Florent Thoumie2008-09-211-2/+1
| | | | | | | | | | | - Fix RUN_DEPENDS when WITH_XCB is defined (off by default). PR: ports/127505 Submitted by: bf <bf2006a@yahoo.com> Approved by: portmgr (self) Notes: svn path=/head/; revision=220444
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)Florent Thoumie2008-03-131-11/+17
| | | | | | | | - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries. Notes: svn path=/head/; revision=208925
* - Update X.org ports to 7.3.Florent Thoumie2007-09-133-18/+4
| | | | | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ Notes: svn path=/head/; revision=199427
* Bump revision for patch-src::GetMoEv.c.Dejan Lesjak2007-07-021-2/+3
| | | | | | | Whitespace cleanup by chinsan. Notes: svn path=/head/; revision=194697
* Add a temporary patch for an argument ordering bug introduced during aNate Lawson2007-06-221-0/+13
| | | | | | | | | | | | code cleanup. This bug caused gimp to crash when clicking/dragging. I'll let the maintainers fix this however they want to, meanwhile this patch is critical to usability. Discussion: http://lists.freebsd.org/pipermail/freebsd-x11/2007-June/004649.html Bug id: 11222 Notes: svn path=/head/; revision=194028
* - Update to 1.1.2Pav Lucistnik2007-06-065-93/+204
| | | | | | | - Don't remove lib/X11, it's in mtree Notes: svn path=/head/; revision=192933
* Move some files from share/X11 to lib/X11 so X server can find them. ThisDejan Lesjak2007-05-282-237/+237
| | | | | | | should make keyboards on some laptops work again. Notes: svn path=/head/; revision=192187
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-195-94/+871
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix after objformat removalPav Lucistnik2007-03-271-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188586
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk sinceDejan Lesjak2005-03-061-1/+0
| | | | | | | rev. 1.503 for ${PREFIX} == ${XPREFIX} cases. Notes: svn path=/head/; revision=130436
* Fix MASTER_SITES.Dejan Lesjak2005-02-141-1/+1
| | | | Notes: svn path=/head/; revision=128853
* Try to clean up this port's new directories on uninstall.Eric Anholt2004-12-091-0/+55
| | | | Notes: svn path=/head/; revision=123579
* Register missing CONFLICTS, mostly on xorg-libraries-*Eric Anholt2004-07-261-1/+1
| | | | | | | Reported by: Kent Stewart <kstewart@owt.com> Notes: svn path=/head/; revision=114790
* Fix libX11's dependencies, especially the missing libXdmcp dep.Eric Anholt2004-05-101-3/+3
| | | | Notes: svn path=/head/; revision=108787
* Use the right MTREE_FILETilman Keskinoz2004-04-191-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=107583
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Declare CONFLICTS between freedesktop.org X extension/library ports andMichael Nottebrock2004-03-241-0/+2
| | | | | | | XFree86-libraries. Notes: svn path=/head/; revision=105135
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add a missing dependency on xproto.Joe Marcus Clarke2004-02-031-0/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=99889
* Update to 6.2.1Eric Anholt2004-01-254-23/+117
| | | | Notes: svn path=/head/; revision=99019
* New port: Prerelease version of libX11 from freedesktop.org.Eric Anholt2003-12-215-0/+70
Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them. Notes: svn path=/head/; revision=96353