./graphics/glut, GLUT Graphics library similar to SGIs OpenGL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 7.0.4.1, Package name: glut-7.0.4.1, Maintainer: bjs

Mesa is a 3-D graphics library with an API which is very similar to that
of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
or state machine, it is being used with authorization from Silicon Graphics,
Inc. However, the author makes no claim that Mesa is in any way a
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.

This is the GLUT part of the MesaDemos distribution.


Required to run:
[graphics/MesaLib] [graphics/glu]

Required to build:
[pkgtools/x11-links] [x11/xextproto] [x11/inputproto] [devel/gmake] [devel/libtool-base] [devel/pkg-config]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2009-02-01 23:19:09 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #2678 - requested by cube
glut: build fix for systems with native X.org

Revisions pulled up:
- graphics/glut/builtin.mk		1.2
---
Module Name:	pkgsrc
Committed By:	cube
Date:		Sun Feb  1 16:22:54 UTC 2009

Modified Files:
	pkgsrc/graphics/glut: builtin.mk

Log message:
Restore the value of BUILTIN_PKG after checking for the rest of Mesa, so
that the logic x11.builtin.mk doesn't set variables for the wrong package.

Noted by Obata-san.