1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

158 Commits

Author SHA1 Message Date
Dejan Lesjak
dc7e6d654e Make meta-port install everything that comes with XFree86 distribution.
Approved by:	anholt (mentor)
2004-08-23 11:19:56 +00:00
Joe Marcus Clarke
42c2cdc260 Update XFree86 clients to 4.4 release. Release notes are available at
http://www.xfree86.org/4.4.0/RELNOTES.html

PR:		ports/67733 imake
		ports/67508 libraries
		ports/67510 clients
		ports/67513 server
		ports/67776 100dpi fonts
		ports/67777 75dpi fonts
		ports/67778 cyrillic fonts
		ports/67779 default bitmap fonts
		ports/67781 font encodings
		ports/67783 scalable fonts
		ports/67784 font server
		ports/67785 XFree86 meta-port
		ports/67775 documents
		ports/67786 manpages
		ports/67787 nest server
		ports/67788 print server
		ports/67789 virtual framebuffer server
		ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files)
		ports/44252 (XFree86-4-Server port removes/overwrites config files)
Submitted by:	Dejan Lesjak (dejan DOT lesjak AT ijs DOT si)
Additional changes by:	anholt
			Jung-uk Kim (jkim AT niksun DOT com)
			arved
Tested by:	pointyhat
		linimon
2004-08-10 01:29:22 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Eric Anholt
b7f4234b95 Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports. 2003-11-12 01:04:37 +00:00
Eric Anholt
ee9cc4fb2b Fix pre-everything target. While I'm here, fix another portlint complaint.
PR:		ports/58148
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-16 22:46:11 +00:00
Eric Anholt
411774cc41 Add a warning about disk space and not to expect building until you type
'make install'.

PR:		ports/50974 (partially)
Submitted by:	Yar Tikhiy <yar@comp.chem.msu.su>
2003-05-02 07:57:40 +00:00
Eric Anholt
62d3b1c1fc Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated.  Thank you to all the testers and people who submitted
patches for this update.

Approved by:	portmgr
2003-03-11 23:38:11 +00:00
Ade Lovett
3195b6f71c Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:36:20 +00:00
Eric Anholt
60c4479bd4 Fix dependency on XFree86-4-libraries after Xft was removed from that port.
Submitted by:	demon
2003-02-18 16:51:07 +00:00
Eric Anholt
372f7910fb Update XFree86-4-* ports which share XFree86-4-libraries's patches:
- Reduce build times by not rebuilding some programs/libraries in each port.
- Move some files from -clients to -libraries and from -libraries to -server.
- Make package-building in XFree86-4 more intuitive

PR:	41606 (package building)
2002-09-18 04:23:00 +00:00
Jean-Marc Zucconi
f8610bb15d Give maintainership to Eric Anholt.
Approved by:	anholt
2002-07-14 21:25:40 +00:00
David E. O'Brien
38cce2b06f Add Xwrapper to the meta collection.
Requested by:	murray(RE)
2002-06-24 19:23:14 +00:00
David E. O'Brien
223a75066c Make XF4 be the "default" for a ``pkg_add -r''. 2002-05-04 19:30:54 +00:00
Will Andrews
bce75659ef Add Cyrillic fonts & bump PORTREVISION. While not that many users would
use them, they're fairly small and were part of the previous generation
of XFree86 ports.

Requested by:	roam
2002-03-18 16:43:49 +00:00
Will Andrews
3d564f3a1a Fix some problems reported by people:
- Makefile:
	[1] Typo in FONT[100,75]DPI... sigh.  How did I miss this one?
	    This is probably the main reason people are seeing "don't know
	    how to make /usr/X11R6/bin/ucs2any.pl" when building the font
	    ports, but I'm not certain.
 - distinfo:
	[2] Remove -- no longer needed.

Submitted by:	[1] Geoffrey C. Speicher <geoff@speicher.org>
		[2] David Johnson <david@usermode.org>
2002-03-17 22:42:13 +00:00
Will Andrews
4ff7b01b66 Oops: PORTEPOCH was accidentally deleted in the previous revision. Please
use this version, not the previous.  Sorry.. :\

Submitted by:	James Satterfield <james@floondoon.com>
2002-03-17 00:33:34 +00:00
Will Andrews
6f02907dd5 XFree86 4.2.0 Stage 3: XFree86-4's evolution to a metaport
[1] Upgrade to 4.2.0.
	[2] Convert to metaport format and depend on most of XFree86-4-*.

Approved by:    jmz, in principle
2002-03-16 23:43:44 +00:00
Jean-Marc Zucconi
a3f52cb860 Add support for SYSV IPC. This patch is REQUIRED for GL to work with the
FreeBSD NVIDIA drivers.

Submitted by:	mdodd
2002-03-05 23:37:02 +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
Will Andrews
50c0b241d4 Back out XFree86 4.2.0 and all recent modifications for the sake of
preserving the upcoming 4.5 release.  Bump PORTEPOCH to denote portversion
going backwards.  All files have been reverted to exactly what they were
3 days ago, before the 4.2.0 upgrade, except PORTEPOCH bump.

