pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Fix deps for modular xorg. Bump PKGREVISIONs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/953e45ae5556
branches: trunk
changeset: 546820:953e45ae5556
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Sep 08 06:38:56 2008 +0000
description:
Fix deps for modular xorg. Bump PKGREVISIONs.
diffstat:
graphics/3DKit/Makefile | 4 ++--
graphics/3DKit/Makefile.common | 3 +--
graphics/GLXKit/Makefile | 6 ++++--
graphics/GeometryKit/Makefile | 4 ++--
graphics/GlutKit/Makefile | 4 ++--
graphics/RenderKit/Makefile | 4 ++--
graphics/SDLKit/Makefile | 4 ++--
7 files changed, 15 insertions(+), 14 deletions(-)
diffs (118 lines):
diff -r 87977aa579f8 -r 953e45ae5556 graphics/3DKit/Makefile
--- a/graphics/3DKit/Makefile Mon Sep 08 06:21:31 2008 +0000
+++ b/graphics/3DKit/Makefile Mon Sep 08 06:38:56 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2008/03/04 15:39:09 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2008/09/08 06:38:56 dholland Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../graphics/3DKit/Makefile.common"
-PKGREVISION= 13
+PKGREVISION= 14
DISTFILES= DevManual.pdf
diff -r 87977aa579f8 -r 953e45ae5556 graphics/3DKit/Makefile.common
--- a/graphics/3DKit/Makefile.common Mon Sep 08 06:21:31 2008 +0000
+++ b/graphics/3DKit/Makefile.common Mon Sep 08 06:38:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2006/09/09 02:42:01 obache Exp $
+# $NetBSD: Makefile.common,v 1.13 2008/09/08 06:38:57 dholland Exp $
#
DISTNAME= 3DKit-0.3.1r2
@@ -16,4 +16,3 @@
USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
-.include "../../mk/x11.buildlink3.mk"
diff -r 87977aa579f8 -r 953e45ae5556 graphics/GLXKit/Makefile
--- a/graphics/GLXKit/Makefile Mon Sep 08 06:21:31 2008 +0000
+++ b/graphics/GLXKit/Makefile Mon Sep 08 06:38:56 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2008/01/18 05:06:37 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GLXKit/}
-PKGREVISION= 12
+PKGREVISION= 13
COMMENT= 3DKit GLX backend
@@ -12,5 +12,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME}/GLXKit
.include "../../graphics/RenderKit/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 87977aa579f8 -r 953e45ae5556 graphics/GeometryKit/Makefile
--- a/graphics/GeometryKit/Makefile Mon Sep 08 06:21:31 2008 +0000
+++ b/graphics/GeometryKit/Makefile Mon Sep 08 06:38:56 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2008/01/18 05:06:37 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GeometryKit/}
-PKGREVISION= 12
+PKGREVISION= 13
COMMENT= Objective-C class library for calculating 3D geometry
diff -r 87977aa579f8 -r 953e45ae5556 graphics/GlutKit/Makefile
--- a/graphics/GlutKit/Makefile Mon Sep 08 06:21:31 2008 +0000
+++ b/graphics/GlutKit/Makefile Mon Sep 08 06:38:56 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2008/01/18 05:06:37 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GlutKit/}
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= 3DKit GLUT backend
diff -r 87977aa579f8 -r 953e45ae5556 graphics/RenderKit/Makefile
--- a/graphics/RenderKit/Makefile Mon Sep 08 06:21:31 2008 +0000
+++ b/graphics/RenderKit/Makefile Mon Sep 08 06:38:56 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2008/01/18 05:06:38 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/RenderKit/}
-PKGREVISION= 12
+PKGREVISION= 13
COMMENT= Objective-C API for core scene rendering
diff -r 87977aa579f8 -r 953e45ae5556 graphics/SDLKit/Makefile
--- a/graphics/SDLKit/Makefile Mon Sep 08 06:21:31 2008 +0000
+++ b/graphics/SDLKit/Makefile Mon Sep 08 06:38:56 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.22 2008/01/18 05:06:38 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/SDLKit/}
-PKGREVISION= 17
+PKGREVISION= 18
COMMENT= 3DKit SDL backend
Home |
Main Index |
Thread Index |
Old Index