From owner-freebsd-ports Mon May 10 20:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEEE614FE4 for ; Mon, 10 May 1999 20:49:59 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15562; Mon, 10 May 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id 5C61214D2F for ; 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 ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: ports/11635: Fix port: games/pmars Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11635 >Category: ports >Synopsis: Fix port: games/pmars >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 10 20:50:00 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message