summaryrefslogtreecommitdiffstats
path: root/x11-servers
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* Chase location of freetype1 includes to unbreak build. This fixes thekris2002-04-272-0/+22
| | | | 29 xtt packages.
* Fix typo (it's -> its).olgeni2002-04-141-1/+1
|
* Update to always compile DRI on i386 machines, including 3dfx support.will2002-04-028-60/+38
| | | | | | | | /sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* BROKEN: does not buildkris2002-03-251-0/+2
|
* Fix alpha package -- some files are not installed when MACHINE_ARCH=alpha.will2002-03-194-8/+24
| | | | | | | | | No PORTREVISION bump -- package for alpha didn't build last time and for all other arches nothing changes. Tested on i386 only. This also fixes the logic error which added MATROX files to pkg-plist if BuildXF86DRI was set to NO. Submitted by: gallatin
* Tweaks to get this compiling on alpha:gallatin2002-03-192-2/+14
| | | | | | | | | - Disable the building of DRI (as it only works on x86) - Ensure that HaveMatroxHal is defined to a valid value when DRI is not built, otherwise imake complains about a syntax error when it encounters HaveMatroxHal in the mga driver Imakefile reviewed by: will
* More cosmetic fixes:will2002-03-182-10/+16
| | | | | | [1] Move warning about Matrox HAL drivers to pre-everything target, so the user gets the warning whether or not they enable the driver. [2] Tag Matrox-specific master sites and distfile.
* [1] Update MGA HAL drivers for XFree86 4.2.0.will2002-03-176-18/+34
| | | | | | | | [2] If WITH_MATROX_GXX_DRIVER defined, bump PORTREVISION to preserve the upgrade path for users who already have 4.2.0 but not this. [3] Cosmetic cleanups. Submitted by: [1] Glenn Johnson <glennpj@charter.net>
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradeswill2002-03-1616-130/+111
| | | | | | | | | [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
* Adjust in accordance with the new location of freetype1 includessobomax2002-03-141-1/+1
| | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-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 submitterpat2002-01-091-1/+1
| | | | | PR: 33633 Submitted by: Christopher Elkins <chrise@scardini.com>
* sync with XFree86-4sf2002-01-072-2/+2
| | | | - Fix a flickering LCD problem with i815 chipset.
* configure exits with error ifsf2002-01-065-66/+100
| | | | | | - USA_RESIDENT=YES and - imake-4 assumes HasXdmAuth=YES and - Wraphelp.c can't be found.
* o pre-fetch: -> pre-everything::sf2002-01-065-25/+20
| | | | | o ECHO -> ECHO_MSG o add comments.
* xfs does not have connection with Wraphelp.csf2002-01-061-22/+1
|
* pass HasXdmAuth to configure script.sf2002-01-063-0/+3
|
* remove redundant definition.sf2002-01-062-4/+0
|
* sync with x11/XFree86-4sf2002-01-052-2/+2
| | | | - support ATI XPERT 128.
* Update to 1.31, relinquish maintainership, since I don't have windows boxesade2002-01-052-3/+3
| | | | | | | to look after any more :) PR: 33561 Submitted by: Christopher Elkins <chrise@scardini.com>
* Fix last commit; unbreak WITH_MATROX_GXX_DRIVER.sf2001-12-162-2/+4
|
* Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch targetsteve2001-12-151-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).asami2001-12-152-2/+2
| | | | Reported by: bento
* Fix long-standing bug of this ports: support HasXdmAuth correctly.sf2001-12-1510-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-4sf2001-10-206-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.sf2001-09-013-0/+3
|
* Get rid of 'X11R6.4' from pkg-comment.sf2001-06-166-6/+6
| | | | XFree86-4.1.0 is based on X11R6.5.1.
* Change ${RM} to ${RM} -f in post-build, otherwise things stopade2001-06-142-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.sf2001-06-122-8/+16
|
* fix typo to unbreak Alpha arch.sf2001-06-122-2/+2
|
* update to 4.1.0.sf2001-06-1230-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.sf2001-06-012-2/+2
| | | | Obtained from: x11/XFree86-4
* @dirrm DRI module directory which is not made by mtree.sf2001-04-132-0/+2
| | | | This can be changed in the future.
* sync up with x11/XFree86-4.sf2001-04-1210-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.2ade2001-04-052-5/+3
| | | | Requested by: Steve Dobbs <Steve.Dobbs@networktelephone.net>
* As the last act in perhaps the briefest MAINTAINER role ever, releasensayer2001-04-051-1/+1
| | | | this port since I don't actually have a tdfx card to test with anymore.
* Add WWWnsayer2001-04-011-0/+2
|
* glide3 port. Most of the credit goes to Eric Anholt.nsayer2001-04-016-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.sf2001-03-296-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.sf2001-03-2520-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.olgeni2001-02-0529-29/+29
|
* Remove blank line from files/patch-ad to make portlint happy.olgeni2001-02-041-1/+0
|
* Use proper capitalization (freebsd.org -> FreeBSD.org)olgeni2001-01-241-1/+1
| | | | Noted by: sobomax
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)olgeni2001-01-241-1/+1
|
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-162-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 severalknu2000-12-267-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:ade2000-11-186-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>.sobomax2000-11-161-3/+3
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
OpenPOWER on IntegriCloud