aboutsummaryrefslogtreecommitdiff
path: root/devel/smc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* upgrade to 4.3.0Ying-Chieh Liao2006-01-201-2/+2
| | | | Notes: svn path=/head/; revision=153948
* Fix a size mismatch and unbreak.Thierry Thomas2005-11-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=147961
* BROKEN: Size mismatchKris Kennaway2005-10-051-0/+2
| | | | Notes: svn path=/head/; revision=144257
* upgrade to 4.2.2Ying-Chieh Liao2005-09-201-1/+1
| | | | Notes: svn path=/head/; revision=143186
* - Update to bsd.java.mk 2.0Herve Quiroz2005-01-281-1/+2
| | | | | | | - Fix pkg-plist to calm portlint Notes: svn path=/head/; revision=127577
* add smc 3.0.0Ying-Chieh Liao2004-06-031-0/+37
The State Machine Compiler Notes: svn path=/head/; revision=110726