summaryrefslogtreecommitdiff
path: root/x11-servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A X True Type Font Server.Jun Kuriyama1998-08-114-0/+33
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12462
* Common files for X True Type Servers.Jun Kuriyama1998-08-1121-0/+1184
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12461
* A X True Type Server for W32 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12460
* A X True Type Server for VGA16 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12459
* A X True Type Server for SVGA Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12458
* A X True Type Server for S3V Graphics Boards.Jun Kuriyama1998-08-114-0/+32
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12457
* A X True Type Server for S3 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12456
* A X True Type Server for P9000 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12455
* A X True Type Server for Mono Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12454
* A X True Type Server for Mach8 Graphics Boards.Jun Kuriyama1998-08-114-0/+32
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12453
* A X True Type Server for Mach64 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12452
* A X True Type Server for Mach32 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12451
* A X True Type Server for AGX Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12450
* A X True Type Server for 8514 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12449
* A X True Type Server for I128 Graphics Boards.Jun Kuriyama1998-08-114-0/+30
| | | | | | | | PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=12448
* Add checksum for 3.3.2-patch3Jean-Marc Zucconi1998-08-062-0/+2
| | | | Notes: svn path=/head/; revision=12294
* Add 3.3.2-patch3 to PATCHFILES.Jean-Marc Zucconi1998-08-052-4/+4
| | | | Notes: svn path=/head/; revision=12292
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-052-4/+8
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Don't propose to build with secure RPC on 2.x systems - this is a FreeBSD-3.xJean-Marc Zucconi1998-07-272-4/+6
| | | | | | | feature. Notes: svn path=/head/; revision=12171
* Upgrade to XFree86 3.3.2p2.Chris Timmons1998-07-032-0/+2
| | | | | | | (sorry, I should hav batched these commits together better...) Notes: svn path=/head/; revision=11677
* Upgrade to XFree86 3.3.2p2. If you have tcl/tk 8.0 on your system andChris Timmons1998-07-032-4/+4
| | | | | | | | | | haven't rebuilt it in a while, make sure libtcl80.a and libtk80.a have been ranlib-ed, else your build of XFree86 will choke. OK'd by jmz Notes: svn path=/head/; revision=11676
* This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes theJean-Marc Zucconi1998-05-054-2/+20
| | | | | | | | | | | | | | | following problems: - xterm utmp handling problem. - exploitable buffer overflows in xterm related to the preeditType, inputMethod and *Keymap resources. - fix xterm's mishandling of the -vb command line option. - fix an invisible cursor problem with xterm. - exploitable buffer overflows in setuid programs using the Xaw library which are related to the preeditType and inputMethod resources. Notes: svn path=/head/; revision=10866
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-052-0/+2
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Don't try to untar Wraphelp.c if USA_RESIDENT=NOJean-Marc Zucconi1998-04-032-2/+4
| | | | Notes: svn path=/head/; revision=10405
* Enable all sorts of useful security features:Mark Murray1998-03-196-40/+204
| | | | | | | | | | | | | | | | | | o XDM-AUTHORIZATION-1 is more automated for the non-USA case. o PST's KerberosIV patches are reinstated for XDM. This is NOT a full-blown KerberosIV implementation for X - this will just get you a TGT when you log in - THATS ALL! o Enable compilation of SecureRPC. The use of SecureRPC at the moment is frought with danger! I have no idea how safe or good the implementation is. Enable at your own peril!! (Secure RPC is only available for those folk using 3.0-Current). Also allow XF86Setup to use TK-8.0. OK'ed By: JMZ Notes: svn path=/head/; revision=10228
* Built XF86Setup only if tk4.2/tcl7.6 is there. Other versions do not seem toJean-Marc Zucconi1998-03-152-6/+8
| | | | | | | work. Notes: svn path=/head/; revision=10164
* Add a few files.Jean-Marc Zucconi1998-03-092-0/+80
| | | | Notes: svn path=/head/; revision=10077
* Upgrade to version 3.3.2.Jean-Marc Zucconi1998-03-086-44/+64
| | | | Notes: svn path=/head/; revision=10075
* Add NO_PACKAGE, we're not going to distribute packages for this as long asSatoshi Asami1997-12-042-2/+4
| | | | | | | XFree86 is also doing so. Notes: svn path=/head/; revision=8982
* Correctly put version info in tcl/tk libraries and header directories.Satoshi Asami1997-11-102-10/+26
| | | | | | | | | | | Since tk-4.x ends at 4.2, remove check for tk-4.3 and tk-4.4. This should at least make it work for 75/41 and 76/42. Others are encouraged to add support for 80/80. (fixes) PR: 4965 Notes: svn path=/head/; revision=8568
* Run ldconfig on shared libraries.Satoshi Asami1997-11-102-0/+2
| | | | Notes: svn path=/head/; revision=8567
* Adjust directory in MASTER_SITES.Jean-Marc Zucconi1997-08-232-12/+12
| | | | Notes: svn path=/head/; revision=7664
* Upgrade to version 3.3.1Jean-Marc Zucconi1997-08-234-12/+16
| | | | Notes: svn path=/head/; revision=7663
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-172-4/+4
| | | | Notes: svn path=/head/; revision=7360
* This is not necessary anymore, as all directories are pre-created bySatoshi Asami1997-07-142-10/+2
| | | | | | | mtree (BSD.x11.dist). Notes: svn path=/head/; revision=7306
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-132-4/+4
| | | | Notes: svn path=/head/; revision=7303
* Add another informative message: the VGA16 server is required when usingJean-Marc Zucconi1997-06-182-0/+8
| | | | | | | XF86Setup to set the initial configuration. Notes: svn path=/head/; revision=7001
* Force the compilation of the SVGA server in all cases: other servers shareJean-Marc Zucconi1997-06-132-2/+22
| | | | | | | | files with this one (reported by ache). Issue a warning about XFSetup if libtk is not found. Notes: svn path=/head/; revision=6907
* Add a few fonts.Jean-Marc Zucconi1997-06-102-0/+40
| | | | Notes: svn path=/head/; revision=6853
* One of the distfiles (the fonts distribution) was for version 3.2Jean-Marc Zucconi1997-06-104-6/+6
| | | | Notes: svn path=/head/; revision=6849
* Sort the @dirrm lines again. Delete duplicate (guess how I found it).Satoshi Asami1997-06-102-16/+14
| | | | Notes: svn path=/head/; revision=6831
* 'make package' is ok now.Jean-Marc Zucconi1997-06-096-1054/+1266
| | | | Notes: svn path=/head/; revision=6824
* Upgrade to 3.3Jean-Marc Zucconi1997-06-096-70/+24
| | | | | | | Package not tested - I will upgrade PLIST later. Notes: svn path=/head/; revision=6815
* Put distribution patches in a separate dir.Satoshi Asami1997-02-062-6/+6
| | | | Notes: svn path=/head/; revision=5547
* Add checksum for 3.2-fix-01Jean-Marc Zucconi1997-02-052-0/+2
| | | | Notes: svn path=/head/; revision=5532
* PATCH_DIST_STRIP=-p1 is required for fix-01Jean-Marc Zucconi1997-02-052-2/+4
| | | | Notes: svn path=/head/; revision=5531
* Fix a typo.Jean-Marc Zucconi1997-02-022-2/+2
| | | | | | | Submitted by: jhs Notes: svn path=/head/; revision=5503
* There is a fix (3.2-fix-01) from XFree86.Jean-Marc Zucconi1997-02-022-2/+16
| | | | | | | I did not a make - this is untested!! Notes: svn path=/head/; revision=5502
* Pre-create all necessary manpage and catpage directories.Satoshi Asami1997-01-082-4/+16
| | | | Notes: svn path=/head/; revision=5264
* Quick hack of KOI8-R locale to make it work: add ISO8859-1:GRAndrey A. Chernov1996-12-252-8/+2
| | | | | | | | | | | | also it is not true. ISO8859-1:GR _always_ searched for pressed 8bit key independently of locale information, so only ISO8859-1 locales really works. Remove NO_PACKAGE, because XFree distributed package not have this fixes. Notes: svn path=/head/; revision=5086