aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for potential integer overflows in font libraries.Eric Anholt2003-09-031-0/+369
| | | | | | | Obtained from: XFree86 CVS Notes: svn path=/head/; revision=88457
* Remove the disabling of MTRRs on amd64, as MTRR support has been added toEric Anholt2003-08-231-15/+4
| | | | | | | | | -current. No PORTREVISION bump because the installed base is small enough. Submitted by: peter Notes: svn path=/head/; revision=87542
* [1] Fix xdmcp queries in the X servers (bug 277)Eric Anholt2003-08-121-0/+16
| | | | | | | | | | | | [2] Fix underlining in the freetype backend (bug 330) PR: [1] ports/52387 [2] ports/55134 Submitted by: [1] Joel Ray Holveck <joelh@piqnet.org> [2] Ariff Abdullah <skywizard@MyBSD.org.my> Notes: svn path=/head/; revision=86852
* Fix compile of XFree86-4-Server on -current and add amd64 patches.Eric Anholt2003-07-162-16/+45
| | | | | | | Submitted by: peter (amd64) Notes: svn path=/head/; revision=85004
* Removing -lc from the link line of libGL.so broke on -alpha. Revert the patchEric Anholt2003-05-171-11/+0
| | | | | | | | | until a solution can be found. Reported by: kris (bento) Notes: svn path=/head/; revision=81140
* [1] Make the HTML manpages get put into the packages again.Eric Anholt2003-05-143-1/+23
| | | | | | | | | | | | | [2] Check that XFREE86_VERSION=4 is set when building, rather than setting it. [3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc [4] Make the XFree86-4-Server port not install libXfont.so. [5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig [6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads. Submitted by: [5,6] Ports Fury Notes: svn path=/head/; revision=80962
* Add a patch to work around a gcc/gas problem on sparc64. No revision bumpEric Anholt2003-05-071-0/+16
| | | | | | | | | necessary as this is a build fix. Submitted by: tmm Notes: svn path=/head/; revision=80399
* Fix a small memory leak in XvQueryAdaptors()Eric Anholt2003-04-301-0/+16
| | | | | | | | PR: ports/51579 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=79897
* Fix a memory leak in libX11.Eric Anholt2003-04-261-0/+10
| | | | | | | Obtained from: RedHat Notes: svn path=/head/; revision=79667
* Add a fix for a possible buffer overflow in _XlcLocaleDirName(). PrivilegedEric Anholt2003-03-151-0/+108
| | | | | | | | | | binaries are not vulnerable. Approved by: portmgr (kris) Obtained from: XFree86 CVS xf-4_3-branch Notes: svn path=/head/; revision=77129
* Re-add patch-xdm_session.c which was accidentally dropped in the 4.3.0 upgrade.Eric Anholt2003-03-151-0/+27
| | | | | | | | | | This fixes problems with environment not being set in xdm sessions. Submitted by: many Approved by: portmgr (kris) Notes: svn path=/head/; revision=77128
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develEric Anholt2003-03-1149-1126/+338
| | | | | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr Notes: svn path=/head/; revision=77104
* Fix XFree86-4-libraries after Xft renaming removal:Eric Anholt2003-02-195-0/+61
| | | | | | | | | | Add `pkg-config xft --cflags` and --libs to Imakefiles of programs that use Xft and remove a bit of code not needed for Xft2, remove xftcache program. Reported by: many Notes: svn path=/head/; revision=75861
* [1] Fix missing symbols in i810 driverEric Anholt2003-01-241-4/+6
| | | | | | | | | | | | | | [2] Fix xdm on Alpha by using NetBSD's version of Wraphelp.c [3] Report buttons 7 and when using sysmouse protocol [4] Fix missing symbols in r128 driver. [5] Reset /usr/X11R6/bin/X to Xwrapper-4 after install if Xwrapper-4 exists. PR: [1] i386/44203 [2] ports/43664 [3] ports/43232 Notes: svn path=/head/; revision=73898
* Fix build for IA64. Should not affect architectures where this is alreadyEric Anholt2003-01-161-0/+11
| | | | | | | | | | building. Requested by: kkenn, marcel Obtained from: XFree86 CVS r1.5 Notes: svn path=/head/; revision=73199
* Back to previous one because of unofficial patch.Kiriyama Kazuhiko2002-12-241-433/+0
| | | | Notes: svn path=/head/; revision=71833
* Add XIM patch to files/patch-XlcDL.cKiriyama Kazuhiko2002-12-241-0/+433
| | | | Notes: svn path=/head/; revision=71829
* [1] Move the recently committed patch-common_x86.c to XFree86-4-librariesEric Anholt2002-12-082-0/+50
| | | | | | | | | | | | so it covers libOSMesa, too. [2] Reduce stack usage in libX11 (helps JDK 1.4) PR: [1] ports/46037 Submitted by: [2] phantom Approved by: portmgr Notes: svn path=/head/; revision=71416
* Make XFree86-4-libraries build on ia64Eric Anholt2002-12-041-0/+15
| | | | | | | | Submitted by: marcel Approved by: portmgr Notes: svn path=/head/; revision=71355
* [1] Fix the en_US.ISO8859-15 locale support.Eric Anholt2002-11-252-9/+47
| | | | | | | | | | | | [2] Fix the gb_GB.CP1251 locale support. Bump PORTREVISION. PR: [1] 36565, [2] 40189 Submitted by: [1] Simon 'corecode' Schubert <corecode@corecode.ath.cx> [2] Stanislav Grozev <tacho@factline.com> Notes: svn path=/head/; revision=71052
* Disable building of libXThrStub on current newer than 500043Eric Anholt2002-11-021-10/+19
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=69281
* [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.Eric Anholt2002-10-173-61/+29
| | | | | | | | | | [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for the build during the configure stage. PR: [2] 40271, 43369 Notes: svn path=/head/; revision=68192
* Fix XFree86-4-clients build on alpha by disabling SharedLibXdmGreet.Eric Anholt2002-10-071-2/+13
| | | | | | | | | | No difference on non-alpha, and gets alpha building with this version, so no PORTREVISION bump. PR: 43663 Notes: svn path=/head/; revision=67523
* Add patch to support XFree86-4-libraries and -clients on sparc64Eric Anholt2002-09-192-4/+37
| | | | | | | Submitted by: tmm Notes: svn path=/head/; revision=66647
* Actually remove these files.Eric Anholt2002-09-183-0/+0
| | | | Notes: svn path=/head/; revision=66553
* Update XFree86-4-* ports which share XFree86-4-libraries's patches:Eric Anholt2002-09-1813-303/+343
| | | | | | | | | | | - Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building) Notes: svn path=/head/; revision=66552
* Update XFree86-4-clients, -Servers, and -libraries to 4.2.1.Eric Anholt2002-09-051-30/+0
| | | | | | | | The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one). Notes: svn path=/head/; revision=65652
* When initialising s3 driver call fbPictureInit() like other drivers do. ThisMaxim Sobolev2002-08-261-0/+25
| | | | | | | | | | fixes a problem with RENDER extention not working with s3 driver. Bump PORTREVISION. Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=65055
* Fix the us_intl keymap.Eric Anholt2002-08-211-0/+30
| | | | | | | | Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Obtained from: Andoni Zubimendi <andoni@lpsat.net> Notes: svn path=/head/; revision=64781
* Add patches for last commit (fixing scrollwheel on -current, and enablingEric Anholt2002-08-052-0/+45
| | | | | | | | | SYSVIPC to aid nv binary drivers) Approved by: mdodd Notes: svn path=/head/; revision=64029
* Take over maintainership of XFree86-4 ports. Add patches to fix libGLU onEric Anholt2002-07-144-19/+212
| | | | | | | | | | | -current, fix the DRI with Wine, update the config files for the X ports, and fix many of them to allow continuing of the X build after interruption (it used to clean and rebuild). Approved by: will, des (mentor) Notes: svn path=/head/; revision=62945
* Allow this port to build in -current (i.e. with gcc 3.1)Kris Kennaway2002-06-071-0/+32
| | | | | | | Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Notes: svn path=/head/; revision=60746
* imake(1) thinks that the first place where to look for a compiler on FreeBSDMaxim Sobolev2002-05-221-3/+15
| | | | | | | | | | | | is /usr/local/bin/gcc, which simply is not true. Correct it. Bump PORTREVISION for imake-4 port (XFree86-4-libraries isn't bumped because this port doesn't install its own imake binary, but builds it for internal consumption only). No reply from: MAINTAINERs Notes: svn path=/head/; revision=59702
* x86emu update for new BIOS'sBrian Somers2002-05-201-0/+35
| | | | | | | | Submitted by: Larry Rosenman <ler@lerctr.org> PR: 37610 Notes: svn path=/head/; revision=59537
* Fix ioctl #define abuseWarner Losh2002-04-101-0/+12
| | | | Notes: svn path=/head/; revision=57516
* Use <sys/joystick.h> instead of <machine/joystick.h>.Jun Kuriyama2002-04-082-1/+21
| | | | | | | Reviewed by: will Notes: svn path=/head/; revision=57440
* Update to always compile DRI on i386 machines, including 3dfx support.Will Andrews2002-04-021-0/+17
| | | | | | | | | | | /sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu> Notes: svn path=/head/; revision=57165
* Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given theWill Andrews2002-03-201-0/+11
| | | | | | | | | | | default setup for the "nobody" account, login will fail. PORTREVISION bumped to include this fix for XFree86-4-clients. PR: 36084 Submitted by: Stefan `Sec` Zehl <sec@42.org> Notes: svn path=/head/; revision=56357
* Resurrect patch-startx which changes the default to turn off TCP listening,Will Andrews2002-03-191-0/+54
| | | | | | | | | | and adds an option to allow turning it back on. Bump PORTREVISION in XFree86-4-clients only, to denote this feature (re)addition. Submitted by: Jochem Kossen <j.kossen@home.nl> Notes: svn path=/head/; revision=56343
* XFree86 4.2.0 Stage 3: XFree86-4's evolution to a metaportWill Andrews2002-03-161-54/+0
| | | | | | | | | | [1] Upgrade to 4.2.0. [2] Convert to metaport format and depend on most of XFree86-4-*. Approved by: jmz, in principle Notes: svn path=/head/; revision=56230
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradesWill Andrews2002-03-1621-851/+138
| | | | | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core Notes: svn path=/head/; revision=56229
* Back out XFree86 4.2.0 and all recent modifications for the sake ofWill Andrews2002-01-221-17/+17
| | | | | | | | | | | preserving the upcoming 4.5 release. Bump PORTEPOCH to denote portversion going backwards. All files have been reverted to exactly what they were 3 days ago, before the 4.2.0 upgrade, except PORTEPOCH bump. Approved by: re, portmgr, maintainer timeout Notes: svn path=/head/; revision=53563
* Upgrade to 4.2.0Jean-Marc Zucconi2002-01-191-17/+17
| | | | Notes: svn path=/head/; revision=53364
* sync with XFree86-4FUJISHIMA Satsuki2002-01-071-4/+20
| | | | | | | - Fix a flickering LCD problem with i815 chipset. Notes: svn path=/head/; revision=52727
* sync with x11/XFree86-4FUJISHIMA Satsuki2002-01-052-0/+64
| | | | | | | - support ATI XPERT 128. Notes: svn path=/head/; revision=52634
* o sync with x11/XFree86-4FUJISHIMA Satsuki2001-10-281-0/+27
| | | | | | | | - startx -nolisten tcp by default. - set login.conf environment for xdm. Notes: svn path=/head/; revision=49276
* Patch startx so that X is started with the "-nolisten tcp" by default andJean-Marc Zucconi2001-10-271-0/+54
| | | | | | | | | add a "-listen_tcp" option to run X in non-secure mode. Submitted by: Jochem Kossen <j.kossen@home.nl> Notes: svn path=/head/; revision=49264
* o sync with x11/XFree86-4FUJISHIMA Satsuki2001-10-204-4/+72
| | | | | | | | | | - re-enable DRI support. - fix radeon DRI module. o add support for Matrox MGA GXX drivers and G550 identifier. Notes: svn path=/head/; revision=48970
* sync with x11/XFree86-4.FUJISHIMA Satsuki2001-09-013-0/+325
| | | | Notes: svn path=/head/; revision=47270
* update to 4.1.0.FUJISHIMA Satsuki2001-06-1218-368/+224
| | | | | | | | | get rid of version number from comments in Makefile, pkg-comment and pkg-descr. Reviewed by: maintainer Notes: svn path=/head/; revision=43902