aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86
Commit message (Collapse)AuthorAgeFilesLines
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-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-165-9/+1
|
* Compile in i810 graphics driver support (without AGP kernel support).ru2000-06-093-1/+13
| | | | | You will need the I810_UNSUPPORTED_GTT_FALLBACK environment variable for XF86_SVGA server to run.
* If we have tcl/tk, build XF86Setup. This makes the package work.msmith2000-05-191-0/+1
|
* Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.jmz2000-04-161-1/+2
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+2
|
* Add X symlink and file it points to (XF86_SVGA), some ports want to see ifasami2000-03-281-0/+2
| | | | | | the X server is there by doing a "test -f". Requested by: imura
* xfree86.cdrom.com -> ftp.freesoftware.comasami2000-03-131-2/+2
|
* Include libXThrStub.so on the Alpha package version.jkh2000-03-101-0/+2
|
* Discourage the building of a.out libs in favour of the new XFree86-aoutlibsreg2000-03-075-15/+16
| | | | | | | | port. Minor PLIST fixes. Approved by: maintainer
* In 4.0-current, there is a new czech locale, but appropriate line injmz2000-02-191-0/+11
| | | | | | | | locale.alias is missing. If this patch is not applied, X Window system will not understand czech locales. PR: ports/16777 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
* A better fix to the XF86Setup core dump problem: use /usr/bin/cpp insteadjmz2000-02-162-9/+13
| | | | | | | of /usr/libexec/cpp in config/cf/FreeBSD.cf (/usr/bin/cpp defines __FreeBSD__ wheras /usr/libexec/cpp does not) Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Update the XFree86 3.3.6 port to:jmz2000-02-106-3/+18
| | | | | | | | | | | - 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>
* Enable building XF86Setup with tcl/tk 8.3jmz2000-02-041-1/+6
| | | | Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* Add libXThrStubjmz2000-01-251-0/+2
|
* Allow sessreg to update /var/run/utmpjmz2000-01-241-0/+12
| | | | PR: ports/10945
* FreeBSD still supports the ru_SU locale, so there is no reason to exclude itjmz2000-01-231-0/+13
| | | | | | from X11. PR: ports/14955
* Unbreak XF86Setup. I am not sure of the correctness of the patch - I havejmz2000-01-191-0/+21
| | | | | | not tried to understand why it was broken. PR: ports/15341
* When copying Wraphelp.c use tr -d '\r' instead of cp. Too many peoplejmz2000-01-181-1/+1
| | | | get it transfered in ASCII mode.
* Revert my previous commit. The problem is not with tcl/tk 8.2jmz2000-01-171-2/+7
|
* Do not build XF86Setup with tcl/tk 8.2. It will not work.jmz2000-01-171-7/+2
|
* There is a new library: XThrStubjmz2000-01-132-1/+3
|
* Disable the i860 driver. It does not compile.jmz2000-01-121-1/+1
|
* Upgrade to version 3.3.6jmz2000-01-121-13/+2
|
* Upgrade to version 3.3.6jmz2000-01-1218-30/+856
| | | | | patch-4 has been split into several parts (patch-0?); one patch per modified file
* Upgrade to version 3.3.6 (threads support is already included)jmz2000-01-121-2/+2
|
* Upgrade to version 3.3.6jmz2000-01-121-9/+9
|
* Add missing libraries.asami1999-12-311-0/+2
|
* Remove the old KerberosIV stuff and PAM-ize.markm1999-12-253-46/+17
| | | | OK'ed by: jmz
* Add directives such as HasJpTk and HasJpTcl when compiling with japanese tcl/tkjmz1999-12-061-9/+35
| | | | | PR: ports/12851 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Add files specific to xf98 and remove their xf86 equivalent.jmz1999-12-061-4/+19
| | | | | PR: ports/12851 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Allow building XF86Setp with japanese tcl/tkjmz1999-11-301-1/+11
| | | | Submitted by: kiri@pis.toba-cmt.ac.jp
* Change Imake.tmpl and FreeBSD.cf. Imake programs will now use the systemjmz1999-11-251-0/+20
| | | | | | CFLAGS instead of the predefined default (-O2) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Unbreak.jmz1999-11-251-5/+0
|
* Unbreak for pre-gcc 2.95 systemsjmz1999-11-231-1/+4
|
* Mark BROKEN, this defines putenv(), which has preprocessor #ifdef's wrappedbillf1999-11-171-0/+2
| | | | around them, but they don't detect it (or we don't tell it what it wants to know.
* Add support for threads (use at your own risk)jmz1999-11-131-0/+11
| | | | Submitted by: Carlos A M dos Santos <casantos@inf.ufrgs.br>
* Turn off NO_PACKAGE for the Alpha. XFree86 is not yet providing us bitsobrien1999-11-131-0/+2
| | | | for that platform.
* Pickup some missing files in PLIST.steve1999-11-012-0/+19
| | | | | PR: 13677 (7 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Now that the port is no more marked broken, there is no need to include ↵jmz1999-10-111-2/+0
| | | | bsd.port.pre.mk
* Unbreak for -current.marcel1999-10-101-3/+0
|
* Mark BROKEN for -current (signal.h)jmz1999-10-091-0/+5
|
* Fix for problem with S3 Trio3D/2X chipset based video cards.jmz1999-10-061-0/+11
| | | | Submitted by: BoB Savage <bob@savage.kiev.ua>
* Remove trailing white spaces in xterm termcap.jmz1999-09-271-0/+19
| | | | Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* Add aout libs, they are needed by netscape. Run ldconfig twice,asami1999-09-241-3/+24
| | | | | | | | once for aout and once for elf. Add PEX fonts and cursor/fixed. Run mkfontdir on fonts/misc instead of packing fonts.dir (which will be incorrect since only two fonts are packed from misc). These are needed to run Xvfb.
* Use @exec/@unexec pairs for symlinks to directories. This should fixjmz1999-09-212-4/+8
| | | | errors with pkg_delete.
* Add Xvfb, we could use it to build packages.asami1999-09-211-0/+1
|
* Add support for tk8.2jseger1999-09-071-1/+6
| | | | Approved by: jmz
* Remove an extra blank line that I introduced a couple of revs ago.steve1999-09-071-1/+0
|
* Quick fix so this builds again on FreeBSD/Alpha.steve1999-09-061-0/+20
|
* Restore patches from rev. 1.18: add shlib minors to libraries with minors != 0jmz1999-09-031-6/+6
| | | | (necessary for FreeBSD 2.2.x)
* Upgrade to 3.3.5jmz1999-09-021-2/+7
| | | | Allow compilation of XF86Setup with tcl/tk 8.1
* Upgrade to 3.3.5jmz1999-09-022-11/+11
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* grep -> ${GREP}mharo1999-08-231-2/+2
| | | | | true -> ${TRUE} false -> ${FALSE}
* Link the greeting code in statically like we do on the i386 so that xdmsteve1999-08-022-2/+11
| | | | | | will work again on FreeBSD/Alpha. Reviewed by: gallatin
* Add Doug Rabson's patches for XFree86 on the FreeBSD/Alpha with minorsteve1999-07-274-2/+2714
| | | | | | | tweaks to the PLIST to accomodate the recent upgrade to 3.3.4. Submitted by: dfr Reviewed by: jmz (maintainer)
* Remove trailing whitespace.asami1999-07-231-4/+4
|
* Use ${OSVERSION} instead of uname.asami1999-07-212-2/+3
|
* Upgrade to 3.3.4jmz1999-07-216-45/+67
|
* Updated checksum.asami1999-05-311-1/+1
| | | | | PR: 11924 Submitted by: taguchi@tohoku.iij.ad.jp
* Add WWW:mharo1999-05-031-0/+2
|
* Back out two patches that were not intended for commit.asami1999-03-202-5/+2
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-082-2/+5
| | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :)
* Fix up MASTER_SITES:fenner1999-01-281-5/+5
| | | | | ftp.ibp.fr (no such host) -> ftp.lip6.fr ftp.uni-stuttgart.de (broken symlink) -> ftp.cs.tu-berlin.de
* Patches are included in the 3.3.3.1 patch file.jmz1999-01-121-12/+0
|
* Upgrade to 3.3.3.1jmz1999-01-122-2/+10
| | | | Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
* A stripped down version of PLIST to create a minimal tarball for buildingasami1998-12-281-0/+602
| | | | other packages. To be used in the scripts in ports/Tools.
* Add missing drivers: s3_virge, newmmio mmio_928 s3_generic,jmz1998-12-191-2/+7
| | | | | | neo cyrix rendition p9x00 spc8110 PR: ports/9114
* Fix for KOI8-R keyboard table (was replaced with 8859-5 one)ache1998-12-111-0/+12
| | | | Submitted by: David Dawes <dawes@rf900.physics.usyd.edu.au>
* Restore shlib minors != 0.asami1998-11-241-6/+6
|
* Typo (was making libX11.so symlink in two places).asami1998-11-241-2/+2
|
* Upgrade to 3.3.3jmz1998-11-245-80/+136
|
* Delete unnecessary files.kuriyama1998-11-151-14/+0
| | | | | Submitted by: nakaji@zeisei.dpri.kyoto-u.ac.jp (submitter of pc98 patch)
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-17/+20
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Add support for pc98 machinesjmz1998-10-271-10/+38
| | | | | PR: ports/8230 Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
* Add support for pc98 machinesjmz1998-10-271-0/+2655
| | | | PR: ports/8230
* Add support for pc98 machinesjmz1998-10-271-1/+5
| | | | | | PR: ports/8230 Reviewed by: jmz Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
* Fixes for Krb4.markm1998-09-231-8/+16
| | | | Reviewed by: Steve Price <sprice@hiwaay.net>
* Make lib*.so links in a.out case.asami1998-09-221-1/+15
|
* Convert to ELF. These changes are based on a recent threadsteve1998-09-213-5/+25
| | | | | | | | | | | on the -current mailing list and at least partial credit goes to the following people for this commit: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Ollivier Robert <roberto@keltia.freenix.fr> NOTE: Kerberos support has been temporarily turned off until someone can make it work.
* Add checksum for 3.3.2-patch3jmz1998-08-061-0/+1
|
* Add 3.3.2-patch3 to PATCHFILES.jmz1998-08-061-2/+2
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+4
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Don't propose to build with secure RPC on 2.x systems - this is a FreeBSD-3.xjmz1998-07-281-2/+3
| | | | feature.
* Upgrade to XFree86 3.3.2p2.cwt1998-07-031-0/+1
| | | | (sorry, I should hav batched these commits together better...)
* Upgrade to XFree86 3.3.2p2. If you have tcl/tk 8.0 on your system andcwt1998-07-031-2/+2
| | | | | | | 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
* This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes thejmz1998-05-062-1/+10
| | | | | | | | | | | | 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.
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Don't try to untar Wraphelp.c if USA_RESIDENT=NOjmz1998-04-041-1/+2
|
* Enable all sorts of useful security features:markm1998-03-193-20/+102
| | | | | | | | | | | | | | | 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
* Built XF86Setup only if tk4.2/tcl7.6 is there. Other versions do not seem tojmz1998-03-161-3/+4
| | | | work.
* Add a few files.jmz1998-03-091-0/+40
|
* Upgrade to version 3.3.2.jmz1998-03-093-22/+32
|
* Add NO_PACKAGE, we're not going to distribute packages for this as long asasami1997-12-041-1/+2
| | | | XFree86 is also doing so.
* Correctly put version info in tcl/tk libraries and header directories.asami1997-11-101-5/+13
| | | | | | | | 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
* Run ldconfig on shared libraries.asami1997-11-101-0/+1
|
* Adjust directory in MASTER_SITES.jmz1997-08-241-6/+6
|
* Upgrade to version 3.3.1jmz1997-08-242-6/+8
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* This is not necessary anymore, as all directories are pre-created byasami1997-07-141-5/+1
| | | | mtree (BSD.x11.dist).
* /bin/sh -> ${SH}max1997-07-141-2/+2
|
* Add another informative message: the VGA16 server is required when usingjmz1997-06-191-0/+4
| | | | XF86Setup to set the initial configuration.
* Force the compilation of the SVGA server in all cases: other servers sharejmz1997-06-131-1/+11
| | | | | files with this one (reported by ache). Issue a warning about XFSetup if libtk is not found.
* Add a few fonts.jmz1997-06-111-0/+20
|
* One of the distfiles (the fonts distribution) was for version 3.2jmz1997-06-102-3/+3
|
* Sort the @dirrm lines again. Delete duplicate (guess how I found it).asami1997-06-101-8/+7
|
* 'make package' is ok now.jmz1997-06-103-527/+633
|
* Upgrade to 3.3jmz1997-06-093-35/+12
| | | | Package not tested - I will upgrade PLIST later.
* Put distribution patches in a separate dir.asami1997-02-061-3/+3
|
* Add checksum for 3.2-fix-01jmz1997-02-051-0/+1
|
* PATCH_DIST_STRIP=-p1 is required for fix-01jmz1997-02-051-1/+2
|
* Fix a typo.jmz1997-02-031-1/+1
| | | | Submitted by: jhs
* There is a fix (3.2-fix-01) from XFree86.jmz1997-02-031-1/+8
| | | | I did not a make - this is untested!!
* Pre-create all necessary manpage and catpage directories.asami1997-01-081-2/+8
|
* Quick hack of KOI8-R locale to make it work: add ISO8859-1:GRache1996-12-251-4/+1
| | | | | | | | | 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.
* Add NO_PACKAGE reason (package available from XFree86).asami1996-12-071-2/+2
|
* ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.asami1996-12-031-2/+2
| | | | Hinted by: obrien
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toasami1996-11-301-2/+2
| | | | changes made in rev. 1.232 of bsd.port.mk.
* Remove the suid bit of SuperProbe.jmz1996-11-251-1/+2
| | | | | | According to Marc Slemko (marcs@alive.ampr.ab.ca) there are potential security holes in SuperProbe and it is not going to be setuid in the next release.
* Finish what the previous revision intended to do, i.e., copy Wraphelp.casami1996-11-161-2/+2
| | | | | | | from DISTDIR if found there, instead of looking for it in DISTDIR and copying it from X11FIXES (which is no longer defined). I guess it's impossible to test all cases for a port this size.
* Look for Wraphelp.c in $DISTDIRjmz1996-11-111-5/+5
| | | | Compile XF86Setup only if the static library libtk4[1234].a is available
* Master site path for xfree86.cdrom.com was incorrect (of all places :-)peter1996-11-101-2/+2
|
* Try to detect if tk4.x is present in /usr/local so that XF86Setup canjmz1996-11-101-0/+18
| | | | be compiled.
* Complete PLIST, as promised. Will also @dirrm everything except theasami1996-11-091-1/+2456
| | | | | toplevel directories (bin, include, lib, man) and major second levels ({include,lib}/X11, man/man[135]).
* Split out contrib part (is now x11/XFree86-contrib port). Make thisasami1996-11-092-28/+20
| | | | | | | | Makefile look like one for a regular port. Full PLIST will follow later, I'm doing a recompile now. Reviewed by: jmz
* No version number in COMMENT please!asami1996-11-081-1/+1
|
* Upgrade to version 3.2jmz1996-11-066-2330/+64
|
* Add missing entries.jmz1996-10-221-5/+17
| | | | Submitted by: jhs
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Add USE_X11 in Makefile, delete @cwd /usr/X11R6 from pkg/PLIST (thisasami1996-09-112-2/+2
| | | | | | one was ignored anyway). Problem reported by: Karl Denninger <karl@mcs.net>
* Fix a bug caused by a undefined variable in some cases.jmz1996-07-191-9/+15
| | | | Do not ask if Kerberos support is wanted when libkrb is not installed.
* Add fix-12, remove cfont312.tgzjmz1996-07-191-1/+1
|
* Remove duplicate code, use DIST_SUBDIR to specify where files have to go,jmz1996-07-191-8/+25
| | | | | merge Makefile and Makefile.ftp Submitted by: asami
* Oops, forget to add an option to not build russian fontsache1996-03-221-0/+1
|
* Remove obsoleted russian fontsache1996-03-221-5/+0
|
* Remove old version of cyrillic fontsache1996-03-221-70/+0
|
* The cpwh variable is not always defined and thus caused a syntax errorjmz1996-03-101-1/+1
| | | | (if [ != NO ])
* Assume X11_VIA_FTP=yes if one distribution file (xc-1.tar.gz) existsjmz1996-02-151-1/+15
| | | | closes PR ports/690
* 1) Remove -fno-strength-reduceache1996-02-131-4/+1
| | | | 2) Don't even ask for gnumalloc, because we have only fake one now
* /usr/ports/distfiles -> ${DISTDIR}jmz1996-01-161-2/+2
| | | | Submitted by: jhs
* Move the physical copy of Wraphelp.c to after link-farm creation.markm1995-11-231-2/+7
| | | | | This fixes the build for CDROM owners. Reviewed by: jmz
* ...just realized I was committing a binary file to CVS, ugh...redo uncompressedpst1995-11-081-1/+1
|
* Add optional support for enabling MIT's DES based authentication andpst1995-11-082-1/+68
| | | | | also rolled in Kerberos V4 support so xdm can aquire your tickets for you. Approved by: jmz & asami
* Update our port to XFree86-3.1.2-S, which has the security update frompst1995-11-051-7/+11
| | | | | the XFree86 group (which is their flavor of XC fix 13). Reviewed by: jmz
* Version number is 3.1.2, not 3.1.1!!!jmz1995-10-102-2/+2
| | | | Submitted by: Julian H. Stacey
* Add CATEGORIES=x11. If this is not in category x11, what elseasami1995-10-071-1/+2
| | | | can be?!? ;>
* Add -fno-strength-reduce to compilation flagsjmz1995-09-191-4/+5
| | | | Ask the user if he/she wants to use gnu malloc
* User input is now only required at the beginning of the script, patchesjmz1995-09-161-53/+100
| | | | | are done after the user configuration. Check if all files are present before building from CDROM
* Added cyrillic font files. I have not checked if this file is still correct.jmz1995-09-161-0/+70
|
* Upgrade to 3.1.2jmz1995-09-162-4/+5
|
* Add "CATEGORIES=x11". Boy, was I surprised to find this baby in theasami1995-08-231-1/+2
| | | | orphans dir!
* Addasami1995-06-242-1/+5
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
* Set DISTFILES so that the files will be checksum'ed (only with FTP build)jmz1995-06-171-1/+2
|
* Checksumjmz1995-06-171-0/+4
|
* Bug fixes for compilation from the O'Reilly and Associates CDROMjmz1995-05-172-22/+6
| | | | | Reviewed by: jmz Submitted by: Mark Murray <mark@grondar.za>
* Define NO_PACKAGE for now, we aren't building the package of this thingasami1995-05-131-1/+4
| | | | | yet. The user can define FORCE_PACKAGE if the package is really desired.
* Use 'do-install:' instead of 'install:'jmz1995-04-261-6/+8
| | | | Complain and fail if no build option is set.
* Fix a typojmz1995-04-231-1/+1
|
* Changes for the new bsd.port.mkjmz1995-04-231-16/+11
|
* Add the MAINTAINER line.jmz1995-04-131-1/+2
|
* Now the rest of the ports Makefiles....asami1995-04-131-0/+14
|
* The tarballs at xtp.x.org have been updated to patchlevel 11. So there isjmz1995-03-261-1/+1
| | | | no need to patch the distribution when X11_VIA_FTP=yes
* Here is a patch for XFree86 to allow the proud owner of "The X Companionjmz1995-03-242-6/+23
| | | | | | | CD for R6" from O'Reilly and Associates, Inc, to mount and compile X on this CD. I have tried to create this patch in such a way that if any other CD's come along, they can be kluged in too. Submitted by: Mark Murray <mark@grondar.za>
* Correct a typo which caused the W32 server always to be installedjmz1995-02-211-1/+1
|
* Makefiles have been simplified, and most of the work is now done injmz1995-02-172-13/+159
| | | | | | configure. In particular patches are now done by the script. The port is now interactive, (ask for servers to be build, if you want to build fonts, etc) This time I have build it (successfully) from a cdrom.
* Upgrade to XFree86-3.1.1jmz1995-02-105-166/+197
|
* removed a bad line in the scriptjmz1995-01-061-1/+1
|
* This is X11R6/XFree86 3.1jmz1995-01-055-0/+2135
The actual makefile does nothing! You have to edit it and remove a comment to build the beast. Note: there are in fact 2 makefiles: one which fetches the files from ftp.x.org and another which allows to compile from a cdrom. Note2: I have not extensively tested the port! (only one build!)