summaryrefslogtreecommitdiff
path: root/graphics/glu
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-11-28 18:41:03 +0000
committerjschauma <jschauma>2003-11-28 18:41:03 +0000
commitda4702bd3cccc22937ae70d44a0f7c6a83b4ab5b (patch)
tree4a43d412942d3996a2d1d3e07d60852ea06c26c3 /graphics/glu
parent7ebc5d19c4b363d36d053cf231cbb3f61fdda220 (diff)
downloadpkgsrc-da4702bd3cccc22937ae70d44a0f7c6a83b4ab5b.tar.gz
As suggested by Ron Roskens in PR pkg/23489 (closing that PR):
use si-glu sources to build a libGLU that includes GLU Polygon Tessellator functions and use this new functionality in MesaDemos. Bump PKGREVISIONs.
Diffstat (limited to 'graphics/glu')
-rw-r--r--graphics/glu/Makefile6
-rw-r--r--graphics/glu/PLIST6
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile
index d85378741f2..1dc8a22e965 100644
--- a/graphics/glu/Makefile
+++ b/graphics/glu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2003/11/18 16:10:56 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2003/11/28 18:41:03 jschauma Exp $
PKGNAME= ${DISTNAME:C/MesaLib/glu/}
-PKGREVISION= 2
+PKGREVISION= 3
WRKSRC= ${WRKDIR}/${DISTNAME:C/Lib//}
MAINTAINER= rh@NetBSD.org
COMMENT= GLU polygon tesselation facility for Mesa
@@ -13,7 +13,7 @@ CONFLICTS+= Mesa<3.2.1
USE_BUILDLINK2= yes
USE_X11BASE= yes
-BUILD_DIRS= ${WRKSRC}/src-glu
+BUILD_DIRS= ${WRKSRC}/si-glu
.include "../../mk/bsd.prefs.mk"
diff --git a/graphics/glu/PLIST b/graphics/glu/PLIST
index 2182fa76400..6849717127e 100644
--- a/graphics/glu/PLIST
+++ b/graphics/glu/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2003/11/18 16:10:56 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.9 2003/11/28 18:41:03 jschauma Exp $
include/GL/glu.h
include/GL/glu_mangle.h
lib/libGLU.so
-lib/libGLU.so.2
-lib/libGLU.so.2.502
+lib/libGLU.so.4
+lib/libGLU.so.4.502
lib/libGLU.a
lib/libGLU.la
@unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE}