summaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-clients
Commit message (Collapse)AuthorAgeFilesLines
* [1] Make the HTML manpages get put into the packages again.anholt2003-05-141-10/+3
| | | | | | | | | | [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
* Re-add patch-xdm_session.c which was accidentally dropped in the 4.3.0 upgrade.anholt2003-03-151-0/+1
| | | | | | | 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-115-139/+376
| | | | | | | 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-193-3/+1
| | | | | | | 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-181-1/+2
| | | | | | | | 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
* Fix distfiles after the last commit (bad copy'n'pasting).anholt2002-10-182-4/+4
| | | | PR: 44184
* [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.anholt2002-10-173-16/+15
| | | | | | | [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
* Update XFree86-4-* ports which share XFree86-4-libraries's patches:anholt2002-09-183-14/+12
| | | | | | | | - 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)
* Update XFree86-4-clients, -Servers, and -libraries to 4.2.1.anholt2002-09-052-8/+15
| | | | | The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one).
* Fix the us_intl keymap.anholt2002-08-211-1/+1
| | | | | Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Obtained from: Andoni Zubimendi <andoni@lpsat.net>
* Add LIB_DEPENDS for freetype and libGLU, both of which are required to compile.anholt2002-08-211-1/+4
| | | | | XFree86-4-libraries (for GLU) is already depended on, but people upgrading from older X could miss the dependency.
* 1. Use XlcDL.c from X CVS to help people with Korean or Japanese XIM and GTK+anholt2002-08-051-1/+1
| | | | | | | | | | | | 2. Update PCI IDs and nv driver to include newer nv chipsets 3. Add SHM to XFree86's libc wrapper on bsd to help with nv binary drivers. 4. Fix mouse scrollwheels on -current (new gcc) Submitted by: [1] Hye-Shik Chang <perky@FreeBSD.org> [2] Chris Dillon <cdillon@wolves.k12.mo.us> [3] Matthew N. Dodd <mdodd@freebsd.org> [4] Ted Lindgreen <ted@sanne.nlnetlabs.nl> Approved by: mdodd
* gzip Wraphelp.c and put it in local_distfiles, to help users having troublesanholt2002-08-022-10/+10
| | | | | | | | downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS for font ports to catch new requirements as of 4.2.0. PR: 40362, 40759 Approved by: des (mentor)
* Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).anholt2002-07-182-37/+8
| | | | | | | Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des
* Take over maintainership of XFree86-4 ports. Add patches to fix libGLU onanholt2002-07-141-1/+2
| | | | | | | | -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)
* Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given thewill2002-03-201-1/+1
| | | | | | | | 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>
* Resurrect patch-startx which changes the default to turn off TCP listening,will2002-03-191-0/+1
| | | | | | | 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>
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradeswill2002-03-164-31/+74
| | | | | | | | | [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
* configure exits with error ifsf2002-01-061-15/+20
| | | | | | - USA_RESIDENT=YES and - imake-4 assumes HasXdmAuth=YES and - Wraphelp.c can't be found.
* move pre.mk inclusion to the bottom.sf2002-01-061-8/+6
|
* Fix long-standing bug of this ports: support HasXdmAuth correctly.sf2001-12-151-1/+1
| | | | | | | | | | | | | | | Previously, devel/imake-4 disables XDM-AUTHORIZATION-1 support whether HasXdmAuth is set to YES or NO if you don't have Wraphelp.c in local ${DISTDIR}. devel/imake-4: rip off meaningless existent check for Wraphelp.c. x11/XFree86-4-libraries: imake-4 change affects libXdmcp.a. ++REVISION. x11/XFree86-4-clients: xdm and chooser depends on libXdmcp.a. ++REVISION. x11-servers/XFree86-{Nest,Print,Server,VFB}: add Wraphelp.c retrieval code. depends on libXdmcp.a. ++REVISION. Reported by: Alan Eldridge <alane@geeksrus.net> Reviewed by: maintainer
* o sync with x11/XFree86-4sf2001-10-281-0/+1
| | | | | - startx -nolisten tcp by default. - set login.conf environment for xdm.
* Get rid of 'X11R6.4' from pkg-comment.sf2001-06-161-1/+1
| | | | XFree86-4.1.0 is based on X11R6.5.1.
* update to 4.1.0.sf2001-06-127-23/+44
| | | | | | get rid of version number from comments in Makefile, pkg-comment and pkg-descr. Reviewed by: maintainer
* o fix MASTER_SITE_SUBDIR.sf2001-03-291-2/+2
| | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
* update to 4.0.3.sf2001-03-257-152/+226
| | | | | | | | | | | o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith
* Add info about the availability of the complete distribution in one port.jmz2000-12-252-1/+6
| | | | | PR: ports/23330 Submitted by: Marc van Woerkom <Marc.vanWoerkom@science-factory.com>
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-081-1/+1
| | | | .) and other pkg variables if they are nearby.
* Make life of maintainers of various XFree ports a bit easier by movingsobomax2000-09-211-5/+2
| | | | | | | | | | | | | MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially announced by xfree http mirror. Following is the announcement. [20 September 2000] XFree86 nows offers http download access! This is a big story for those who cannot download via ftp access because of proxy/firewall concerns. This has been generously donated by the Computing Center of the University of Applied Sciences in Esslingen, Germany. This is a full ftp mirror repository which is updated hourly with a connection speed of 20 MegaBit.
* Remove HTML manpages, this is done from bsd.port.mk now.asami2000-09-131-97/+0
| | | | Approved by: maintainer
* Update to 4.0.1. Remove libraries from -clients. Try to extractasami2000-08-254-323/+302
| | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-5/+1
|
* Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrmasami2000-06-091-33/+15
| | | | | | | | | etc.) but I added five .o files to Server. When we move to these ports as default, BSD.x11.dist will be changed so we can get rid of all the @dirrm's. Submitted by: bento
* Split up XFree86-4 into several pieces. Pretty green, please test with care.asami2000-06-086-3316/+191
| | | | | Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
* Mark FORBIDDEN due to the root hole in the X server reported on Bugtraq.kris2000-04-301-0/+2
| | | | | I've tried *multiple* times to talk to an XFree86 developer about the problem, but they haven't deigned to respond to me.
* Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.jmz2000-04-161-0/+1
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-3/+2
|
* Compile the mouse driver even if the user choose to not build the serversjmz2000-03-241-2/+1
| | | | with extended input devices. Otherwise the build will fail.
* Remove support for building on a.out systems.jmz2000-03-221-23/+0
|
* Rename zh_TW.big5 to zh_TW.Big5,vanilla2000-03-201-2/+2
| | | | add some encoding map of Big5.
* xfree86.cdrom.com -> ftp.freesoftware.comasami2000-03-131-1/+1
|
* Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!asami2000-03-131-1/+2
|
* Fix typo (by me) and add manpage.asami2000-03-121-1/+2
| | | | Submitted by: jmz (maintainer)
* Add mouse driver.asami2000-03-122-1/+2
| | | | Submitted by: jmz (maintainer)
* Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (andjmz2000-03-116-507/+1213
| | | | | hence no corresponding PLISTs). Use at your own risk :-)
* Discourage the building of a.out libs in favour of the new XFree86-aoutlibsreg2000-03-072-0/+14
| | | | | | | | port. Minor PLIST fixes. Approved by: maintainer
* Update the XFree86 3.3.6 port to:jmz2000-02-103-1/+8
| | | | | | | | | | | - contain the released Rage128 patch (but unfortunately this does not solve all problems with this card under FreeBSD) - fix the release date "January 1999" --> "January 2000" - make it possible to build a package (PLIST problem: lib/X11/doc/BetaReport is not installed with 3.3.6) PR: ports/16626 Submitted by: Udo Schweigert <ust@cert.siemens.de>
OpenPOWER on IntegriCloud