Date: Tue, 10 Apr 2001 17:39:24 +0900 (JST) From: hsakai@pfu.co.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26473: Update port: games/nadar version up to 1.0 Message-ID: <200104100839.f3A8dNT01652@eidan216.trad.pfu.co.jp>
next in thread | raw e-mail | index | archive | help
>Number: 26473 >Category: ports >Synopsis: Update port: games/nadar version up to 1.0 >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 Apr 10 01:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sakai Hiroaki >Release: FreeBSD 4.2-RELEASE i386 >Organization: PFU >Environment: FreeBSD-4.2 XFree86 >Description: NADAR's version was updated from b05 to 1.0. This is port of new 1.0 version. >How-To-Repeat: >Fix: diff -ruN nadar.old/Makefile nadar/Makefile --- nadar.old/Makefile Sat Apr 7 09:01:36 2001 +++ nadar/Makefile Sun Apr 8 02:55:49 2001 @@ -6,18 +6,22 @@ # PORTNAME= nadar -PORTVERSION= b05 +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/ MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp -ALL_TARGET= all - USE_X_PREFIX= yes USE_XPM= yes MAN1= nadars.1 nadar.1 MANCOMPRESSED= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nadar ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/nadars ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/nadar.1.gz ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nadars.1.gz ${PREFIX}/man/man1 .include <bsd.port.mk> diff -ruN nadar.old/README.html nadar/README.html --- nadar.old/README.html Sat Apr 7 09:01:36 2001 +++ nadar/README.html Thu Jan 1 09:00:00 1970 @@ -1,30 +0,0 @@ -<html> -<title> The FreeBSD Ports Collection (games/nadar)</title> -<head><h1> The FreeBSD Ports Collection ("games/nadar")</h1> </head> <hr> -<body> - -<p>You are now in the directory for the port "games/nadar" (package name "nadar-b05"). - -<p>This is the one-line description for this port: - -<p><hr><p> -A network tank battle game -<p><hr> - -<p>Please read the "<a href="pkg-descr">description file</a>" for a -longer description. - -<p>Go to the <a href="../../README.html">top of the ports tree</a> for -a summary on how to use the ports collection. - -<p> -This port requires package(s) "XFree86-3.3.6_4 xpm-3.4k" to build. -<p> -This port requires package(s) "XFree86-3.3.6_4 xpm-3.4k" to run. - -<p><hr><p> -<a href="../README.html"> Go up one level</a> -| -<a href="../../README.html"> Go to top of ports tree</a> -</body> -</html> diff -ruN nadar.old/distinfo nadar/distinfo --- nadar.old/distinfo Sat Apr 7 09:01:36 2001 +++ nadar/distinfo Sat Apr 7 09:26:33 2001 @@ -1 +1 @@ -MD5 (nadar-b05.tar.gz) = 6626ce24beedf7a89723c396caec225b +MD5 (nadar-1.0.tar.gz) = ea76c9bb1ae8600aa027fe89bcf6c149 diff -ruN nadar.old/files/patch-aa nadar/files/patch-aa --- nadar.old/files/patch-aa Sat Apr 7 09:01:36 2001 +++ nadar/files/patch-aa Sat Apr 7 09:32:21 2001 @@ -1,6 +1,6 @@ ---- Makefile~ Tue Mar 21 20:24:39 2000 -+++ Makefile Tue Mar 21 20:25:07 2000 -@@ -8,8 +8,8 @@ +--- Makefile.mk~ Sat Apr 7 09:27:20 2001 ++++ Makefile.mk Sat Apr 7 09:29:34 2001 +@@ -8,17 +8,17 @@ # operate it, and destroy other tanks to survive! ############################################################################### @@ -10,4 +10,15 @@ +#X11BASE = /usr/X11R6 BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/man/man1 - PKGNAME = nadar-b05 + PKGNAME = nadar-1.0 + VERSION = NADAR-1.0 + +-CC = cc ++#CC = cc + RM = rm -f + +-CFLAGS = -O2 -Wall ++#CFLAGS = -O2 -Wall + #CFLAGS = -g -Wall + CFLAGS += -DVERSION=\"$(VERSION)\" + diff -ruN nadar.old/files/patch-ab nadar/files/patch-ab --- nadar.old/files/patch-ab Sat Apr 7 09:01:36 2001 +++ nadar/files/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- client/Makefile~ Tue Mar 21 20:24:54 2000 -+++ client/Makefile Tue Mar 21 20:25:46 2000 -@@ -8,7 +8,7 @@ - # operate it, and destroy other tanks to survive! - ############################################################################### - --X11BASE = /usr/X11R6 -+#X11BASE = /usr/X11R6 - - CC = gcc - RM = rm -f >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?200104100839.f3A8dNT01652>