Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | Akinori MUSHA | 2002-01-29 | 1 | -1/+1 |
| | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. | ||||
* | Pass maintainership to submitter | Patrick Li | 2002-01-09 | 1 | -1/+1 |
| | | | | | PR: 33633 Submitted by: Christopher Elkins <chrise@scardini.com> | ||||
* | sync with XFree86-4 | FUJISHIMA Satsuki | 2002-01-07 | 2 | -2/+2 |
| | | | | - Fix a flickering LCD problem with i815 chipset. | ||||
* | configure exits with error if | FUJISHIMA Satsuki | 2002-01-06 | 5 | -66/+100 |
| | | | | | | - USA_RESIDENT=YES and - imake-4 assumes HasXdmAuth=YES and - Wraphelp.c can't be found. | ||||
* | o pre-fetch: -> pre-everything:: | FUJISHIMA Satsuki | 2002-01-06 | 5 | -25/+20 |
| | | | | | o ECHO -> ECHO_MSG o add comments. | ||||
* | xfs does not have connection with Wraphelp.c | FUJISHIMA Satsuki | 2002-01-06 | 1 | -22/+1 |
| | |||||
* | pass HasXdmAuth to configure script. | FUJISHIMA Satsuki | 2002-01-06 | 3 | -0/+3 |
| | |||||
* | remove redundant definition. | FUJISHIMA Satsuki | 2002-01-06 | 2 | -4/+0 |
| | |||||
* | sync with x11/XFree86-4 | FUJISHIMA Satsuki | 2002-01-05 | 2 | -2/+2 |
| | | | | - support ATI XPERT 128. | ||||
* | Update to 1.31, relinquish maintainership, since I don't have windows boxes | Ade Lovett | 2002-01-05 | 2 | -3/+3 |
| | | | | | | | to look after any more :) PR: 33561 Submitted by: Christopher Elkins <chrise@scardini.com> | ||||
* | Fix last commit; unbreak WITH_MATROX_GXX_DRIVER. | FUJISHIMA Satsuki | 2001-12-16 | 2 | -2/+4 |
| | |||||
* | Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target | Steve Price | 2001-12-15 | 1 | -1/+1 |
| | | | | and version 1.4 doesn't appear to work for this port. | ||||
* | Make pre-fetch in line 161 (one colon) consistent with others (two colons). | Satoshi Asami | 2001-12-15 | 2 | -2/+2 |
| | | | | Reported by: bento | ||||
* | Fix long-standing bug of this ports: support HasXdmAuth correctly. | FUJISHIMA Satsuki | 2001-12-15 | 10 | -0/+93 |
| | | | | | | | | | | | | | | | 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-4 | FUJISHIMA Satsuki | 2001-10-20 | 6 | -68/+62 |
| | | | | | | | - re-enable DRI support. - fix radeon DRI module. o add support for Matrox MGA GXX drivers and G550 identifier. | ||||
* | sync with x11/XFree86-4. | FUJISHIMA Satsuki | 2001-09-01 | 3 | -0/+3 |
| | |||||
* | Get rid of 'X11R6.4' from pkg-comment. | FUJISHIMA Satsuki | 2001-06-16 | 6 | -6/+6 |
| | | | | XFree86-4.1.0 is based on X11R6.5.1. | ||||
* | Change ${RM} to ${RM} -f in post-build, otherwise things stop | Ade Lovett | 2001-06-14 | 2 | -2/+2 |
| | | | | | | | right at the end of the build process with a complaint that it can't remove a non-existent file. Submitted by: my fledgling XFree86-4 metaport | ||||
* | display PKGMESSAGE correctly. | FUJISHIMA Satsuki | 2001-06-12 | 2 | -8/+16 |
| | |||||
* | fix typo to unbreak Alpha arch. | FUJISHIMA Satsuki | 2001-06-12 | 2 | -2/+2 |
| | |||||
* | update to 4.1.0. | FUJISHIMA Satsuki | 2001-06-12 | 30 | -124/+130 |
| | | | | | | | | get rid of version number from comments in Makefile, pkg-comment and pkg-descr. note: DRI modules would not build. They are borken for FreeBSD. Reviewed by: maintainer | ||||
* | Chase checksum of xc/mga-1_2_0beta.tgz. | FUJISHIMA Satsuki | 2001-06-01 | 2 | -2/+2 |
| | | | | Obtained from: x11/XFree86-4 | ||||
* | @dirrm DRI module directory which is not made by mtree. | FUJISHIMA Satsuki | 2001-04-13 | 2 | -0/+2 |
| | | | | This can be changed in the future. | ||||
* | sync up with x11/XFree86-4. | FUJISHIMA Satsuki | 2001-04-12 | 10 | -62/+180 |
| | | | | | | | o build DRI kernel modules. o add option to build Matrox G200/G400/G450 beta drivers. Submitted by: Stijn Hoop <stijn@win.tue.nl> | ||||
* | Update to 1.2 | Ade Lovett | 2001-04-05 | 2 | -5/+3 |
| | | | | Requested by: Steve Dobbs <Steve.Dobbs@networktelephone.net> | ||||
* | As the last act in perhaps the briefest MAINTAINER role ever, release | Nick Sayer | 2001-04-05 | 1 | -1/+1 |
| | | | | this port since I don't actually have a tdfx card to test with anymore. | ||||
* | Add WWW | Nick Sayer | 2001-04-01 | 1 | -0/+2 |
| | |||||
* | glide3 port. Most of the credit goes to Eric Anholt. | Nick Sayer | 2001-04-01 | 6 | -0/+99 |
| | | | | | This makes a library good enough to be able to make the XFree86-4 port's lib/modules/dri/tdfx_dri.so, which is enough to enable DRI on 3dfx cards. | ||||
* | o fix MASTER_SITE_SUBDIR. | FUJISHIMA Satsuki | 2001-03-29 | 6 | -6/+6 |
| | | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> | ||||
* | update to 4.0.3. | FUJISHIMA Satsuki | 2001-03-25 | 20 | -292/+393 |
| | | | | | | | | | | | 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 | ||||
* | Convert more spaces into tabs in ports/x11-servers. | Jimmy Olgeni | 2001-02-05 | 29 | -29/+29 |
| | |||||
* | Remove blank line from files/patch-ad to make portlint happy. | Jimmy Olgeni | 2001-02-04 | 1 | -1/+0 |
| | |||||
* | Use proper capitalization (freebsd.org -> FreeBSD.org) | Jimmy Olgeni | 2001-01-24 | 1 | -1/+1 |
| | | | | Noted by: sobomax | ||||
* | Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org) | Jimmy Olgeni | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in | Will Andrews | 2001-01-16 | 2 | -11/+5 |
| | | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution. | ||||
* | Merge the patches that were added to x11/XFree86 in these several | Akinori MUSHA | 2000-12-26 | 7 | -5/+318 |
| | | | | | | | months. This should fix the build on 5-CURRENT and help some video chips. See x11/XFree86's history for details. Approved by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> (MAINTAINER) | ||||
* | A whole bunch of updates from the new maintainer: | Ade Lovett | 2000-11-18 | 6 | -8/+134 |
| | | | | | | | | | | | * install startup file * create TrueType directory * add new --notcp option (from ports/21957) and document it See PR for complete details PR: 22946 Submitted by: maintainer | ||||
* | Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>. | Maxim Sobolev | 2000-11-16 | 1 | -3/+3 |
| | | | | Submitted by: Jimmy Olgeni <olgeni@uli.it> | ||||
* | Comment out whole pre-everything: target that doesn't do anything now, | Satoshi Asami | 2000-11-03 | 2 | -6/+6 |
| | | | | | | it gets "Inconsistent operator for pre-everything" error on some systems. Reported by: "Dan Langille" <dan@langille.org> | ||||
* | Change wrapper dependency -- depend on wrapper from XFree86-4-Server. Don't | Satoshi Asami | 2000-11-03 | 4 | -8/+22 |
| | | | | | | install server with setuid bit. Various fixed from XFree86-4 port. Submitted by: taguchi@tohoku.iij.ad.jp (XFree86-4-* maintainer) | ||||
* | Reassign maintainership to ports@FreeBSD.org to make clear that new maintainer | Maxim Sobolev | 2000-11-02 | 1 | -1/+1 |
| | | | | | | wanted. Submitted by: previous maintainer | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | Satoshi Asami | 2000-10-08 | 29 | -29/+29 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | ${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the arguments | Satoshi Asami | 2000-10-08 | 2 | -2/+2 |
| | | | | anyway but I'm giving it the requisite two arguments. | ||||
* | Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to | Satoshi Asami | 2000-10-08 | 7 | -7/+7 |
| | | | | .) and other pkg variables if they are nearby. | ||||
* | Correct CATEGORIES - make first category in the CATEGORIES list matching parent | Maxim Sobolev | 2000-10-04 | 3 | -3/+3 |
| | | | | directory. | ||||
* | Take out @dirrm of lib/modules/codeconv -- this directory exists in | Satoshi Asami | 2000-09-24 | 1 | -1/+0 |
| | | | | | | BSD.x11-4.dist. Submitted by: onigiri | ||||
* | Don't install imake config files which will overwrite XFree86 versions | Satoshi Asami | 2000-09-22 | 2 | -6/+15 |
| | | | | | | and will thus screw up XFree86 when you pkg_delete this port. Submitted by: reg | ||||
* | Use MASTER_SITE_XFREE. | Maxim Sobolev | 2000-09-21 | 7 | -32/+14 |
| | |||||
* | Remove HTML manpages, this is done from bsd.port.mk now. | Satoshi Asami | 2000-09-13 | 6 | -122/+1 |
| | | | | Approved by: maintainer | ||||
* | Don't leave the bin/X symlink dangling around if we can't find an | Satoshi Asami | 2000-09-13 | 28 | -28/+28 |
| | | | | | | | appropriate server to point to. Submitted by: imura Approved by: maintainer |