Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2000 04:16:33 +0900
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16731: Update port: games/xjewel
Message-ID:  <041532A91B3E3D1178920005B88728FB@tkato.prontomail.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         16731
>Category:       ports
>Synopsis:       Update port: games/xjewel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 15 12:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:

>Description:
- Add missing patch

New file:
patches/patch-aa

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xjewel/patches/patch-aa games/xjewel/patches/patch-aa
--- /usr/ports/games/xjewel/patches/patch-aa	Thu Jan  1 09:00:00 1970
+++ games/xjewel/patches/patch-aa	Tue Feb 15 20:56:37 2000
@@ -0,0 +1,46 @@
+--- Imakefile.orig	Wed Feb 16 19:35:06 1994
++++ Imakefile	Tue Feb 15 20:56:35 2000
+@@ -1,11 +1,12 @@
+ # A little makeyfile edit up to the solid line...
+ 
+ # EDIT THE CDEBUGFLAGS IF -O GIVES A PROBLEM
+-CDEBUGFLAGS = -O  
++#CDEBUGFLAGS = -O  
+ 
+ # CHANGE HSCORE_FILE TO SUIT
+ #HSCORE_FILE=/usr/local/lib/xjewel.scores
+-HSCORE_FILE=xjewel.scores
++HSCORE_DIR=$(LIBDIR)/xjewel
++HSCORE_FILE=$(HSCORE_DIR)/xjewel.scores
+ 
+ # ADD YOUR ARCHITECTURE IF YOU USE SELECT INSTEAD OF POLL
+ #if defined(HPArchitecture) || defined(ApolloArchitecture) || \
+@@ -21,10 +22,10 @@
+ # 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
+-USERDEFS = -DICON_WINDOW
++USERDEFS = -DICON_WINDOW -DUSE_SELECT -DGETPWENT
+ 
+ # CHANGE FFILE TO REFLECT THE EXTENSION USED FOR COMPILED FONTS
+-FFILE = snf
++FFILE = pcf.gz
+ 
+ ##############################################################################
+ # X-STUFF...
+@@ -40,6 +41,8 @@
+ FONT   = bitmaps/seven_seg
+ CFONT   = bitmaps/seven_seg.$(FFILE)
+ 
++MANDIR = $(MANPATH)/man6
++MANSUFFIX = 6
+ 
+ # LETS GET TO IT...
+ ComplexProgramTarget(xjewel)
+@@ -52,5 +55,6 @@
+ all:: $(CFONT)
+ 
+ install::
++	MakeDir($(DESTDIR)$(HSCORE_DIR))
+ 	touch  $(HSCORE_FILE)
+ 	chmod a+w $(HSCORE_FILE)


Sent by Japanese ProntoMail

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?041532A91B3E3D1178920005B88728FB>