diff options
author | anholt <anholt@FreeBSD.org> | 2005-06-15 10:16:36 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-06-15 10:16:36 +0800 |
commit | 4e3306ebebda9d068a5b2af721a79204736773b2 (patch) | |
tree | 7590bddb98748f2377efb3353562414ccfbb92de /graphics | |
parent | 1872ed6dc34333b16cdc062124254b000fb67c1a (diff) | |
download | freebsd-ports-gnome-4e3306ebebda9d068a5b2af721a79204736773b2.tar.gz freebsd-ports-gnome-4e3306ebebda9d068a5b2af721a79204736773b2.tar.zst freebsd-ports-gnome-4e3306ebebda9d068a5b2af721a79204736773b2.zip |
Mark these ports IGNORE on XFree86, due to libGL incompatibility and the
presence of xfree86-dri. Also, fix up the wording and the website in pkg-descr.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dri-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/dri-devel/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/dri/Makefile | 5 | ||||
-rw-r--r-- | graphics/dri/pkg-descr | 6 |
4 files changed, 16 insertions, 4 deletions
diff --git a/graphics/dri-devel/Makefile b/graphics/dri-devel/Makefile index 51d386771bf1..588f447cdb84 100644 --- a/graphics/dri-devel/Makefile +++ b/graphics/dri-devel/Makefile @@ -41,6 +41,10 @@ DRIMODDIR= ${PREFIX}/lib/modules/dri USE_GCC= 3.4 .endif +.if ${X_WINDOW_SYSTEM:L} != xorg +IGNORE= requires libGL from X.Org. +.endif + do-install: .if ${ARCH} == i386 ${INSTALL_PROGRAM} ${WRKSRC}/lib/i810_dri.so ${DRIMODDIR} diff --git a/graphics/dri-devel/pkg-descr b/graphics/dri-devel/pkg-descr index a08fdc34b8ea..a705136dedd3 100644 --- a/graphics/dri-devel/pkg-descr +++ b/graphics/dri-devel/pkg-descr @@ -1,3 +1,6 @@ dri-devel installs DRI OpenGL hardware acceleration drivers from a CVS snapshot. -WWW: http://people.freebsd.org/~anholt/dri/ +WWW: http://dri.sourceforge.net/ + +- Eric Anholt +anholt@FreeBSD.org diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index f5ce354ca287..e1d9e909f228 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -35,6 +35,11 @@ ONLY_FOR_ARCHS= i386 alpha amd64 DRIMODDIR= ${PREFIX}/lib/modules/dri .include <bsd.port.pre.mk> + +.if ${X_WINDOW_SYSTEM:L} != xorg +IGNORE= requires libGL from X.Org. +.endif + do-install: .if ${ARCH} == i386 ${INSTALL_PROGRAM} ${WRKSRC}/lib/i810_dri.so ${DRIMODDIR} diff --git a/graphics/dri/pkg-descr b/graphics/dri/pkg-descr index cae2b2e00e06..e35a1d1a5036 100644 --- a/graphics/dri/pkg-descr +++ b/graphics/dri/pkg-descr @@ -1,8 +1,8 @@ -This package contains the client drivers for the DRI, included with XFree86. -With an X Server configured for the DRI they allow direct rendering of +This package contains the current stable release of the client drivers for the +DRI. With an X Server configured for the DRI they allow direct rendering of hardware-accelerated OpenGL. -WWW: http://www.xfree86.org/ +WWW: http://dri.sourceforge.net/ - Eric Anholt anholt@FreeBSD.org |