aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server-snap
Commit message (Collapse)AuthorAgeFilesLines
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the argumentsSatoshi Asami2000-10-081-1/+1
| | | | | | | anyway but I'm giving it the requisite two arguments. Notes: svn path=/head/; revision=33568
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami2000-10-081-1/+1
| | | | | | | .) and other pkg variables if they are nearby. Notes: svn path=/head/; revision=33559
* Use MASTER_SITE_XFREE.Maxim Sobolev2000-09-211-5/+2
| | | | Notes: svn path=/head/; revision=32924
* Remove HTML manpages, this is done from bsd.port.mk now.Satoshi Asami2000-09-131-57/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32576
* Both of the below areSatoshi Asami2000-09-071-0/+9
| | | | | | | | | | | | | | | Submitted by: maintainer (1) Respect CFLAGS when compiling shared libraries and servers. (imake-4, XFree86-4-libraries) Reported by: asami (2) Do not redefine list of supported cards, and support architectures other than i386 better. (imake-4, XFree86-4-Server) Notes: svn path=/head/; revision=32360
* Oops, syntax error when !defined(BATCH) and !defined(PACKAGE_BUILDING).Satoshi Asami2000-08-251-2/+2
| | | | | | | | | Also change pre-fetch to pre-everything. Reported by: freshports Notes: svn path=/head/; revision=31963
* Update to 4.0.1. Remove libraries from -clients. Try to extractSatoshi Asami2000-08-254-52/+200
| | | | | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer Notes: svn path=/head/; revision=31962
* Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrmSatoshi Asami2000-06-091-0/+8
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29468
* Correct typoKris Kennaway2000-06-091-1/+1
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=29437
* Note the possible insecurity of this port.Kris Kennaway2000-06-092-0/+8
| | | | Notes: svn path=/head/; revision=29432
* Split up XFree86-4 into several pieces. Pretty green, please test with care.Satoshi Asami2000-06-086-3736/+117
| | | | | | | | Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer) Notes: svn path=/head/; revision=29389
* Mark FORBIDDEN due to the root hole in the X server reported on Bugtraq.Kris Kennaway2000-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. Notes: svn path=/head/; revision=28148
* Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.Jean-Marc Zucconi2000-04-161-0/+1
| | | | Notes: svn path=/head/; revision=27629
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+2
| | | | Notes: svn path=/head/; revision=27497
* Compile the mouse driver even if the user choose to not build the serversJean-Marc Zucconi2000-03-241-2/+1
| | | | | | | with extended input devices. Otherwise the build will fail. Notes: svn path=/head/; revision=27004
* Remove support for building on a.out systems.Jean-Marc Zucconi2000-03-221-23/+0
| | | | Notes: svn path=/head/; revision=26965
* Rename zh_TW.big5 to zh_TW.Big5,Vanilla I. Shu2000-03-201-2/+2
| | | | | | | add some encoding map of Big5. Notes: svn path=/head/; revision=26832
* xfree86.cdrom.com -> ftp.freesoftware.comSatoshi Asami2000-03-131-1/+1
| | | | Notes: svn path=/head/; revision=26793
* Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!Satoshi Asami2000-03-131-1/+2
| | | | Notes: svn path=/head/; revision=26792
* Fix typo (by me) and add manpage.Satoshi Asami2000-03-121-1/+2
| | | | | | | Submitted by: jmz (maintainer) Notes: svn path=/head/; revision=26779
* Add mouse driver.Satoshi Asami2000-03-122-1/+2
| | | | | | | Submitted by: jmz (maintainer) Notes: svn path=/head/; revision=26778
* Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (andJean-Marc Zucconi2000-03-116-507/+1213
| | | | | | | | hence no corresponding PLISTs). Use at your own risk :-) Notes: svn path=/head/; revision=26727
* Discourage the building of a.out libs in favour of the new XFree86-aoutlibsJeremy Lea2000-03-072-0/+14
| | | | | | | | | | | port. Minor PLIST fixes. Approved by: maintainer Notes: svn path=/head/; revision=26601
* Update the XFree86 3.3.6 port to:Jean-Marc Zucconi2000-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> Notes: svn path=/head/; revision=25645
* Enable building XF86Setup with tcl/tk 8.3Jean-Marc Zucconi2000-02-031-1/+6
| | | | | | | Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us> Notes: svn path=/head/; revision=25462
* When copying Wraphelp.c use tr -d '\r' instead of cp. Too many peopleJean-Marc Zucconi2000-01-171-1/+1
| | | | | | | get it transfered in ASCII mode. Notes: svn path=/head/; revision=24797
* Revert my previous commit. The problem is not with tcl/tk 8.2Jean-Marc Zucconi2000-01-161-2/+7
| | | | Notes: svn path=/head/; revision=24784
* Do not build XF86Setup with tcl/tk 8.2. It will not work.Jean-Marc Zucconi2000-01-161-7/+2
| | | | Notes: svn path=/head/; revision=24782
* There is a new library: XThrStubJean-Marc Zucconi2000-01-132-1/+3
| | | | Notes: svn path=/head/; revision=24698
* Disable the i860 driver. It does not compile.Jean-Marc Zucconi2000-01-121-1/+1
| | | | Notes: svn path=/head/; revision=24667
* Upgrade to version 3.3.6Jean-Marc Zucconi2000-01-121-13/+2
| | | | Notes: svn path=/head/; revision=24660
* Upgrade to version 3.3.6 (threads support is already included)Jean-Marc Zucconi2000-01-121-2/+2
| | | | Notes: svn path=/head/; revision=24658
* Upgrade to version 3.3.6Jean-Marc Zucconi2000-01-121-9/+9
| | | | Notes: svn path=/head/; revision=24657
* Remove the old KerberosIV stuff and PAM-ize.Mark Murray1999-12-242-46/+6
| | | | | | | OK'ed by: jmz Notes: svn path=/head/; revision=23998
* Add directives such as HasJpTk and HasJpTcl when compiling with japanese tcl/tkJean-Marc Zucconi1999-12-051-9/+35
| | | | | | | | PR: ports/12851 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=23607
* Allow building XF86Setp with japanese tcl/tkJean-Marc Zucconi1999-11-291-1/+11
| | | | | | | Submitted by: kiri@pis.toba-cmt.ac.jp Notes: svn path=/head/; revision=23502
* Unbreak.Jean-Marc Zucconi1999-11-241-5/+0
| | | | Notes: svn path=/head/; revision=23305
* Unbreak for pre-gcc 2.95 systemsJean-Marc Zucconi1999-11-231-1/+4
| | | | Notes: svn path=/head/; revision=23285
* Mark BROKEN, this defines putenv(), which has preprocessor #ifdef's wrappedBill Fumerola1999-11-161-0/+2
| | | | | | | around them, but they don't detect it (or we don't tell it what it wants to know. Notes: svn path=/head/; revision=23154
* Add support for threads (use at your own risk)Jean-Marc Zucconi1999-11-131-0/+11
| | | | | | | Submitted by: Carlos A M dos Santos <casantos@inf.ufrgs.br> Notes: svn path=/head/; revision=23050
* Turn off NO_PACKAGE for the Alpha. XFree86 is not yet providing us bitsDavid E. O'Brien1999-11-121-0/+2
| | | | | | | for that platform. Notes: svn path=/head/; revision=23049
* Pickup some missing files in PLIST.Steve Price1999-11-011-0/+12
| | | | | | | | PR: 13677 (7 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=22784
* Now that the port is no more marked broken, there is no need to include ↵Jean-Marc Zucconi1999-10-101-2/+0
| | | | | | | bsd.port.pre.mk Notes: svn path=/head/; revision=22306
* Unbreak for -current.Marcel Moolenaar1999-10-101-3/+0
| | | | Notes: svn path=/head/; revision=22303
* Mark BROKEN for -current (signal.h)Jean-Marc Zucconi1999-10-091-0/+5
| | | | Notes: svn path=/head/; revision=22268
* Use @exec/@unexec pairs for symlinks to directories. This should fixJean-Marc Zucconi1999-09-211-2/+4
| | | | | | | errors with pkg_delete. Notes: svn path=/head/; revision=21856
* Add support for tk8.2Justin M. Seger1999-09-071-1/+6
| | | | | | | Approved by: jmz Notes: svn path=/head/; revision=21376
* Remove an extra blank line that I introduced a couple of revs ago.Steve Price1999-09-061-1/+0
| | | | Notes: svn path=/head/; revision=21333
* Restore patches from rev. 1.18: add shlib minors to libraries with minors != 0Jean-Marc Zucconi1999-09-021-6/+6
| | | | | | | (necessary for FreeBSD 2.2.x) Notes: svn path=/head/; revision=21202
* Upgrade to 3.3.5Jean-Marc Zucconi1999-09-021-2/+7
| | | | | | | Allow compilation of XF86Setup with tcl/tk 8.1 Notes: svn path=/head/; revision=21187