Approved by:	re, portmgr, maintainer timeout
2002-01-22 14:19:57 +00:00
Jean-Marc Zucconi
2ec96bcbb3 Use only one package list for i386, alpha and pc98 and generate the appropriate
list ($WRKDIR/pk-plist) in the c onfigure script.
2002-01-22 01:59:56 +00:00
Jean-Marc Zucconi
10943c1c83 Add S3 driver.
Submitted by:	sobomax
2002-01-21 20:47:13 +00:00
Jean-Marc Zucconi
b92cc254b8 Upgrade to 4.2.0 2002-01-19 23:37:54 +00:00
Jean-Marc Zucconi
9001d56e86 Fix a flickering LCD problem with i815 chipset.
PR:		ports/33504
Submitted by:	Peter KC Lee <peterkclee@mindless.com>
2002-01-07 18:35:28 +00:00
Jean-Marc Zucconi
8f29ac10c6 Patch to support ATI XPERT 128.
Submitted by:	Dan Langille <dan@langille.org>
2001-12-26 21:28:44 +00:00
Akinori MUSHA
c62170784a Set LATEST_LINK to `XFree86-4'.
Approved by:	jmz (MAINTAINER)
2001-11-07 05:34:30 +00:00
Jean-Marc Zucconi
11bfaab414 Patch startx so that X is started with the "-nolisten tcp" by default and
add a "-listen_tcp" option to run X in non-secure mode.

Submitted by:	Jochem Kossen <j.kossen@home.nl>
2001-10-27 12:18:10 +00:00
Jean-Marc Zucconi
58af756a70 Re-enable the WITH_MATROX_GXX_DRIVER option.
Submitted by:	lioux
2001-10-25 20:37:00 +00:00
Jean-Marc Zucconi
a46bd99227 Patcch to xdm to set environment from login.conf
PR:		ports/13614
Submitted by:	Max Khon <fjoe@iclub.nsu.ru>
Obtained from:	wdm distribution
2001-10-24 20:05:14 +00:00
Jean-Marc Zucconi
48bcbda354 re-enable DRI
Submitted by:	Eric Anholt <eanholt@gladstone.uoregon.edu>
2001-10-06 21:20:26 +00:00
Jean-Marc Zucconi
e6e8cc0c83 Fix a local DoS against xfs.
Submitted by:	kris
Obtained from:	XFree86 CVS repository
2001-08-23 23:43:09 +00:00
Jean-Marc Zucconi
11377e20a2 Fix a race condition in mouse device.
PR:		ports/29982
Submitted by:	Michael Robinson <robinson@netrinsics.com>
2001-08-23 22:36:49 +00:00
Jean-Marc Zucconi
0447fa785e Add a test to instruct the user to rename ${PREFIX}/lib/libXft.so.1
if it is an incompatible version.
2001-06-13 19:51:00 +00:00
Jean-Marc Zucconi
f79970c695 Remove DRI modules. They are not build in 4.1.0. 2001-06-07 19:20:48 +00:00
Jean-Marc Zucconi
be4b0c1efe Complete Makefile.man for 4.1.0 - I forgot to commit this file when I
upgraded the port.
2001-06-05 19:51:46 +00:00
Jean-Marc Zucconi
2ae65f953c The vmware driver must be in the i386Architecture section, not in the
non-i386Architecture section!

Noticed by:  Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2001-06-05 14:47:22 +00:00
Jean-Marc Zucconi
189ef38fec Disable the build with WITH_MATROX_GXX_DRIVER. It does not work with 4.1.0
Reported by: Goran Runfeldt <goranrunfeldt@home.se>
2001-06-05 01:14:14 +00:00
Jean-Marc Zucconi
40324b07a0 Upgrade to version 4.1.0 2001-06-04 02:26:41 +00:00
Jean-Marc Zucconi
1d837a5149 Move manpages from pkg-plist to Makefile.man.
PR:		ports/27405
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
With improvements by: Cyrille Lefevre <clefevre@poboxes.com>
2001-06-02 01:59:16 +00:00
Jean-Marc Zucconi
0874decb8c Do not build and the DRI kernel modules in -current. Sources of drm modules
have to be modified for SMPng systems.
2001-04-11 01:03:55 +00:00
Jean-Marc Zucconi
bbcd3f8113 Upgrade the Matrox driver to version 1.2.0
Submitted by:	lioux
2001-04-10 02:34:01 +00:00
Jean-Marc Zucconi
dd846c0d49 Build and install the DRI kernel modules. 2001-04-10 01:16:11 +00:00
Jean-Marc Zucconi
ca569b4d58 set MASTER_SITE_SUBDIR to 4.0.2
Submitted by:	cpiazza
2001-03-18 14:07:50 +00:00
Jean-Marc Zucconi
502fe521bd Upgrade to version 4.0.3
- patch-0 replaced by 'MAKE_ARGS=' in Makefile
- XF86Setup is no more supported in XFree-4, so patch-8 is removed as well
  as corresponding stuff in scripts/configure
- patch-config_cf_Server_tmpl replaced by the setting of InstallXserverSetUID
  in scripts/configure
other removed patches are no more necessary.

Note that freetype2 is now part of the base 4.0.3 distribution. The
freetype2 include and libs files are always installed.
2001-03-18 03:20:57 +00:00
Jean-Marc Zucconi
9151486a1d Add the trailing slash to the master site for matrox driver. 2001-03-13 20:30:24 +00:00
Jean-Marc Zucconi
7196228100 Add the official Matrox driver for G200, G400 and G450 graphic adapters.
This is optional and enabled only if WITH_MATROX_GXX_DRIVER is defined.

Submitted by:	lioux
2001-03-13 16:02:00 +00:00
Jean-Marc Zucconi
96d604fcb0 Use pre-configure instead of pre-fetch to test compiler flags. pre-fetch
is already used for the USA_RESIDENT test.
2001-03-13 03:58:51 +00:00
Jean-Marc Zucconi
8b3511a23f Add a pre-fetch target to check CFLAGS. XFree won't compile with -O3 or above
with xthreads.
Bump PORTREVISION.
2001-02-08 16:38:51 +00:00
Jimmy Olgeni
1b610ad073 Style fixes for ports category x11. 2001-02-05 20:58:33 +00:00
Jean-Marc Zucconi
2530eb5439 Add the savage driver. 2001-01-09 15:16:07 +00:00