pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/SDLKit Fix build in the new GNUSTEP world order.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0aac461a6e9d
branches: trunk
changeset: 395088:0aac461a6e9d
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jul 07 05:50:21 2009 +0000
description:
Fix build in the new GNUSTEP world order.
diffstat:
graphics/SDLKit/Makefile | 4 +++-
graphics/SDLKit/PLIST | 12 ++++++------
graphics/SDLKit/distinfo | 3 ++-
graphics/SDLKit/patches/patch-ab | 14 ++++++++++++++
4 files changed, 25 insertions(+), 8 deletions(-)
diffs (65 lines):
diff -r 1c038d1f5ff7 -r 0aac461a6e9d graphics/SDLKit/Makefile
--- a/graphics/SDLKit/Makefile Tue Jul 07 05:46:52 2009 +0000
+++ b/graphics/SDLKit/Makefile Tue Jul 07 05:50:21 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/09/08 06:38:56 dholland Exp $
+# $NetBSD: Makefile,v 1.24 2009/07/07 05:50:21 joerg Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -12,6 +12,8 @@
WRKSRC= ${WRKDIR}/${DISTNAME}/SDLKit
+MAKE_FLAGS+= ADDITIONAL_INCLUDE_DIRS=-I${BUILDLINK_PREFIX.RenderKit}/System/Library/Headers
+
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/RenderKit/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
diff -r 1c038d1f5ff7 -r 0aac461a6e9d graphics/SDLKit/PLIST
--- a/graphics/SDLKit/PLIST Tue Jul 07 05:46:52 2009 +0000
+++ b/graphics/SDLKit/PLIST Tue Jul 07 05:50:21 2009 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:40 joerg Exp $
-share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLCamera.h
-share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLEventHandler.h
-share/GNUstep/Local/Library/Headers/SDLKit/G3DSDLKit.h
-share/GNUstep/Local/Library/Libraries/libSDLKit.so
-share/GNUstep/Local/Library/Libraries/libSDLKit.so.0.4.0
+@comment $NetBSD: PLIST,v 1.5 2009/07/07 05:50:21 joerg Exp $
+System/Library/Headers/SDLKit/G3DSDLCamera.h
+System/Library/Headers/SDLKit/G3DSDLEventHandler.h
+System/Library/Headers/SDLKit/G3DSDLKit.h
+System/Library/Libraries/libSDLKit.so
+System/Library/Libraries/libSDLKit.so.0.4.0
@pkgdir share/GNUstep/Local/Headers/SDLKit
diff -r 1c038d1f5ff7 -r 0aac461a6e9d graphics/SDLKit/distinfo
--- a/graphics/SDLKit/distinfo Tue Jul 07 05:46:52 2009 +0000
+++ b/graphics/SDLKit/distinfo Tue Jul 07 05:50:21 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 08:45:02 agc Exp $
+$NetBSD: distinfo,v 1.3 2009/07/07 05:50:21 joerg Exp $
SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
SHA1 (patch-aa) = f60cf7bb977f5471bdf54399928aa2086c064b05
+SHA1 (patch-ab) = 8dee09676a35d7a377428e2c5de9d0fcd054a5e2
diff -r 1c038d1f5ff7 -r 0aac461a6e9d graphics/SDLKit/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/SDLKit/patches/patch-ab Tue Jul 07 05:50:21 2009 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2009/07/07 05:50:22 joerg Exp $
+
+--- GNUmakefile.orig 2010-05-31 23:39:15.000000000 +0200
++++ GNUmakefile
+@@ -8,6 +8,9 @@
+ # GNUmakefile.postamble
+ #
+
++# Install into the system root by default
++GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
++
+ include $(GNUSTEP_MAKEFILES)/common.make
+ include Version
+ #
Home |
Main Index |
Thread Index |
Old Index