pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/aranym Fix GNU make regression.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d08d55b41bb6
branches:  trunk
changeset: 511978:d08d55b41bb6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 28 14:10:12 2006 +0000

description:
Fix GNU make regression.

diffstat:

 emulators/aranym/distinfo         |   3 ++-
 emulators/aranym/patches/patch-ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 8d7291673913 -r d08d55b41bb6 emulators/aranym/distinfo
--- a/emulators/aranym/distinfo Fri Apr 28 13:52:05 2006 +0000
+++ b/emulators/aranym/distinfo Fri Apr 28 14:10:12 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2006/03/28 20:11:34 joerg Exp $
+$NetBSD: distinfo,v 1.5 2006/04/28 14:10:12 joerg Exp $
 
 SHA1 (aranym-0.8.9beta.tar.gz) = 509ad0e79c53ace176a8acef2fb2a4f23fa87d69
 RMD160 (aranym-0.8.9beta.tar.gz) = b0b994d672f6be530e6d2f4baa0327a690972f26
 Size (aranym-0.8.9beta.tar.gz) = 1246180 bytes
 SHA1 (patch-aa) = fbb3606d92d1a30086ec3576aeb5f0f9f2d58221
 SHA1 (patch-ab) = 5d0120517eb94c0ff5fef3043b465b46fc23a0b6
+SHA1 (patch-ac) = a4ea32937e756c76d9972f0c76d1d48e05da673e
diff -r 8d7291673913 -r d08d55b41bb6 emulators/aranym/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/aranym/patches/patch-ac Fri Apr 28 14:10:12 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2006/04/28 14:10:12 joerg Exp $
+
+--- Makefile.in.orig   2006-04-28 13:11:06.000000000 +0000
++++ Makefile.in
+@@ -140,8 +140,8 @@ $(APP_LIB): $(OBJ_DIR) $(OBJS)
+ 
+ install: $(APP) $(TAPIF) $(APP).1.gz installdirs
+       $(INSTALL_PROGRAM) $(APP) $(DESTDIR)$(bindir)/$(APP)
+-      if [ "x$(APP_IFC)" = "x$(TAPIF)" ]; then\
+-      $(INSTALL_PROGRAM) $(APP_IFC) $(DESTDIR)$(bindir)/$(APP_IFC);\
++      if [ "x$(APP_IFC)" = "x$(TAPIF)" ]; then \
++      $(INSTALL_PROGRAM) $(APP_IFC) $(DESTDIR)$(bindir)/$(APP_IFC); \
+       fi
+       $(INSTALL_DATA) $(APP).1.gz $(DESTDIR)$(man1dir)/$(APP).1.gz
+       $(INSTALL_DATA) ../../ChangeLog $(DESTDIR)$(docdir)/$(APP)/changelog



Home | Main Index | Thread Index | Old Index