Date: Tue, 11 May 1999 12:49:40 +0900 From: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11635: Fix port: games/pmars Message-ID: <19990511124940X.yasuf@big.or.jp>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990511124940X.yasuf>