pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xgospel Set RM to MAKE_RM -f instead of MAKE_RM.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d1b2aad477b
branches: trunk
changeset: 495488:6d1b2aad477b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jun 11 11:45:53 2005 +0000
description:
Set RM to MAKE_RM -f instead of MAKE_RM.
Seems that MAKE_RM was changed to not include -f any longer in the last month
or so/
Fixes bulk build problem.
diffstat:
games/xgospel/distinfo | 4 ++--
games/xgospel/patches/patch-aa | 17 +++++++++++++----
2 files changed, 15 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 4003aa2e8702 -r 6d1b2aad477b games/xgospel/distinfo
--- a/games/xgospel/distinfo Sat Jun 11 11:29:52 2005 +0000
+++ b/games/xgospel/distinfo Sat Jun 11 11:45:53 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:12:04 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/06/11 11:45:53 wiz Exp $
SHA1 (xgospel-1.12d.tar.gz) = 9d873603b745b1e6046c1407a72e6d6ea474ef37
RMD160 (xgospel-1.12d.tar.gz) = 20e55639ae2ec365ad3698f7709e2bd386380acc
Size (xgospel-1.12d.tar.gz) = 699374 bytes
-SHA1 (patch-aa) = 423221b45f897e40af211f75842fce21d4bf6f55
+SHA1 (patch-aa) = 3134905ebee6cbe0114e9fad04d8f885cf145fe0
SHA1 (patch-ab) = 3377d5472486579620f091f69cdf68d47bff4064
SHA1 (patch-ac) = b0a2c73933424f4b480fa7518f1c518f44fcc17b
SHA1 (patch-ad) = a9380b25aac5f4f15eada4693956fc7f511d7457
diff -r 4003aa2e8702 -r 6d1b2aad477b games/xgospel/patches/patch-aa
--- a/games/xgospel/patches/patch-aa Sat Jun 11 11:29:52 2005 +0000
+++ b/games/xgospel/patches/patch-aa Sat Jun 11 11:45:53 2005 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1 1999/12/12 04:20:21 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2005/06/11 11:45:53 wiz Exp $
---- Makefile.in.orig Sun Dec 12 05:15:06 1999
-+++ Makefile.in Sun Dec 12 05:15:42 1999
-@@ -163,7 +163,7 @@
+--- Makefile.in.orig 1998-05-08 15:31:05.000000000 +0200
++++ Makefile.in
+@@ -1,7 +1,7 @@
+ srcdir = @srcdir@
+ VPATH = @srcdir@
+ @SET_MAKE@
+-RM = @MAKE_RM@
++RM = @MAKE_RM@ -f
+
+ CC = @CC@
+ LEX = @LEX@
+@@ -163,7 +163,7 @@ dummylibs:
###############################################################################
installdirs:
Home |
Main Index |
Thread Index |
Old Index