Bug 83577 - [NEW PORT] games/fmars - Fast Memory Array Redcode Simulator
Summary: [NEW PORT] games/fmars - Fast Memory Array Redcode Simulator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-16 23:50 UTC by Alejandro Pulver
Modified: 2005-07-22 23:35 UTC (History)
0 users

See Also:


Attachments
fmars.shar (11.56 KB, text/plain)
2005-07-16 23:50 UTC, Alejandro Pulver
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver 2005-07-16 23:50:21 UTC

    
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-18 22:32:17 UTC
State Changed
From-To: open->feedback

Does not compile on FreeBSD 4.X, would it be easy to fix? 
http://hood.oook.cz/tb/errors/4-i386/fmars-0.0.206.log 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-18 22:32:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Alejandro Pulver 2005-07-22 18:59:28 UTC
>Submitter-Id:	current-users 
>Originator:	Alejandro Pulver 
>Organization:	 
>Confidential:	no 
>Synopsis:	Re: ports/83577: [NEW PORT] games/fmars - Fast Memory Array Redcode Simulator 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		change-request 
>Release:	FreeBSD 5.4-RELEASE i386 
>Environment:





>Description:


This patch should fix the compilation errors in 4.X (GCC 2.95).


>How-To-Repeat:





>Fix:


--- fmars.diff begins here ---
diff -urN committed/fmars/Makefile fmars/Makefile
--- committed/fmars/Makefile	Sat Jul 16 19:40:55 2005
+++ fmars/Makefile	Fri Jul 22 13:08:12 2005
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	fmars
-# Date created:				16 Jul 2005
+# Date created:				21 Jul 2005
 # Whom:					Alejandro Pulver <alejandro@varnet.biz>
 #
 # $FreeBSD$
 #
 
 PORTNAME=	fmars
-PORTVERSION=	0.0.206
+PORTVERSION=	0.0.207
 CATEGORIES=	games
 MASTER_SITES=	http://www.v-lo.krakow.pl/~michal/
 
diff -urN committed/fmars/distinfo fmars/distinfo
--- committed/fmars/distinfo	Thu Jul  7 18:56:55 2005
+++ fmars/distinfo	Fri Jul 22 12:15:27 2005
@@ -1,2 +1,2 @@
-MD5 (fmars-0.0.206.tar.bz2) = b9cc01aecd4d6a0112e918091a1e73fa
-SIZE (fmars-0.0.206.tar.bz2) = 87114
+MD5 (fmars-0.0.207.tar.bz2) = 2d42d187dab2edf2e51e6ed0e7484eec
+SIZE (fmars-0.0.207.tar.bz2) = 87057
--- fmars.diff ends here ---
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-22 23:35:05 UTC
State Changed
From-To: feedback->closed

New port added, thank you!