Commit graph

6 commits

Author SHA1 Message Date
Thierry Thomas
0d4a75c843 Fix a size mismatch and unbreak.
According to the author:

 -----
 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
 -----

PR:		88291
Submitted by:	Boris B. Samorodov
2005-11-11 18:29:35 +00:00
Kris Kennaway
a6f33819e7 BROKEN: Size mismatch 2005-10-05 06:18:16 +00:00
Ying-Chieh Liao
ed3578c691 upgrade to 4.2.2 2005-09-20 01:03:36 +00:00
Herve Quiroz
2355268c3f - Update to bsd.java.mk 2.0
- Fix pkg-plist to calm portlint
2005-01-28 23:40:30 +00:00
Greg Lewis
b7614bffce . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it. 2004-07-12 20:43:03 +00:00
Ying-Chieh Liao
79d4073516 add smc 3.0.0
The State Machine Compiler
2004-06-03 05:54:48 +00:00