ports/164354: [Maintainer Update] graphics/gauche-gl 0.4.4 -> 0.5.1
Erik Greenwald
erik at bz.bzflag.bz
Sat Jan 21 15:30:11 UTC 2012
>Number: 164354
>Category: ports
>Synopsis: [Maintainer Update] graphics/gauche-gl 0.4.4 -> 0.5.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 21 15:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Erik Greenwald
>Release:
>Organization:
>Environment:
>Description:
Upgrade to version 0.5.1. Fixes build against gauche 0.9.2.
files/patch-src_gauche-gl.c can be removed.
Thanks!
-Erik
>How-To-Repeat:
>Fix:
--- graphics_gauche-gl.patch begins here ---
Index: graphics/gauche-gl/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- graphics/gauche-gl/Makefile 18 Dec 2011 21:45:39 -0000 1.30
+++ graphics/gauche-gl/Makefile 21 Jan 2012 14:36:01 -0000
@@ -6,10 +6,9 @@
#
PORTNAME= gl
-PORTVERSION= 0.4.4
-PORTREVISION= 1
+PORTVERSION= 0.5.1
CATEGORIES= graphics scheme
-MASTER_SITES= SF/gauche/Gauche-gl/${PORTVERSION}
+MASTER_SITES= SF/gauche/Gauche-gl
PKGNAMEPREFIX= gauche-
DISTNAME= Gauche-${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -18,9 +17,7 @@
COMMENT= OpenGL binding for Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-BROKEN= does not build
+RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche
USE_GL= glut
GNU_CONFIGURE= yes
Index: graphics/gauche-gl/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- graphics/gauche-gl/distinfo 3 Jul 2011 14:11:13 -0000 1.10
+++ graphics/gauche-gl/distinfo 21 Jan 2012 14:36:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (Gauche-gl-0.4.4.tgz) = 553f8e864ce41743c439867aa360de35aa3c2265ec6c6df6f2f0f7f0de73af5b
-SIZE (Gauche-gl-0.4.4.tgz) = 943819
+SHA256 (Gauche-gl-0.5.1.tgz) = 7f17f1d31afba83d374f31e49f025149dcec271b4d56279cd0f871b814176c68
+SIZE (Gauche-gl-0.5.1.tgz) = 1161233
Index: graphics/gauche-gl/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- graphics/gauche-gl/pkg-plist 9 Jan 2007 22:26:16 -0000 1.9
+++ graphics/gauche-gl/pkg-plist 21 Jan 2012 14:36:01 -0000
@@ -1,11 +1,13 @@
-lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-gl.so
-lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-glut.so
-lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-math3d.so
-lib/gauche/%%VERSION%%/include/gauche/math3d.h
-share/gauche/%%VERSION%%/lib/gl.scm
-share/gauche/%%VERSION%%/lib/gl/glut.scm
-share/gauche/%%VERSION%%/lib/gl/math3d.scm
-share/gauche/%%VERSION%%/lib/gl/simple-image.scm
+lib/gauche-0.9/site/%%TARGET%%/libgauche-gl.so
+lib/gauche-0.9/site/%%TARGET%%/libgauche-glut.so
+lib/gauche-0.9/site/%%TARGET%%/libgauche-math3d.so
+lib/gauche-0.9/site/include/gauche/math3d.h
+share/gauche-0.9/site/lib/gl.scm
+share/gauche-0.9/site/lib/gl/glut.scm
+share/gauche-0.9/site/lib/gl/math3d.scm
+share/gauche-0.9/site/lib/gl/simple-image.scm
+share/gauche-0.9/site/lib/gl/simple/image.scm
+share/gauche-0.9/site/lib/gl/simple/viewer.scm
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%EXAMPLESDIR%%/cg/README
%%PORTDOCS%%%%EXAMPLESDIR%%/cg/cg-gl-vertex-example.cg
@@ -63,6 +65,7 @@
%%PORTDOCS%%%%EXAMPLESDIR%%/images/flower.rgb
%%PORTDOCS%%%%EXAMPLESDIR%%/images/noturn.rgb
%%PORTDOCS%%%%EXAMPLESDIR%%/mandelbrot.scm
+%%PORTDOCS%%%%EXAMPLESDIR%%/simple/minimum-viewer.scm
%%PORTDOCS%%%%EXAMPLESDIR%%/slbook/README
%%PORTDOCS%%%%EXAMPLESDIR%%/slbook/ogl2brick/3Dlabs-License.txt
%%PORTDOCS%%%%EXAMPLESDIR%%/slbook/ogl2brick/README.txt
@@ -79,9 +82,9 @@
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/slbook/ogl2particle
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/slbook/ogl2brick
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/slbook
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/simple
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/images
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glbook
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cg
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm share/gauche/%%VERSION%%/lib/gl
Index: graphics/gauche-gl/files/patch-src_gauche-gl.c
===================================================================
RCS file: /home/ncvs/ports/graphics/gauche-gl/files/patch-src_gauche-gl.c,v
retrieving revision 1.1
diff -u -r1.1 patch-src_gauche-gl.c
--- graphics/gauche-gl/files/patch-src_gauche-gl.c 9 Jan 2007 22:26:16 -0000 1.1
+++ graphics/gauche-gl/files/patch-src_gauche-gl.c 21 Jan 2012 14:36:01 -0000
@@ -1,15 +0,0 @@
---- src/gauche-gl.c.orig Mon Jan 8 14:47:05 2007
-+++ src/gauche-gl.c Mon Jan 8 14:55:21 2007
-@@ -139,11 +139,7 @@
- */
- void *Scm_GLGetProcAddress(const char *name)
- {
--#if defined(GLX_ARB_get_proc_address)
-- if (glXGetProcAddressARB != NULL) {
-- return glXGetProcAddressARB((const GLubyte*)name);
-- }
--#elif defined(GLX_VERSION_1_4)
-+#if defined(GLX_VERSION_1_4)
- if (glXGetProcAddress != NULL) {
- return glXGetProcAddress(name);
- }
--- graphics_gauche-gl.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list