From nobody@FreeBSD.ORG  Fri Oct 13 18:06:37 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 2A0DC37B66E; Fri, 13 Oct 2000 18:06:37 -0700 (PDT)
Message-Id: <20001014010637.2A0DC37B66E@hub.freebsd.org>
Date: Fri, 13 Oct 2000 18:06:37 -0700 (PDT)
From: tkato@prontomail.ne.jp
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: games/xataxx
X-Send-Pr-Version: www-1.0

>Number:         21969
>Category:       ports
>Synopsis:       Update port: games/xataxx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 13 18:10:02 PDT 2000
>Closed-Date:    Sat Oct 14 12:52:27 PDT 2000
>Last-Modified:  Sat Oct 14 12:52:35 PDT 2000
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix Imakefile breakage under XFree86 4.x

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xataxx/Makefile games/xataxx/Makefile
--- /usr/ports/games/xataxx/Makefile	Sat Apr 15 00:24:10 2000
+++ games/xataxx/Makefile	Fri Oct 13 21:44:09 2000
@@ -17,13 +17,8 @@
 
 USE_IMAKE=	yes
 MAN6=		xataxx.6
-MANCOMPRESSED=	no
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6
-	@${MKDIR} ${PREFIX}/share/xataxx
-	${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx
+post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/xataxx
 	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx
diff -urN /usr/ports/games/xataxx/files/patch-aa games/xataxx/files/patch-aa
--- /usr/ports/games/xataxx/files/patch-aa	Mon Aug 24 10:51:30 1998
+++ games/xataxx/files/patch-aa	Fri Oct 13 21:42:34 2000
@@ -1,6 +1,12 @@
---- Imakefile	Tue Oct 29 04:23:52 1991
-+++ /home/andy/tmp/wrk/Imakefile	Sat Jul  4 21:29:46 1998
-@@ -8,7 +8,7 @@
+--- Imakefile.orig	Tue Oct 29 13:23:52 1991
++++ Imakefile	Fri Oct 13 21:42:28 2000
+@@ -4,11 +4,13 @@
+ # in the system default BINDIR
+ # BINDIR =
+ 
++MANSUFFIX = 6
++
+ # !%^#*
  DEPLIBS =
  
  /* DATADIR is where the boards and bitmaps will be installed */
@@ -9,3 +15,12 @@
  
  LOCAL_LIBRARIES = $(XLIB) 
  SRCS	= bits.c board.c colbits.c demo.c display.c main.c nubot.c parse.c zot.c
+@@ -19,6 +21,8 @@
+ install:: install.lib
+ 
+ install.lib:
++	@if [ -d $(DESTDIR)$(DATADIR) ]; then set +x; \
++	else (set -x; $(MKDIRHIER) $(DESTDIR)$(DATADIR)); fi
+ 	for i in lib//**/*; do \
+ 		(set -x; install -c $$i $(DATADIR)); \
+ 	done


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Sat Oct 14 12:52:27 PDT 2000 
State-Changed-Why:  
Update committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21969 
>Unformatted:
