summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorcube <cube>2008-11-11 16:19:23 +0000
committercube <cube>2008-11-11 16:19:23 +0000
commit9ad20f3ec5ac25043a87a7248f6843191871fc69 (patch)
tree2a32ad74a6b9a9805348f6ceece47f0a3b3e9d23 /pkgtools
parent4625882ce57f8c862e24c45e12f4d753db0cb914 (diff)
downloadpkgsrc-9ad20f3ec5ac25043a87a7248f6843191871fc69.tar.gz
Buildlink glut, bump package version and required dependency.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/x11-links/Makefile4
-rw-r--r--pkgtools/x11-links/buildlink3.mk4
-rw-r--r--pkgtools/x11-links/files/xorg.glut9
-rw-r--r--pkgtools/x11-links/xorg.mk3
4 files changed, 15 insertions, 5 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index fb0c89b0eb2..8e5553f8648 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.96 2008/10/29 21:14:01 cube Exp $
+# $NetBSD: Makefile,v 1.97 2008/11/11 16:19:23 cube Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in buildlink3.mk to the correct version,
# usually the most recent.
-DISTNAME= x11-links-0.40
+DISTNAME= x11-links-0.41
CATEGORIES= pkgtools x11
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/x11-links/buildlink3.mk b/pkgtools/x11-links/buildlink3.mk
index 65c0937e482..f83ed82e26d 100644
--- a/pkgtools/x11-links/buildlink3.mk
+++ b/pkgtools/x11-links/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2008/10/29 21:14:01 cube Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2008/11/11 16:19:23 cube Exp $
#
# Don't include this file manually! It will be included as necessary
# by bsd.buildlink3.mk.
@@ -18,7 +18,7 @@ BUILDLINK_PACKAGES:= x11-links ${BUILDLINK_PACKAGES}
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}x11-links
.if !empty(X11_LINKS_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.40
+BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.41
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
BUILDLINK_DEPMETHOD.x11-links?= build
diff --git a/pkgtools/x11-links/files/xorg.glut b/pkgtools/x11-links/files/xorg.glut
new file mode 100644
index 00000000000..86ee7d2ea56
--- /dev/null
+++ b/pkgtools/x11-links/files/xorg.glut
@@ -0,0 +1,9 @@
+# $NetBSD: xorg.glut,v 1.1 2008/11/11 16:19:23 cube Exp $
+#
+include/GL/glut.h
+include/GL/glutf90.h
+lib/libglut.a
+lib/libglut.so
+lib/libglut.so.3
+lib/libglut.so.3.7.1
+lib/pkgconfig/glut.pc
diff --git a/pkgtools/x11-links/xorg.mk b/pkgtools/x11-links/xorg.mk
index 7010655ef23..c391e1d4cd6 100644
--- a/pkgtools/x11-links/xorg.mk
+++ b/pkgtools/x11-links/xorg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.mk,v 1.12 2008/10/29 21:14:01 cube Exp $
+# $NetBSD: xorg.mk,v 1.13 2008/11/11 16:19:23 cube Exp $
#
# This is for X.org, but use "xfree" files also.
@@ -11,6 +11,7 @@ FILES_LIST= ${FILESDIR}/xorg
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
+.include "../../graphics/glut/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../x11/bigreqsproto/buildlink3.mk"
.include "../../x11/compositeproto/buildlink3.mk"