aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg-libraries
Commit message (Collapse)AuthorAgeFilesLines
* Remove old cruft.Eitan Adler2012-02-272-18/+0
| | | | | | | | | No current version of any software should use /etc/X11R6 so the symlink is no longer required. Reviewed by: kwm Notes: svn path=/head/; revision=292317
* Unbreak my previous commit by removing pkg-install reference from the portEitan Adler2012-01-161-5/+0
| | | | | | | | Submitted by: radek.krejca@starnet.cz Pointhat to: me Notes: svn path=/head/; revision=289336
* The switch to X11BASE happened so long ago that anyone who didn't already ↵Eitan Adler2012-01-151-53/+0
| | | | | | | | | | | | migrate has a darn good reason and should know how to fix it themselves Discussed with: kwm, dougb Not approved by: dougb Notes: svn path=/head/; revision=289291
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-252-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to Xorg 7.5Martin Wilke2010-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-21/+17
| | | | | | | | | | | - 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 unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-47/+45
| | | | | | | | | | | | | | | | | | - 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
* Create the symlink in pre-install instead of pre-everything.Florent Thoumie2007-12-121-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=203347
* Bump PORTREVISION after gtk20 dependency removal in pixman.Florent Thoumie2007-09-161-0/+1
| | | | Notes: svn path=/head/; revision=199560
* - Update X.org ports to 7.3.Florent Thoumie2007-09-131-5/+3
| | | | | | | | | | | - 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
* Let LOCALBASE be overriden. /usr/X11R6 should be hardcoded here though.Dejan Lesjak2007-07-061-1/+1
| | | | | | | | Pointed out by: sat Pointy hat to: lesi Notes: svn path=/head/; revision=195038
* Don't mess with /etc files in pkg-install when PACKAGE_BUILDING. The createdDejan Lesjak2007-07-051-0/+2
| | | | | | | | | package will do that. Submitted by: marcus Notes: svn path=/head/; revision=195034
* Reword the error message so it's more clear why the port would refuse toDejan Lesjak2007-07-022-2/+67
| | | | | | | | | | | build and make this part fit in 80 character lines [1]. Adjust couple of files in /etc for clean install cases after symlink creation as mergebase.sh already does for upgrades. Submitted by: grog [1] Notes: svn path=/head/; revision=194699
* Don't bail out on clean installs, just create convenience symlink instead.Dejan Lesjak2007-05-252-1/+6
| | | | | | | | PR: ports/112796 Discussed with: flz, kris Notes: svn path=/head/; revision=191840
* The instructions in UPDATING are also applicable for fresh installationsKris Kennaway2007-05-221-1/+1
| | | | | | | | | of X, so try to ease user confusion. Approved by: portmgr (self) Notes: svn path=/head/; revision=191603
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-1923-1148/+59
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add vendor patch preventing arbitrary code execution or denial ofDejan Lesjak2007-01-272-0/+8
| | | | | | | | | | service by adding malicious font to X server font path. PR: ports/107733 Security: CVE-2006-3739, CVE 2006-3740 Notes: svn path=/head/; revision=183432
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Upgrade to X.Org 6.9.0 release.Dejan Lesjak2006-01-216-31/+76
| | | | | | | | Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again. Notes: svn path=/head/; revision=154073
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,Dejan Lesjak2005-11-112-1/+5
| | | | | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256. Notes: svn path=/head/; revision=147991
* Fix locale support on sparc64 by fixing path to search for libraries.Dejan Lesjak2005-08-261-0/+16
| | | | | | | | PR: ports/83316 Approved by: portmgr (marcus) Notes: svn path=/head/; revision=140982
* Upgrade X.Org ports to 6.8.2.Dejan Lesjak2005-03-174-237/+74
| | | | | | | | | | | | | | | | | | | | | | | | Release notes are available at http://www.x.org/X11R6.8.2/doc/RELNOTES.html Thanks to kris and krion for running several cluster test builds, maintainers of GNOME for prompt responses, portmgr for postponing ports freeze for this update, testers on FreeBSD-X11@ list and others that I might have mised here. Also included: - fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La France; obtained and tested by julian) - fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and Matthias Muthmann), which still appears to have problems with some keyboards - so - fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR ports/77217) - fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested by Anders Nor Berle; PR ports/74757) Notes: svn path=/head/; revision=131533
* Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8Eric Anholt2004-12-316-0/+100
| | | | | | | | | | | | | | | | | | I had moved libXThrStub into libX11, because it seemed unnecessary. However, because libc_r symbols are also weak, the weak stubs in libX11 would interfere, however they don't if they are in a library linked by libX11. The most common manifestation of the problem was: GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error 'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy, &sched)' in glib apps. PR: ports/75477 Submitted by: KIMURA Yasuhiro, yasu at utahime dot org Testing by: marcus Notes: svn path=/head/; revision=125589
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-2311-474/+211
| | | | | | | | | | | | | | | DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more) Notes: svn path=/head/; revision=124866
* Apply xpm-sec5.diff fixes to the xpm-sec.patch4 diff. Using SIZE_MAX insteadEric Anholt2004-10-312-95/+118
| | | | | | | | | | | of [U]INT_MAX in several tests would result in the tests being useless on 64-bit machines. PORTREVISION bumped for everyone for simplicity, and just to be sure. Submitted by: nectar Obtained from: Matthieu Herrb <matthieu.herrb@laas.fr> by nectar Notes: svn path=/head/; revision=120546
* Apply fixes for CAN-2004-0687 and CAN-2004-0688 in libXpm (stack-based andEric Anholt2004-09-162-1/+499
| | | | | | | | | integer overflow security vulnerabilities). Approved by: portmgr Notes: svn path=/head/; revision=118192
* Add conflicts to Mesa and xpm ports. Libraries that they install areDejan Lesjak2004-08-211-2/+2
| | | | | | | | | | | already included in this port. Noticed by: David Julien (david dot julien at gmail dot com) PR: ports/70004 Approved by: anholt (mentor) Notes: svn path=/head/; revision=116870
* Pet portlint.Kirill Ponomarev2004-08-041-2/+2
| | | | Notes: svn path=/head/; revision=115391
* - Extend IGNORE message, point users to instructions how to switchPav Lucistnik2004-07-231-1/+1
| | | | | | | | | from XFree86-4 to X.Org. Approved by: anholt (x11 hat) Notes: svn path=/head/; revision=114533
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-0/+4
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Install xrender.pc, required by xcursor.pcEric Anholt2004-07-073-0/+41
| | | | | | | | | PR: ports/68764 Submitted by: Franz Klammer <klammer@webonaut.com> Obtained from: X.org CVS Notes: svn path=/head/; revision=113159
* Fix extraction of Wraphelp2.gz, which was being taken from the wrong directory.Eric Anholt2004-06-021-1/+1
| | | | | | | Submitted by: Greg J. <xcas@cox.net> Notes: svn path=/head/; revision=110691
* Fix fetching of Wraphelp2.gz, and use MASTER_SITE_XORG.Eric Anholt2004-05-311-3/+6
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=110554
* Add xorg-libraries, a port of X.Org release 6.7.0's libraries and things,Eric Anholt2004-05-2912-0/+857
modeled after XFree86-4-libraries. Notes: svn path=/head/; revision=110314