Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 1998 14:52:12 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7555: Update port: games/icbm3d
Message-ID:  <199808101052.OAA29420@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>Number:         7555
>Category:       ports
>Synopsis:       Update port: games/icbm3d
>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:   Mon Aug 10 03:50:00 PDT 1998
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

>Description:

   This is a patch to update games/icbm3d port.


diff -Nru icbm3d/Makefile icbm3d-0.4/Makefile
--- icbm3d/Makefile	Wed Aug  5 10:19:47 1998
+++ icbm3d-0.4/Makefile	Mon Aug 10 18:42:29 1998
@@ -1,25 +1,28 @@
 # New ports collection makefile for:	icbm3d
-# Version required:			0.3
+# Version required:			0.4
 # Date created:				20 March 1998
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.3 1998/08/05 09:30:55 asami Exp $
 #
 
-DISTNAME=	icbm3d.0.3
-PKGNAME=	icbm3d-0.3
+DISTNAME=	icbm3d.0.4
+PKGNAME=	icbm3d-0.4
 CATEGORIES=	games
-MASTER_SITES=	http://zippy.sonoma.edu/kendrick/nbs/unix/x/icbm3d/
+MASTER_SITES=	ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/
 
 MAINTAINER=	andy@icc.surw.chel.su
 
+ALL_TARGET=	icbm3d
 MAKEFILE=	makefile
 USE_X_PREFIX=	yes
 WRKSRC=		${WRKDIR}/icbm3d
 
 do-install:
 	@ ${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/icbm3d
 	@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
+.endif
 
 .include <bsd.port.mk>
diff -Nru icbm3d/files/md5 icbm3d-0.4/files/md5
--- icbm3d/files/md5	Sat Mar 28 15:22:37 1998
+++ icbm3d-0.4/files/md5	Mon Aug 10 18:31:24 1998
@@ -1 +1 @@
-MD5 (icbm3d.0.3.tar.gz) = 943025be0ff03746289fbfb8f7f59775
+MD5 (icbm3d.0.4.tar.gz) = d4316b1c2c4aabad2c2c80f16f00a9e0
diff -Nru icbm3d/patches/patch-aa icbm3d-0.4/patches/patch-aa
--- icbm3d/patches/patch-aa	Sat Mar 28 15:22:38 1998
+++ icbm3d-0.4/patches/patch-aa	Mon Aug 10 18:41:13 1998
@@ -1,20 +1,22 @@
---- makefile	Thu Mar 19 02:54:27 1998
-+++ /home/andy/tmp/wrk/makefile	Sat Mar 21 16:32:42 1998
-@@ -9,7 +9,7 @@
+--- makefile	Fri Jul 31 04:41:20 1998
++++ /home/andy/tmp/wrk/makefile	Mon Aug 10 18:40:01 1998
+@@ -9,14 +9,16 @@
  
  # Makefile user-definable variables------------------------------------------
  
 -CC=gcc
-+CC=gcc ${CFLAGS} -I/usr/X11R6/include
++CC?=gcc
++PREFIX?=/usr/X11R6
++X11BASE?=/usr/X11R6
  MATHLIB=-lm
  
+ INSTALLROOT=$(PREFIX)
+ LANGUAGE=english
  
-@@ -36,7 +36,7 @@
- ### uncomment for FreeBSD ###
- ### --------------------- ###
- 
--# XLIB=-L /usr/X11R6/lib -lX11 -lcompat
-+XLIB=-L/usr/X11R6/lib -lX11
- # CFLAGS=-I/usr/X11/include
+-XLIB=-L$(PREFIX)/lib -lX11 #-lcompat
+-CFLAGS=-I$(PREFIX)/include -O2
++XLIB=-L$(X11BASE)/lib -lX11 #-lcompat
++CFLAGS+=-I$(X11BASE)/include
  
  
+ # End of makefile user-definable variables-----------------------------------
diff -Nru icbm3d/pkg/DESCR icbm3d-0.4/pkg/DESCR
--- icbm3d/pkg/DESCR	Sat Mar 28 15:22:39 1998
+++ icbm3d-0.4/pkg/DESCR	Mon Aug 10 18:31:03 1998
@@ -10,3 +10,5 @@
 You take advantage of X-Window's  3-button mouse to control your
 firing  sight  ("cross-hair")  in  3-dimensions, and change your 
 viewpoint.
+
+http://www.sonic.net/~nbs/unix/x/icbm3d


>How-To-Repeat:

>Fix:

   Please, check and commit this patch.

>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?199808101052.OAA29420>