pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xjewel Use imake PLIST variables. Add DragonFly ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/874902659f7c
branches:  trunk
changeset: 506234:874902659f7c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 13 00:16:13 2006 +0000

description:
Use imake PLIST variables. Add DragonFly support.

diffstat:

 games/xjewel/PLIST            |   4 ++--
 games/xjewel/distinfo         |   4 ++--
 games/xjewel/patches/patch-aa |  15 ++++++++-------
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (62 lines):

diff -r 0b2ec295aa69 -r 874902659f7c games/xjewel/PLIST
--- a/games/xjewel/PLIST        Fri Jan 13 00:13:54 2006 +0000
+++ b/games/xjewel/PLIST        Fri Jan 13 00:16:13 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/02/26 16:37:12 tron Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/01/13 00:16:13 joerg Exp $
 bin/xjewel
-${IMAKE_MAN_SOURCE_PATH}6/xjewel.${IMAKE_MANNEWSUFFIX}
+${IMAKE_GAMEMAN_DIR}/xjewel.${IMAKE_GAMEMAN_SUFFIX}
 @exec touch /var/games/xjewel.scores && ${CHOWN} games:games /var/games/xjewel.scores && ${CHMOD} 664 /var/games/xjewel.scores
diff -r 0b2ec295aa69 -r 874902659f7c games/xjewel/distinfo
--- a/games/xjewel/distinfo     Fri Jan 13 00:13:54 2006 +0000
+++ b/games/xjewel/distinfo     Fri Jan 13 00:16:13 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:12:04 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/01/13 00:16:13 joerg Exp $
 
 SHA1 (xjewel-1.6.tar.z) = b202d4fdb70bf3a61707aed7a00607a907c80275
 RMD160 (xjewel-1.6.tar.z) = c34bb8ab01c6a7055b67c600b8511e7e3d62118c
 Size (xjewel-1.6.tar.z) = 45439 bytes
-SHA1 (patch-aa) = e544ebd4d884e8d1f96cc13485501877974ab832
+SHA1 (patch-aa) = bc68bf5316e246c5d2ba4d89a950b83a7c2fc4ac
diff -r 0b2ec295aa69 -r 874902659f7c games/xjewel/patches/patch-aa
--- a/games/xjewel/patches/patch-aa     Fri Jan 13 00:13:54 2006 +0000
+++ b/games/xjewel/patches/patch-aa     Fri Jan 13 00:16:13 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/08/13 19:04:56 tron Exp $
+$NetBSD: patch-aa,v 1.2 2006/01/13 00:16:13 joerg Exp $
 
---- Imakefile.orig     Wed Feb 16 11:35:06 1994
-+++ Imakefile  Fri Aug 13 20:47:32 1999
-@@ -4,12 +4,11 @@
+--- Imakefile.orig     1994-02-16 10:35:06.000000000 +0000
++++ Imakefile
+@@ -4,12 +4,12 @@
  CDEBUGFLAGS = -O  
  
  # CHANGE HSCORE_FILE TO SUIT
@@ -13,11 +13,12 @@
  # ADD YOUR ARCHITECTURE IF YOU USE SELECT INSTEAD OF POLL
  #if defined(HPArchitecture) || defined(ApolloArchitecture) || \
 -      defined(UltrixArchitecture)
-+      defined(UltrixArchitecture) || defined(NetBSDArchitecture)
++      defined(UltrixArchitecture) || defined(NetBSDArchitecture) || \
++      defined(DragonFlyArchitecture)
  #define sel -DUSE_SELECT
  #else
  #define sel 
-@@ -21,10 +20,10 @@
+@@ -21,10 +21,10 @@ HSCORE_FILE=xjewel.scores
  # DEFINE 'GETPWENT' if you dont have the cuserid ftn (hscore.c)
  # DEFINE 'SLOW_FONTS=n' if your server is overly fast on fonts
  # DEFINE 'SLOW_DRAW=n' if your server is overly fast on drawing
@@ -30,7 +31,7 @@
  
  ##############################################################################
  # X-STUFF...
-@@ -42,15 +41,19 @@
+@@ -42,15 +42,19 @@ CFONT   = bitmaps/seven_seg.$(FFILE)
  
  
  # LETS GET TO IT...



Home | Main Index | Thread Index | Old Index