Commit graph

302 commits

Author SHA1 Message Date
Eric Anholt
21aa2d1516 gzip Wraphelp.c and put it in local_distfiles, to help users having troubles
downloading it.  Move freebsd-glide3headers there too.  Update BUILD_DEPENDS
for font ports to catch new requirements as of 4.2.0.

PR:		40362, 40759
Approved by:	des (mentor)
2002-08-02 02:57:26 +00:00
Eric Anholt
79d4b57209 Change email to anholt@freebsd.org and move local distfiles.
Approved by:	des
2002-07-30 21:04:00 +00:00
Eric Anholt
a5596482c6 Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).
Clean up Wraphelp.c inclusion in the ports that need it.
Add USE_PERL5 to imake-4.

Approved by:	des
2002-07-18 20:30:22 +00:00
Eric Anholt
6ef550dcec Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on
-current, fix the DRI with Wine, update the config files for the X ports, and
fix many of them to allow continuing of the X build after interruption (it
used to clean and rebuild).

Approved by:	will, des (mentor)
2002-07-14 20:26:33 +00:00
David E. O'Brien
8ff4eda1d0 FreeBSD'ize the XFree86 v4 server configuration programs.
Sponsored by:	FreeBSD Mall, Inc.
2002-06-09 02:21:26 +00:00
Will Andrews
0f3def8589 Add runtime dependency on default font bitmaps so this works OOB. Bump
PORTREVISION to include package change.

Submitted by:	mbr
2002-06-07 13:55:51 +00:00
Eric Anholt
69705aa89e Take maintainership of glide3, update to a more recent CVS snapshot,
fix automake troubles, include patches for several bugs.

