OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Jun-2007 10:16:51
Branch: HEAD Handle: 2007060909165000
Modified files:
openpkg-src/mesa mesa.patch mesa.spec
Log:
upgrading package: mesa 6.5 -> 6.5.3
Summary:
Revision Changes Path
1.6 +7 -15 openpkg-src/mesa/mesa.patch
1.23 +5 -5 openpkg-src/mesa/mesa.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mesa/mesa.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 mesa.patch
--- openpkg-src/mesa/mesa.patch 15 Oct 2006 11:50:39 -0000 1.5
+++ openpkg-src/mesa/mesa.patch 9 Jun 2007 08:16:50 -0000 1.6
@@ -1,28 +1,20 @@
Index: configs/default
---- configs/default.orig 2006-02-01 18:47:36 +0100
-+++ configs/default 2006-03-10 12:29:34 +0100
-@@ -24,8 +24,8 @@
+--- configs/default.orig 2007-04-09 16:17:58 +0200
++++ configs/default 2007-06-09 09:33:12 +0200
+@@ -23,8 +23,8 @@
GLU_CFLAGS =
# Misc tools and flags
-MKLIB_OPTIONS =
-+MKLIB_OPTIONS = -static
-MKDEP = makedepend
++MKLIB_OPTIONS = -static
+MKDEP = @l_x11bindir@/makedepend
MKDEP_OPTIONS = -fdepend
MAKE = make
-
-@@ -69,6 +69,6 @@
- GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread
- OSMESA_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB)
- GLU_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lm
--GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH)
-lX11 -lXmu -lXt -lXi -lm
-+GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) $(EXTRA_LIB_PATH)
-lX11 -lXmu -lXt -lXi -lm
- GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) $(EXTRA_LIB_PATH) -lXt -lX11
- APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm
+ INSTALL = $(TOP)/bin/minstall
Index: src/glut/glx/glut_event.c
---- src/glut/glx/glut_event.c.orig Thu Jun 22 14:30:35 2006
-+++ src/glut/glx/glut_event.c Thu Jun 22 14:33:24 2006
+--- src/glut/glx/glut_event.c.orig 2006-12-08 00:16:31 +0100
++++ src/glut/glx/glut_event.c 2007-06-09 09:33:12 +0200
@@ -24,7 +24,7 @@
# ifdef __sgi
# include <bstring.h> /* prototype for bzero used by FD_ZERO */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mesa/mesa.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 mesa.spec
--- openpkg-src/mesa/mesa.spec 1 Jan 2007 17:39:39 -0000 1.22
+++ openpkg-src/mesa/mesa.spec 9 Jun 2007 08:16:50 -0000 1.23
@@ -32,8 +32,8 @@
Class: EVAL
Group: XWindow
License: LGPL
-Version: 6.5
-Release: 20061016
+Version: 6.5.3
+Release: 20070609
# package options
%option with_demos no
@@ -63,17 +63,17 @@
prog mesa:MesaLib = {
version = %{version}
url = http://prdownloads.sourceforge.net/mesa3d/
- regex = MesaLib-(6\.\d+)\.tar\.bz2
+ regex = MesaLib-(6\.\d+(?:\.\d+)?)\.tar\.bz2
}
prog mesa:MesaGLUT = {
version = %{version}
url = http://prdownloads.sourceforge.net/mesa3d/
- regex = MesaGLUT-(6\.\d+)\.tar\.bz2
+ regex = MesaGLUT-(6\.\d+(?:\.\d+)?)\.tar\.bz2
}
prog mesa:MesaDemos = {
version = %{version}
url = http://prdownloads.sourceforge.net/mesa3d/
- regex = MesaDemos-(6\.\d+)\.tar\.bz2
+ regex = MesaDemos-(6\.\d+(?:\.\d+)?)\.tar\.bz2
}
%prep
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]