Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Nov 2005 12:02:54 +0300
From:      Boris Samorodov <bsam@ipt.ru>
To:        Kirill Ponomarew <krion@voodoo.bawue.com>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/88291: [update] devel/smc: UNBREAK port (size mismatch)
Message-ID:  <98721825@srv.sem.ipt.ru>
In-Reply-To: <20051031212911.GF36495@voodoo.bawue.com> (Kirill Ponomarew's message of "Mon, 31 Oct 2005 22:29:11 %2B0100")
References:  <200510312006.j9VK6pRw034243@freefall.freebsd.org> <52412306@srv.sem.ipt.ru> <20051031203555.GE36495@voodoo.bawue.com> <75618933@srv.sem.ipt.ru> <20051031212911.GF36495@voodoo.bawue.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 Oct 2005 22:29:11 +0100 Kirill Ponomarew wrote:

> You should try to ask software developers what happened to tarball
> and provide this info in PR.

I've got an answer at the ML at sourceforge.net:

-----
From: Charles Rapp
Subject: RE: Was 4.2.2 rerolled?


Boris, 
 
I realized after the initial release that the build missed 1 line change of the C# bug fix due to a CVS problem. SmcCSharpGenerator.java, line 1456 was built as: 
 
if (loopbackFlag == false || hasActions == false) 
 
and was corrected to: 
 
if (loopbackFlag == false || hasActions == true) 
 
So I corrected the CVS problem, rebuilt and re-released the tarball without modifying the release. 
 
I apologize for any inconvience this has caused. 

Charles Rapp
-----


WBR
-- 
Boris B. Samorodov, Research Engineer
InPharmTech Co,     http://www.ipt.ru
Telephone & Internet Service Provider



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