1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

209 Commits

Author SHA1 Message Date
Dejan Lesjak
8241a6c2c0 Properly fix the termios race rather than disabling copyTermios.
PR:		ports/74981
Submitted by:	Rong-En Fan, rafan at infor dotorg
Obtained from:	XFree86 Bugzilla #867
2005-01-14 23:42:45 +00:00
Dejan Lesjak
5870a4864c Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
2004-12-23 05:31:04 +00:00
Eric Anholt
c90ee83f03 Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri.  Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.

Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt

Props to:	kris (multiple cluster runs and sorting through logs)
		lesi (fixing all the issues in those logs, and more)
2004-12-23 01:35:49 +00:00
Dejan Lesjak
eda420f62c Bump PORTREVISION for previous change, since it changes package contents.
Reminded by:	anholt
2004-11-05 02:47:23 +00:00
Dejan Lesjak
1b9ee0e7dd Install Faroese (fo) keyboard layout.
Pet portlint while here.

Reported by:	ice (ice2000 at post olivant fo)
2004-10-29 03:24:48 +00:00
Dejan Lesjak
6d2d6c4c74 Instead of installing xterm here, depend on x11/xterm port. Taken from
xorg-clients port.

Suggested by:	krion
Approved by:	anholt (mentor)
2004-08-23 11:02:09 +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
3def3106a5 Register CONFLICTS on xorg-clients. 2004-05-31 06:15:41 +00:00
Eric Anholt
7281cffdbb Link programs that link against Xfont against freetype. This will be required
with newer libXfont that uses freetype, but causes no harm in the meantime.
2004-05-29 20:51:16 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Dag-Erling Smørgrav
4ba108fdac Add dependency on expat2. 2004-03-18 02:58:52 +00:00
Michael Nottebrock
2c0949bf8e Fix build with freetype2-2.1.7. 2004-03-17 07:04:14 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Alexander Kabaev
b3c869bb5c Merge a fix/workaround for changed 'cpp -traditional' behaviour from
XFree86 4.3.99.
2004-01-03 21:35:04 +00:00
Eric Anholt
e8881a8862 Bah. Some of the servers don't have the fonts/util/, causing failure due to
patches being shared by all the ports.  So, add them to clients only and use
EXTRA_PATCHES.  This should be done to more patches from XFree86-4-libraries.
2003-12-12 23:19:06 +00:00
Eric Anholt
d9b1664b18 Use #!/usr/bin/env perl instead of #!/usr/bin/perl to increase the chances
of success.
2003-12-12 22:55:31 +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
573ede432f Disable the patch from XFree86 bug 641 to copy the terminal's settings in
luit to its new pty.  This code doesn't work for some reason and produces
"Couldn't copy terminal settings" when luit is run manually or the symptom
of an xterm -lc flashing on screen and exiting.

Submitted by:	Guido Berhoerster <ich@guido-berhoerster.org>
2003-11-11 04:09:42 +00:00
Eric Anholt
4c54a5df65 Update luit (helper app that does locale translation for xterm) in
XFree86-4-clients from XFree86 CVS.  This allows luit to be used setuid, which
closes a security hole (tty left world-writable) that luit complains about on
startup if not setuid.  Setting WITH_SETUID_LUIT installs luit setuid.

PR:		ports/51632
Submitted by:	Guido Berhoerster <ich@guido-berhoerster.org>
Help from:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
2003-11-09 04:44:30 +00:00
Eric Anholt
02d69ca9fe Fix XFree86-4-clients build. It was failing depending on lib*.a which weren't
being built due to the split build.  Remove the dependencies on them, and it'll
pick them up from ${X11BASE}/lib.  I don't know why this broke now but worked
in the past.

Reported by:	everyone
Tested on:	ref5 (libraries,clients)
2003-10-14 00:45:30 +00:00
Eric Anholt
f6c848659e [1] Fix xdmcp queries in the X servers (bug 277)
[2] Fix underlining in the freetype backend (bug 330)

PR:		[1] ports/52387
		[2] ports/55134
Submitted by:	[1] Joel Ray Holveck <joelh@piqnet.org>
		[2] Ariff Abdullah <skywizard@MyBSD.org.my>
