summaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-libraries
Commit message (Collapse)AuthorAgeFilesLines
* Bah. Some of the servers don't have the fonts/util/, causing failure due toanholt2003-12-122-26/+0
| | | | | patches being shared by all the ports. So, add them to clients only and use EXTRA_PATCHES. This should be done to more patches from XFree86-4-libraries.
* Use #!/usr/bin/env perl instead of #!/usr/bin/perl to increase the chancesanholt2003-12-122-0/+26
| | | | of success.
* Make this package on amd64 now that I've added two more files.peter2003-12-052-0/+9
|
* Second change to get kdebase3 to work on amd64. kdebase builds a pluginpeter2003-12-051-0/+15
| | | | | | | | | called kxkb.so, which links against libxkbfile. This is fatal on amd64 because XFree86 does not normally provide libxkbfile.so, and it is a guaranteed fatal error to link non-PIC code into a .so file. I have only arranged for libxkbfile.so to be build on amd64 so as to not risking distrubing dependencies on other platforms.
* Fix XFree86-4-FontServer build on sparc64.jake2003-11-251-2/+11
| | | | Requested by: kris
* Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.anholt2003-11-121-1/+1
|
* Disable the patch from XFree86 bug 641 to copy the terminal's settings inanholt2003-11-111-2/+2
| | | | | | | | luit to its new pty. This code doesn't work for some reason and produces "Couldn't copy terminal settings" when luit is run manually or the symptom of an xterm -lc flashing on screen and exiting. Submitted by: Guido Berhoerster <ich@guido-berhoerster.org>
* Update luit (helper app that does locale translation for xterm) inanholt2003-11-091-42/+181
| | | | | | | | | | XFree86-4-clients from XFree86 CVS. This allows luit to be used setuid, which closes a security hole (tty left world-writable) that luit complains about on startup if not setuid. Setting WITH_SETUID_LUIT installs luit setuid. PR: ports/51632 Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> Help from: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
* Fix a bug in my last commit -- the second coma in -Wl,rpath,DIRECTORYmi2003-11-051-1/+1
| | | | | | | was missing. Reported by: Andy Fawcett (who watches the ports cluster logs) Uwe Laverenz
* Add a patch for Mesa's glheader.h to teach it about the Intelmi2003-11-052-2/+27
| | | | | | | | | | compiler(s) (no __cdecl, INLINE means inline). Add a hunk to the FreeBSD.cf patch to make always prepend -rpath with the -Wl, -- GCC understands it either way, but Intel's icc, for example, does not -- and need not. Approved by: enholt (maintainer) Also reviewed by: netchild (icc guru)
* Fix XFree86-4-clients build. It was failing depending on lib*.a which weren'tanholt2003-10-141-3/+22
| | | | | | | | | being built due to the split build. Remove the dependencies on them, and it'll pick them up from ${X11BASE}/lib. I don't know why this broke now but worked in the past. Reported by: everyone Tested on: ref5 (libraries,clients)
* Somehow the typo in the previous commit didn't make the build fail. Fix it.anholt2003-10-121-2/+2
|
* Suppress warnings in system headers with gcc 3.x.anholt2003-10-121-6/+11
|
* Allow the patch directory to be overridden.anholt2003-09-171-1/+1
| | | | Approved by: portmgr (will)
* Fixes for potential integer overflows in font libraries.anholt2003-09-032-1/+370
| | | | Obtained from: XFree86 CVS
* Remove the disabling of MTRRs on amd64, as MTRR support has been added toanholt2003-08-231-15/+4
| | | | | | -current. No PORTREVISION bump because the installed base is small enough. Submitted by: peter
* [1] Fix xdmcp queries in the X servers (bug 277)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>
* Fix compile of XFree86-4-Server on -current and add amd64 patches.anholt2003-07-162-16/+45
| | | | Submitted by: peter (amd64)
* Removing -lc from the link line of libGL.so broke on -alpha. Revert the patchanholt2003-05-172-12/+1
| | | | | | until a solution can be found. Reported by: kris (bento)
* Convert .for/.endfor to shell script to fix building of XFree86-4-Server,anholt2003-05-141-27/+23
| | | | | | | | which sets the variables involved after including this file. No PORTREVISION bump because the last XFree86-4-Server bump was for packaging and packaging was broken in the last revision. Reported by: Kent Stewart <kstewart@owt.com>
* [1] Make the HTML manpages get put into the packages again.anholt2003-05-146-19/+53
| | | | | | | | | | [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
* Add a patch to work around a gcc/gas problem on sparc64. No revision bumpanholt2003-05-071-0/+16
| | | | | | necessary as this is a build fix. Submitted by: tmm
* Fix a small memory leak in XvQueryAdaptors()anholt2003-04-302-1/+17
| | | | | PR: ports/51579 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
* Fix a memory leak in libX11.anholt2003-04-262-1/+11
| | | | Obtained from: RedHat
* Add a fix for a possible buffer overflow in _XlcLocaleDirName(). Privilegedanholt2003-03-152-0/+109
| | | | | | | binaries are not vulnerable. Approved by: portmgr (kris) Obtained from: XFree86 CVS xf-4_3-branch
* Re-add patch-xdm_session.c which was accidentally dropped in the 4.3.0 upgrade.anholt2003-03-151-0/+27
| | | | | | | This fixes problems with environment not being set in xdm sessions. Submitted by: many Approved by: portmgr (kris)
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develanholt2003-03-1154-1267/+443
| | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix XFree86-4-libraries after Xft renaming removal: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
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-183-8/+3
| | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
* [1] Fix missing symbols in i810 driveranholt2003-01-243-8/+10
| | | | | | | | | | | [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
* Fix build for IA64. Should not affect architectures where this is alreadyanholt2003-01-161-0/+11
| | | | | | | building. Requested by: kkenn, marcel Obtained from: XFree86 CVS r1.5
* Back to previous one because of unofficial patch.kiri2002-12-241-433/+0
|
* Add XIM patch to files/patch-XlcDL.ckiri2002-12-241-0/+433
|
* [1] Move the recently committed patch-common_x86.c to XFree86-4-librariesanholt2002-12-083-1/+51
| | | | | | | | | 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
* Make XFree86-4-libraries build on ia64anholt2002-12-041-0/+15
| | | | | Submitted by: marcel Approved by: portmgr
* [1] Fix the en_US.ISO8859-15 locale support.anholt2002-11-254-10/+50
| | | | | | | | | [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>
* Make using an outdated imake a little harder: depend on version.def beinganholt2002-11-241-1/+1
| | | | installed rather than the imake binary.
* Disable building of libXThrStub on current newer than 500043anholt2002-11-022-13/+22
| | | | Submitted by: dfr
* [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.anholt2002-10-176-72/+41
| | | | | | | [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
* Fix XFree86-4-clients build on alpha by disabling SharedLibXdmGreet.anholt2002-10-071-2/+13
| | | | | | | No difference on non-alpha, and gets alpha building with this version, so no PORTREVISION bump. PR: 43663
* Add patch to support XFree86-4-libraries and -clients on sparc64anholt2002-09-194-6/+46
| | | | Submitted by: tmm
* Actually remove these files.anholt2002-09-183-0/+0
|
* Update XFree86-4-* ports which share XFree86-4-libraries's patches:anholt2002-09-1817-328/+414
| | | | | | | | - 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)
* Due to popular demant into each port which might be inserted into dependencysobomax2002-09-141-0/+4
| | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
* Update XFree86-4-clients, -Servers, and -libraries to 4.2.1.anholt2002-09-053-43/+13
| | | | | The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one).
* When initialising s3 driver call fbPictureInit() like other drivers do. Thissobomax2002-08-261-0/+25
| | | | | | | fixes a problem with RENDER extention not working with s3 driver. Bump PORTREVISION. Approved by: maintainer (implicitly)
* Fix the us_intl keymap.anholt2002-08-211-0/+30
| | | | | Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Obtained from: Andoni Zubimendi <andoni@lpsat.net>
* gzip the new patches to help users who are getting mangled text files fromanholt2002-08-152-2/+2
| | | | | | ${MASTER_SITE_LOCAL} PR: 41408
* Add patches for last commit (fixing scrollwheel on -current, and enablinganholt2002-08-052-0/+45
| | | | | | SYSVIPC to aid nv binary drivers) Approved by: mdodd
OpenPOWER on IntegriCloud