aboutsummaryrefslogtreecommitdiff
path: root/devel/flex_compiler_shell/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* Fix dependency and unbreak.Jun Kuriyama2008-09-071-2/+2
| | | | Notes: svn path=/head/; revision=220188
* Upgrade to 3.1.0.2701. Old version (2.0.1) was repocopied asJun Kuriyama2008-09-031-0/+1
| | | | | | | | | devel/flex-sdk2. This is MPL version (not including Flash Player binaries etc). Notes: svn path=/head/; revision=219720
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* The fcsh (Flex Compiler Shell) utility provides a shell environmentJun Kuriyama2007-12-181-0/+35
that you use to compile Flex applications, modules, and component libraries. It works very similarly to the mxmlc and compc command line compilers, but it compiles faster than the mxmlc and compc command-line compilers. WWW: http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell Notes: svn path=/head/; revision=204047