Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 20:26:49 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Frederic Culot <culot@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r389826 - head/games/greed
Message-ID:  <20150617172649.GA21201@hades.panopticon>
In-Reply-To: <201506160801.t5G81tem010777@svn.freebsd.org>
References:  <201506160801.t5G81tem010777@svn.freebsd.org>

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

--/9DWx/yDrRhgMJTb
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline

* Frederic Culot (culot@FreeBSD.org) wrote:

> Author: culot
> Date: Tue Jun 16 08:01:54 2015
> New Revision: 389826
> URL: https://svnweb.freebsd.org/changeset/ports/389826
> 
> Log:
>   - Update to 4.1

It doesn't build at least on 8.x i386, 9.x i386. Fix attached.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru      http://amdmi3.ru

--/9DWx/yDrRhgMJTb
Content-Type: text/x-diff; charset=utf-8
Content-Disposition: attachment; filename="greed.patch"

Index: files/patch-greed.c
===================================================================
--- files/patch-greed.c	(revision 0)
+++ files/patch-greed.c	(working copy)
@@ -0,0 +1,10 @@
+--- greed.c.orig	2015-06-15 04:10:23 UTC
++++ greed.c
+@@ -176,7 +176,6 @@ void showmoves(bool, int*);
+ main(int argc, char **argv)
+ {
+     int val = 1;
+-    extern long time();
+     int attribs[9];
+ #ifdef A_COLOR
+     char *colors;

Property changes on: files/patch-greed.c
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property

--/9DWx/yDrRhgMJTb--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150617172649.GA21201>