pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xemeraldia Tell imake that there is no man page.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd0dcaee3e23
branches:  trunk
changeset: 490678:fd0dcaee3e23
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 17 18:33:07 2005 +0000

description:
Tell imake that there is no man page.
Probably fixes PR 29490.

diffstat:

 games/xemeraldia/distinfo         |   4 ++--
 games/xemeraldia/patches/patch-aa |  17 +++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r a16bb553cbf6 -r fd0dcaee3e23 games/xemeraldia/distinfo
--- a/games/xemeraldia/distinfo Thu Mar 17 17:32:42 2005 +0000
+++ b/games/xemeraldia/distinfo Thu Mar 17 18:33:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:12:04 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/03/17 18:33:07 wiz Exp $
 
 SHA1 (xemeraldia-0.3.tar.gz) = 23034527a0fcd6188d7b4cd57b4129b16bf3ddc6
 RMD160 (xemeraldia-0.3.tar.gz) = 870c4c4d856665d31ce4c1d81ade921297fa09a7
@@ -6,6 +6,6 @@
 SHA1 (xemeraldia-0.3to0.31.patch.gz) = bcc6bd6c91a542962a2b5e4012f80a9fecc6f652
 RMD160 (xemeraldia-0.3to0.31.patch.gz) = 8698c77b120e860b29d6d6a33c2abe7660db3979
 Size (xemeraldia-0.3to0.31.patch.gz) = 2400 bytes
-SHA1 (patch-aa) = 0a6bf6be729bf289a940c39c76f7aba921dcc981
+SHA1 (patch-aa) = 6ee848301fde9da8da98fcd30d66a566bcfe7993
 SHA1 (patch-ab) = dd8d2cca732bd3dbd0598e0484067a8c8aba306f
 SHA1 (patch-ac) = 8488955229bcf85472c424e503e7f09c7cb7785c
diff -r a16bb553cbf6 -r fd0dcaee3e23 games/xemeraldia/patches/patch-aa
--- a/games/xemeraldia/patches/patch-aa Thu Mar 17 17:32:42 2005 +0000
+++ b/games/xemeraldia/patches/patch-aa Thu Mar 17 18:33:07 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 1999/12/14 01:49:33 sakamoto Exp $
+$NetBSD: patch-aa,v 1.3 2005/03/17 18:33:07 wiz Exp $
 
---- Imakefile.orig     Thu Dec  9 19:16:34 1999
-+++ Imakefile  Thu Dec  9 19:27:40 1999
+--- Imakefile.orig     2005-03-17 19:30:42.000000000 +0100
++++ Imakefile
 @@ -1,5 +1,4 @@
 -BIN_DIR=          /usr/local/bin
 -HIGH_SCORE_DIR=   /usr/local/lib
@@ -9,7 +9,7 @@
  
  /*---------------------------------------------------------------------*/
  
-@@ -14,8 +13,7 @@
+@@ -14,8 +13,7 @@ EXTRA_LOAD_FLAGS = -L/usr/openwin/lib
  #endif
  #endif
  
@@ -19,3 +19,12 @@
                  -D__USE_FIXED_PROTOTYPES__
  
  HEADERS = games.h graphics.h bitmaps.h
+@@ -27,7 +25,7 @@ HEADERS = games.h graphics.h bitmaps.h
+ /*LOCAL_LIBRARIES= $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(EXTENSIONLIB) $(XLIB)*/
+ LOCAL_LIBRARIES= XawClientLibs
+ 
+-ComplexProgramTarget(xemeraldia)
++ComplexProgramTargetNoMan(xemeraldia)
+ 
+ AllTarget(XEmeraldia.ad)
+ InstallAppDefaults(XEmeraldia)



Home | Main Index | Thread Index | Old Index