2003-08-12 18:35:37 +00:00
Eric Anholt
346aa45573 [1] Make the HTML manpages get put into the packages again.
[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it.
[3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc
[4] Make the XFree86-4-Server port not install libXfont.so.
[5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig
[6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads.

Submitted by:	[5,6] Ports Fury
2003-05-14 07:02:07 +00:00
Eric Anholt
3d8d694509 Re-add patch-xdm_session.c which was accidentally dropped in the 4.3.0 upgrade.
This fixes problems with environment not being set in xdm sessions.

Submitted by:	many
Approved by:	portmgr (kris)
2003-03-15 04:30:03 +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
3d4a7aef38 Fix XFree86-4-libraries after Xft renaming removal:
Add `pkg-config xft --cflags` and --libs to Imakefiles of programs that use Xft
and remove a bit of code not needed for Xft2, remove xftcache program.

Reported by:	many
2003-02-19 08:06:54 +00:00
Eric Anholt
38805e871a Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.

Approved by:	portmgr (kris), marcus
2003-02-18 04:51:34 +00:00
Eric Anholt
a5c92775a7 Fix distfiles after the last commit (bad copy'n'pasting).
PR:		44184
2002-10-18 00:21:42 +00:00
Eric Anholt
d0cc39f7c8 [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.
[2] Make the ports respect CFLAGS better.  Now CFLAGS (and CC/CXX) are set for
the build during the configure stage.

PR:		[2] 40271, 43369
2002-10-17 07:20:03 +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
Eric Anholt
0edad80fe0 Update XFree86-4-clients, -Servers, and -libraries to 4.2.1.
The most notable update is fixing what appears to be possible privelege
escalation with libX11 and setuid clients (xterm is one).
2002-09-05 03:48:31 +00:00
Eric Anholt
f129bef08d Fix the us_intl keymap.
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Obtained from:	Andoni Zubimendi <andoni@lpsat.net>
2002-08-21 21:58:44 +00:00
Eric Anholt
d413f0762a Add LIB_DEPENDS for freetype and libGLU, both of which are required to compile.
XFree86-4-libraries (for GLU) is already depended on, but people upgrading from
older X could miss the dependency.
2002-08-21 05:09:01 +00:00
Eric Anholt
05f2c750e9 1. Use XlcDL.c from X CVS to help people with Korean or Japanese XIM and GTK+
2. Update PCI IDs and nv driver to include newer nv chipsets
3. Add SHM to XFree86's libc wrapper on bsd to help with nv binary drivers.
4. Fix mouse scrollwheels on -current (new gcc)

Submitted by:	[1] Hye-Shik Chang <perky@FreeBSD.org>
		[2] Chris Dillon <cdillon@wolves.k12.mo.us>
		[3] Matthew N. Dodd <mdodd@freebsd.org>
		[4] Ted Lindgreen <ted@sanne.nlnetlabs.nl>
Approved by:	mdodd
2002-08-05 07:26:11 +00:00
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
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
Will Andrews
a812ba255d Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given the
default setup for the "nobody" account, login will fail.  PORTREVISION
bumped to include this fix for XFree86-4-clients.

PR:		36084
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
2002-03-20 00:18:36 +00:00
Will Andrews
374106e59a Resurrect patch-startx which changes the default to turn off TCP listening,
and adds an option to allow turning it back on.  Bump PORTREVISION in
XFree86-4-clients only, to denote this feature (re)addition.

Submitted by:	Jochem Kossen <j.kossen@home.nl>
2002-03-19 16:48:54 +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
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
06c2ca48a6 move pre.mk inclusion to the bottom. 2002-01-06 20:47:38 +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
cbda03d0ac o sync with x11/XFree86-4
- startx -nolisten tcp by default.
 - set login.conf environment for xdm.
2001-10-28 02:41:04 +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
FUJISHIMA Satsuki
5b1a452134 update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.

Reviewed by:	maintainer
2001-06-12 14:59:53 +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
Jean-Marc Zucconi
2248dbe1b7 Add info about the availability of the complete distribution in one port.
PR:		ports/23330
Submitted by:	Marc van Woerkom <Marc.vanWoerkom@science-factory.com>
2000-12-25 22:12:10 +00:00