From yasuf@big.or.jp Mon May 10 20:49:50 1999
Return-Path: <yasuf@big.or.jp>
Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13])
	by hub.freebsd.org (Postfix) with ESMTP id 5C61214D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 May 1999 20:49:42 -0700 (PDT)
	(envelope-from yasuf@big.or.jp)
Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22])
	by smtp.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id MAA23741
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 May 1999 12:49:41 +0900 (JST)
	(envelope-from yasuf@big.or.jp)
Received: from localhost ([210.234.51.59]) by post1a.po.teleway.ne.jp
          (Post.Office MTA v3.0 release "turbo_2"
          ID# 110-55583U50000L50000S0V35) with ESMTP id AAA6818
          for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 11 May 1999 12:49:40 +0900
Message-Id: <19990511124940X.yasuf@big.or.jp>
Date: Tue, 11 May 1999 12:49:40 +0900
From: yasuf@big.or.jp
Reply-To: yasuf@big.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fix port: games/pmars
X-Send-Pr-Version: 3.2

>Number:         11635
>Category:       ports
>Synopsis:       Fix port: games/pmars
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 10 20:50:00 PDT 1999
>Closed-Date:    Mon May 10 21:21:45 PDT 1999
>Last-Modified:  Mon May 10 21:23:22 PDT 1999
>Originator:     Yasuhiro Fukuma
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

Patch for building failure of games/pmars on the Package Builder.

cf. http://bento.freebsd.org/errorlogs/3-full/pmars-0.8.log

>How-To-Repeat:

	

>Fix:

Index: pmars/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/pmars/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/04/02 04:10:14	1.1.1.1
+++ Makefile	1999/05/11 03:28:19
@@ -18,6 +18,7 @@
 USE_XLIB=	yes
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
+ALL_TARGET=	pmars
 MAN6=		pmars.6
 
 do-install:
Index: pmars/patches/patch-aa
===================================================================
RCS file: /home/ncvs/ports/games/pmars/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patch-aa	1999/04/11 12:47:04	1.2
+++ patch-aa	1999/05/11 03:42:30
@@ -23,12 +23,3 @@
  
  .SUFFIXES: .o .c .c~ .man .doc .6
  MAINFILE = pmars
-@@ -30,7 +31,7 @@
- OBJ2 = clparse.o global.o token.o 
- OBJ3 = str_eng.o
- 
--ALL: flags $(MAINFILE) man doc
-+all: flags $(MAINFILE) man doc
- 
- flags:
- 	@echo Making $(MAINFILE) with compiler flags $(CFLAGS)
Index: pmars/pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/games/pmars/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1999/04/02 04:10:14	1.1.1.1
+++ PLIST	1999/05/11 03:19:30
@@ -6,3 +6,4 @@
 share/games/corewars/flashpaper.red
 share/games/corewars/README
 @dirrm share/games/corewars
+@unexec /bin/rmdir %D/share/games >/dev/null 2>&1 || true

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: taoka 
State-Changed-When: Mon May 10 21:21:45 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
