[HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

Norikatsu Shigemura nork at FreeBSD.org
Sat Dec 5 15:00:37 UTC 2009


On Sat, 5 Dec 2009 01:34:48 -0600
Scot Hetzel <swhetzel at gmail.com> wrote:
> I had to add the following to MASTER_SITES in graphics/libGL/bsd.mesalib.mk:
> ftp://ftp.freedesktop.org/pub/mesa/${MESAVERSION}/:mesa,glut,demos

	Thanks for your pointed out.  I updated bsd.mesalib.mk.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: bsd.mesalib.mk
===================================================================
RCS file: /home/ncvs/ports/graphics/libGL/bsd.mesalib.mk,v
retrieving revision 1.15
diff -u -r1.15 bsd.mesalib.mk
--- bsd.mesalib.mk	22 Aug 2009 00:22:54 -0000	1.15
+++ bsd.mesalib.mk	5 Dec 2009 14:57:30 -0000
@@ -12,14 +12,14 @@
 #    - graphics/libGL
 #    - graphics/libGLU
 #    - graphics/libGLw
+#    - graphics/libglut
 #    - graphics/dri
 #
 # $FreeBSD: ports/graphics/libGL/bsd.mesalib.mk,v 1.15 2009/08/22 00:22:54 amdmi3 Exp $
 #
 
-MESAVERSION=	7.4.4
-MASTER_SITES?=	SF/mesa3d/MesaLib/${PORTVERSION}:mesa \
-		ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/:mesa,glut,demos
+MESAVERSION=	7.6
+MASTER_SITES?=	ftp://ftp.freedesktop.org/pub/mesa/${MESAVERSION}/:mesa,glut,demos
 MASTER_SITE_SUBDIR=	mesa3d
 DISTFILES=	MesaLib-${MESAVERSION}${EXTRACT_SUFX}:mesa
 MAINTAINER?=	x11 at FreeBSD.org
@@ -32,6 +32,7 @@
 
 CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
 		LDFLAGS=-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	--disable-gallium
 
 ALL_TARGET=	default
 
@@ -60,7 +61,6 @@
 CONFIGURE_ARGS+=	--disable-glut
 . endif
 .else
-MASTER_SITES+=	SF/mesa3d/MesaGLUT/${MESAVERSION}:glut
 DISTFILES+=	MesaGLUT-${MESAVERSION}${EXTRACT_SUFX}:glut
 .endif
 
@@ -73,7 +73,6 @@
 .if ${COMPONENT:Mdemos} == ""
 CONFIGURE_ARGS+=	--with-demos=no
 .else
-MASTER_SITES+=	SF/mesa3d/MesaDemos/${MESAVERSION}:demos
 DISTFILES+=	MesaDemos-${MESAVERSION}${EXTRACT_SUFX}:demos
 CONFIGURE_ARGS+=	--with-demos=demos,xdemos
 .endif
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


More information about the freebsd-ports mailing list