Reviewed by:	des
Approved by:	portmgr
2002-06-07 06:12:02 +00:00
Kris Kennaway
de27e60460 BROKEN: Does not build 2002-05-18 02:44:49 +00:00
Kris Kennaway
56d2573d7a Chase location of freetype1 includes to unbreak build. This fixes the
29 xtt packages.
2002-04-27 08:48:15 +00:00
Jimmy Olgeni
1fea08b960 Fix typo (it's -> its). 2002-04-14 10:36:58 +00:00
Will Andrews
ab86baa5a0 Update to always compile DRI on i386 machines, including 3dfx support.
/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>
2002-04-02 02:03:31 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +00:00
Kris Kennaway
0c2567adeb BROKEN: does not build 2002-03-25 02:06:53 +00:00
Will Andrews
4b15967b61 Fix alpha package -- some files are not installed when MACHINE_ARCH=alpha.
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
2002-03-19 18:22:49 +00:00
Andrew Gallatin
4df7061d04 Tweaks to get this compiling on alpha:
- 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
2002-03-19 14:24:07 +00:00
Will Andrews
3d6a8dedf3 More cosmetic fixes:
[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.
2002-03-18 00:52:04 +00:00
Will Andrews
eedd174076 [1] Update MGA HAL drivers for XFree86 4.2.0.
[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>
2002-03-17 23:03:28 +00:00
Will Andrews
92becb4baf XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[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
2002-03-16 23:40:19 +00:00
Maxim Sobolev
d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00
Akinori MUSHA
a80f0bd0dd Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.
2002-01-29 12:14:18 +00:00
Patrick Li
5699967c67 Pass maintainership to submitter
PR:		33633
Submitted by:	Christopher Elkins <chrise@scardini.com>
2002-01-09 02:11:49 +00:00
FUJISHIMA Satsuki
636195b82c sync with XFree86-4
- Fix a flickering LCD problem with i815 chipset.
2002-01-07 19:51:22 +00:00
FUJISHIMA Satsuki
2fceaeca3d configure exits with error if
- USA_RESIDENT=YES and
 - imake-4 assumes HasXdmAuth=YES and
 - Wraphelp.c can't be found.
2002-01-06 20:55:22 +00:00
FUJISHIMA Satsuki
9450c9b68c o pre-fetch: -> pre-everything::
o ECHO -> ECHO_MSG
o add comments.
2002-01-06 20:51:08 +00:00
FUJISHIMA Satsuki
eea213ffdb xfs does not have connection with Wraphelp.c 2002-01-06 20:33:54 +00:00
FUJISHIMA Satsuki
996af557f2 pass HasXdmAuth to configure script. 2002-01-06 20:26:43 +00:00
FUJISHIMA Satsuki
4fdfb86a1c remove redundant definition. 2002-01-06 20:20:42 +00:00
FUJISHIMA Satsuki
6a7dedd842 sync with x11/XFree86-4
- support ATI XPERT 128.
2002-01-05 20:47:49 +00:00
Ade Lovett
7aa4632720 Update to 1.31, relinquish maintainership, since I don't have windows boxes
to look after any more :)

PR:		33561
Submitted by:	Christopher Elkins <chrise@scardini.com>
2002-01-05 17:32:15 +00:00
FUJISHIMA Satsuki
fcbb73383e Fix last commit; unbreak WITH_MATROX_GXX_DRIVER. 2001-12-16 14:53:50 +00:00
Steve Price
0fa991a971 Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target
and version 1.4 doesn't appear to work for this port.
2001-12-15 22:18:30 +00:00
Satoshi Asami
e733ddb290 Make pre-fetch in line 161 (one colon) consistent with others (two colons).
Reported by:	bento
2001-12-15 17:55:48 +00:00
FUJISHIMA Satsuki
bfadd1fd9b Fix long-standing bug of this ports: support HasXdmAuth correctly.
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
2001-12-15 02:58:35 +00:00
FUJISHIMA Satsuki
fe3c793e06 o sync with x11/XFree86-4
- re-enable DRI support.
 - fix radeon DRI module.

o add support for Matrox MGA GXX drivers and G550 identifier.
2001-10-20 05:25:20 +00:00
FUJISHIMA Satsuki
72ab35fd4d sync with x11/XFree86-4. 2001-09-01 12:05:00 +00:00
FUJISHIMA Satsuki
a98a478fc6 Get rid of 'X11R6.4' from pkg-comment.
XFree86-4.1.0 is based on X11R6.5.1.
2001-06-16 20:17:49 +00:00
Ade Lovett
e11850b412 Change ${RM} to ${RM} -f in post-build, otherwise things stop
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
2001-06-14 17:54:05 +00:00
FUJISHIMA Satsuki
394b2db0bd display PKGMESSAGE correctly. 2001-06-12 16:08:20 +00:00
FUJISHIMA Satsuki
1e40b0ac18 fix typo to unbreak Alpha arch. 2001-06-12 15:20:58 +00:00
FUJISHIMA Satsuki
73a6d7be17 update to 4.1.0.
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
2001-06-12 15:01:11 +00:00
FUJISHIMA Satsuki
6b65c8d4e7 Chase checksum of xc/mga-1_2_0beta.tgz.
Obtained from: x11/XFree86-4
2001-06-01 15:42:07 +00:00
FUJISHIMA Satsuki
b74a3e0a3b @dirrm DRI module directory which is not made by mtree.
This can be changed in the future.
2001-04-13 19:34:54 +00:00
FUJISHIMA Satsuki
b414ba91dd sync up with x11/XFree86-4.
o build DRI kernel modules.
o add option to build Matrox G200/G400/G450 beta drivers.

Submitted by:	Stijn Hoop <stijn@win.tue.nl>
2001-04-12 14:26:00 +00:00
Ade Lovett
7a9ce12ad1 Update to 1.2
Requested by:	Steve Dobbs <Steve.Dobbs@networktelephone.net>
2001-04-05 15:34:51 +00:00
Nick Sayer
41c6552672 As the last act in perhaps the briefest MAINTAINER role ever, release
this port since I don't actually have a tdfx card to test with anymore.
2001-04-05 03:25:52 +00:00
Nick Sayer
a946354ccf Add WWW 2001-04-01 16:41:30 +00:00
Nick Sayer
9d49968574 glide3 port. Most of the credit goes to Eric Anholt.
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.
2001-04-01 03:38:41 +00:00
FUJISHIMA Satsuki
10427f3863 o fix MASTER_SITE_SUBDIR.
o unbreak -clients when USA_RESIDENT does not set.

Submitted by:	Mori Kouji <mori@tri.asanuma.co.jp>
2001-03-29 12:04:27 +00:00
FUJISHIMA Satsuki
984a75e189 update to 4.0.3.
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
2001-03-25 23:04:52 +00:00
Jimmy Olgeni
ffaff2994b Convert more spaces into tabs in ports/x11-servers. 2001-02-05 21:09:10 +00:00