pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/boson USE_LANGUAGES=c c++
details: https://anonhg.NetBSD.org/pkgsrc/rev/d133ef1b6327
branches: trunk
changeset: 513391:d133ef1b6327
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri May 26 22:47:19 2006 +0000
description:
USE_LANGUAGES=c c++
Fix installation and remove BROKEN_IN.
Fix PLIST and bump PKGREVISION.
diffstat:
games/boson/Makefile | 7 +++----
games/boson/PLIST | 7 +++----
games/boson/distinfo | 3 ++-
games/boson/patches/patch-ab | 15 +++++++++++++++
4 files changed, 23 insertions(+), 9 deletions(-)
diffs (87 lines):
diff -r d4990ed62993 -r d133ef1b6327 games/boson/Makefile
--- a/games/boson/Makefile Fri May 26 21:13:56 2006 +0000
+++ b/games/boson/Makefile Fri May 26 22:47:19 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2006/05/18 20:29:59 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2006/05/26 22:47:19 wiz Exp $
#
DISTNAME= boson-all-0.8
PKGNAME= ${DISTNAME:S/-all//}
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boson/}
EXTRACT_SUFX= .tar.bz2
@@ -12,11 +12,10 @@
HOMEPAGE= http://boson.eu.org/
COMMENT= OpenGL real-time strategy game for KDE 3
-BROKEN_IN= pkgsrc-2006Q1
-
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-debug
diff -r d4990ed62993 -r d133ef1b6327 games/boson/PLIST
--- a/games/boson/PLIST Fri May 26 21:13:56 2006 +0000
+++ b/games/boson/PLIST Fri May 26 22:47:19 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:31 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/05/26 22:47:19 wiz Exp $
bin/bocursor
bin/bodebugdialog
bin/boinfo
@@ -1052,9 +1052,6 @@
share/kde/icons/locolor/32x32/apps/boson.png
@dirrm share/kde/icons/locolor/32x32/apps
@dirrm share/kde/icons/locolor/16x16/apps
-@dirrm share/kde/icons/hicolor/48x48/apps
-@dirrm share/kde/icons/hicolor/32x32/apps
-@dirrm share/kde/config
@dirrm share/kde/apps/boson/themes/ui/standard
@dirrm share/kde/apps/boson/themes/ui
@dirrm share/kde/apps/boson/themes/textures
@@ -1116,6 +1113,8 @@
@dirrm share/kde/apps/boson/maps
@dirrm share/kde/apps/boson
@dirrm share/kde/applnk/Games/TacticStrategy/boson
+@dirrm share/kde/applnk/Games/TacticStrategy
+@dirrm share/kde/applnk/Games
@dirrm share/doc/kde/HTML/en/boson/units
@dirrm share/doc/kde/HTML/en/boson/game
@dirrm share/doc/kde/HTML/en/boson/facilities
diff -r d4990ed62993 -r d133ef1b6327 games/boson/distinfo
--- a/games/boson/distinfo Fri May 26 21:13:56 2006 +0000
+++ b/games/boson/distinfo Fri May 26 22:47:19 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 23:11:55 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/05/26 22:47:19 wiz Exp $
SHA1 (boson-all-0.8.tar.bz2) = 8af09f0632e0483e8d0ebd279ea302bbaa3518a7
RMD160 (boson-all-0.8.tar.bz2) = eb894699fefa422ca05fde5e1a3b2cd864d4ecbb
Size (boson-all-0.8.tar.bz2) = 32271883 bytes
SHA1 (patch-aa) = a95b4abb4d13fce5731192b9f99a8e6baf69af69
+SHA1 (patch-ab) = 5ff072e94bbdb6d0f3e2876852f0f8e1c8586a54
diff -r d4990ed62993 -r d133ef1b6327 games/boson/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/boson/patches/patch-ab Fri May 26 22:47:19 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2006/05/26 22:47:19 wiz Exp $
+
+--- themes/cursors/Makefile.in.orig 2003-03-30 13:24:55.000000000 +0000
++++ themes/cursors/Makefile.in
+@@ -400,8 +400,8 @@ install-data-local:
+ for f in $$files; do \
+ if test -f $(srcdir)/$$i/$$f; then \
+ $(INSTALL_DATA) $(srcdir)/$$i/$$f $(DESTDIR)$(cursordir)/$$i/$$f ;\
+- fi \
+- done\
++ fi; \
++ done; \
+ done
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
Home |
Main Index |
Thread Index |
Old Index