Commit Graph

425 Commits

Author SHA1 Message Date
Pav Lucistnik
b4ab3f638a - Correct typo (CLFAGS -> CFLAGS)
PR:		ports/69703
Submitted by:	Masakazu HIGAKI <higamasa@dream.com>
2004-07-28 14:24:35 +00:00
Pav Lucistnik
b73a79a29d - Extend IGNORE message, point users to instructions how to switch
from XFree86-4 to X.Org.

Approved by:	anholt (x11 hat)
2004-07-23 23:46:02 +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
57a2ac1061 Register conflicts on xorg-nestserver. 2004-07-23 18:38:25 +00:00
Eric Anholt
e7eda50e2f New port: xorg-nestserver, the nesting X server from X.Org. 2004-07-23 18:37:31 +00:00
Eric Anholt
47a9baa231 s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.
Reported by:	pointyhat via kris (over and over)
2004-07-19 06:29:06 +00:00
Eric Anholt
b812c90ccf Rethink the DRI dependency. It's not actually needed for the server to work.
It's only useful with both server and libraries.  It should really be depended
on by the metaport instead.

PR:		ports/68484
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-07-11 20:22:37 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Eric Anholt
49b123650d Register new CONFLICTS. 2004-06-19 06:10:42 +00:00
Eric Anholt
931b9ae630 And my hat collection grows. Actually remove the remnants of pkg-message
stuff.
2004-06-19 06:03:51 +00:00
Eric Anholt
0c7c8dd0cf - Install the server setuid by default. The x11/wrapper/files/wrapper.c code
is already in the server.  I can't even imagine a situation where running an
X server (which is run as root, mind you) is ok, while having a setuid X
server with arguments and environment checking ala wrapper.c is not.  But put
an option in anyway.
- Include the SERVER_PATCHES define needed for the new server ports.
2004-06-19 05:51:45 +00:00
Eric Anholt
36bc9a7a5d New port: xorg-vfbserver, the virtual framebuffer X server from X.Org. 2004-06-19 02:02:13 +00:00
Eric Anholt
2036cf1d85 New port: xorg-printserver, the X Print server. 2004-06-19 01:54:49 +00:00
Eric Anholt
bb5c7b42bf Register new conflicts on xorg-fontserver. 2004-06-11 05:49:03 +00:00
Eric Anholt
fbd1414e85 New port: xorg-fontserver taken from X.Org release 6.7.0. 2004-06-11 05:36:11 +00:00
Eric Anholt
899dc07994 Install xorgcfg and xorgconfig.
PR:		ports/67656
Submitted by:	Alex Deiter <tiamat@komi.mts.ru>
2004-06-10 07:43:39 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Eric Anholt
62e4243072 - Only set XFREE86_HTML_MAN if there are going to be manpages installed
(XMAN_DIRS is set).
- Remove spammed-in configure.gen.pre
- Pass thread flags/libs to configure like should have been done
- Add changes to config/cf/* for the fonts ports.
2004-05-31 02:56:22 +00:00
Eric Anholt
f0b648cca2 - Depend on xorg-libraries by default instead of the modular libraries.
- Don't install Xserver.1 (a manpage for all X servers), which is provided by
  xorg-manpages.
2004-05-29 23:08:07 +00:00
Eric Anholt
a0c3b7ff78 Add some more patches based on XFree86-4-libraries/files, for the
xorg-libraries and -clients ports.
2004-05-29 01:04:23 +00:00
Eric Anholt
147aa0a9a8 [1] Fix packaging on amd64
[2] Remove sparc64 patch that got spammed into the wrong location in FreeBSD.cf
[3] Fix many problems in the Render implementation.
[4] Depend on libGL to provide glx headers, until they're located in a more
    appropriate package.

PR:		[1] ports/66682
Submitted by:	[1] Francois Tigeot <ftigeot@wolfpond.org>
Obtained from:	[3] X.Org CVS
2004-05-18 05:29:03 +00:00
Volker Stolz
5f26b865a7 autoconf not available in extract/patch-targets, so move invocation to
pre-configure.

Noticed by: pointyhat
2004-05-15 15:31:03 +00:00
Eric Anholt
b38e118caa [1] Add missing dependency on freetype2.
[2] Add missing AMD64 patch that was in XFree86-4-Server.

Reported by:	[1] bento via kris
Submitted by:	[2] Francois Tigeot <ftigeot@wolfpond.org>
2004-05-11 08:12:23 +00:00
Joe Marcus Clarke
74ca7d9895 Correct a typo in one of the LIB_PC_DEPENDS. 2004-05-10 16:50:39 +00:00
Eric Anholt
173b93b2aa Register CONFLICTS on xorg-server. 2004-05-10 05:42:11 +00:00
Eric Anholt
b29c861b4d New port: xorg-server taken from X.org release 6.7.0.
Tested only on x86 so far due to problems installing dependencies on build
cluster.  Based on XFree86-4-Server originally, but I decided the history
wasn't worth keeping that much as a lot has been changed.
2004-05-10 05:05:00 +00:00
Kris Kennaway
41697e88c8 As announced 2 months ago, remove these deprecated or broken ports. 2004-04-11 01:45:19 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
e7ad04af4c Fix build with freetype2-2.1.7.
Reported by:	bento via kris
2004-03-22 18:25:05 +00:00
Kris Kennaway
76b01693b3 BROKEN on amd64: Build fails 2004-03-19 22:42:06 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Volker Stolz
2d9da4bfe7 Fix build on -CURRENT.
PR: ports/62143 (suggested by Brandon S Allbery)
Approved by: linimon (mentor)
2004-03-11 15:02:53 +00:00
Greg Lewis
ebc4119c1e . Build and install the SiS driver on the Alpha. I've had this patch in
my tree for quite some time, and it builds and installs correctly.  An
  earlier version (4.2) ran on a DS10 with a SiS card we had at work, but
  I no longer have access to that machine to test 4.3.  Despite that, I
  think this is worth putting in.
2004-02-25 20:54:21 +00:00
Greg Lewis
6e9e1c40a8 . Fix the sysarch() prototype as was done in XFree86-4-Server. Hopefully
this will fix the build on recent -CURRENT/alpha.

Requested by:	kris
2004-02-25 18:18:11 +00:00
Greg Lewis
0ca27b5702 . Use the correct prototype for sysarch(2). Should fix the build on
CURRENT/alpha.

Submitted by:	bento via kris
2004-02-21 21:40:01 +00:00
Mark Linimon
23e091863e Mark as deprecated: either fails to fetch, and has done so for some time;
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.

In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.

If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.

PR:		ports/62575
No objection:	freebsd-ports, 10 days
2004-02-17 10:30:34 +00:00
Kris Kennaway
6b2a7b73a6 FORBIDDEN: Broken pkg-plist 2004-02-16 23:50:17 +00:00
Dag-Erling Smørgrav
64c03a02ad Fix several buffer overflow issues in the fontpath handling code.
Remove an earlier patch which only partially addressed these issues.

Approved by:	so
2004-02-12 20:16:05 +00:00
Dag-Erling Smørgrav
a9a3b3d099 Fix buffer overflow in font alias handling code.
Approved by:	so
2004-02-09 12:04:25 +00:00
Kris Kennaway
98332e5f00 BROKEN on 5.x: does not compile 2004-02-08 02:50:27 +00:00
Kris Kennaway
37b36b9f67 BROKEN on 5.x: does not compile 2004-02-07 23:29:51 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Dag-Erling Smørgrav
e6403486a1 GC a patch that no longer applies. 2004-02-04 23:55:04 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00