ports/129838: Update graphics/libgl to 7.0.4

Pedro F. Giffuni giffunip at tutopia.com
Mon Dec 22 03:50:04 UTC 2008


>Number:         129838
>Category:       ports
>Synopsis:       Update graphics/libgl to 7.0.4
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 22 03:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        7.1-RC1
>Organization:
>Environment:
%uname -a
FreeBSD kakumen.cable.net.co 7.1-RC1 FreeBSD 7.1-RC1 #0: Sun Dec  7 00:38:13 UTC 2008     root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Bugfix release:
- define #extension GL_ARB_texture_rectangle in shading language 
- fixed WIN32 compile problem in libGLU 
- Fixed a per-vertex glMaterial bug which could cause bad lighting 
- Fixed potential crash in AA/smoothed triangle rendering when using a fragment shader 
- Fixed glDrawElement + VBO segfault (bug 16156) 
- Fixed GLSL linker bug causing generic vertex attributes to get aliased 
- Fixed stack overflow when using glPixelZoom on Windows 
- Fixed broken all(bvec2) GLSL function, added misc missing bvec constructors 
ARB program "state.clip[n].plane" didn't parse correctly 
- Fixed broken glGetUniformiv() (bug 13774)

After applying this patch you will need to "make makesum" and, in some cases, remove PORTREVISION to GLU and GLw and dri.
>How-To-Repeat:
Please note this is not the latest release, but at least we have to get the simple bugfixes while someone brave updates it fully.
>Fix:
diff -ruN libGL.orig/bsd.mesalib.mk libGL/bsd.mesalib.mk
--- libGL.orig/bsd.mesalib.mk	2008-12-21 22:28:50.000000000 -0500
+++ libGL/bsd.mesalib.mk	2008-12-21 22:29:52.000000000 -0500
@@ -17,7 +17,7 @@
 # $FreeBSD: ports/graphics/libGL/bsd.mesalib.mk,v 1.5 2008/04/29 15:05:42 flz Exp $
 #
 
-MESAVERSION=	7.0.3
+MESAVERSION=	7.0.4
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/
 MASTER_SITE_SUBDIR=	mesa3d
diff -ruN libGL.orig/distinfo libGL/distinfo
--- libGL.orig/distinfo	2008-12-21 22:28:50.000000000 -0500
+++ libGL/distinfo	2008-12-21 22:31:11.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (MesaLib-7.0.3.tar.bz2) = e6e6379d7793af40a6bc3ce1bace572e
-SHA256 (MesaLib-7.0.3.tar.bz2) = ebdf3448eac8abb56bbfc0b7c015efce8e5d88f10ee3123dcc62c1ff47b62d22
-SIZE (MesaLib-7.0.3.tar.bz2) = 3389327
+MD5 (MesaLib-7.0.4.tar.bz2) = 8d7bacbe0234742a5d08c8088c4619e9
+SHA256 (MesaLib-7.0.4.tar.bz2) = 93fc5f882defc02537e972c6c31616d271d174090179b1697701044989fe29cd
+SIZE (MesaLib-7.0.4.tar.bz2) = 3414357


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list