diff options
author | John Marino <marino@FreeBSD.org> | 2015-05-23 13:38:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-05-23 13:38:15 +0000 |
commit | 1ab6843a7b0138213025bc32bce7c06fd32a100e (patch) | |
tree | 485ecea5ea033117a29bdcd223664adf85a1b0de /devel/matreshka/files/patch-Makefile.install | |
parent | obey portlint warnings (diff) |
devel/matreskha: Upgrade version 0.6.0 => 0.7.0
Noticable improvements:
* Ada to Javascript translator and run-time library
* Servlet API support
* collation tailoring by CLDR collation data
* Enhanced XML SAX reader
* extended Universal_Character and Universal_String
* extended Universal_String_Vector and IRI
* Updated unicode to 7.0.0 and CLDR to 27.0.1
* Added uaflex - unicode aware flexible lex analyzer generator
* Streaming support: Ada <==> JSON
Notes
Notes:
svn path=/head/; revision=387130
Diffstat (limited to 'devel/matreshka/files/patch-Makefile.install')
-rw-r--r-- | devel/matreshka/files/patch-Makefile.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/matreshka/files/patch-Makefile.install b/devel/matreshka/files/patch-Makefile.install deleted file mode 100644 index 1a6f0f605056..000000000000 --- a/devel/matreshka/files/patch-Makefile.install +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.install.orig 2013-12-20 08:40:13.447414000 -0500 -+++ Makefile.install -@@ -24,7 +24,11 @@ LIBEXT = dll - EXEEXT = .exe - endif - --INSTALL_TARGETS = league xml fastcgi soap wsse wsdl2ada sql amf dd uml mofext ocl utp -+INSTALL_TARGETS = league xml fastcgi soap wsse wsdl2ada sql -+ -+ifdef ENABLE_AMF -+INSTALL_TARGETS += amf dd uml mofext ocl utp -+endif - - ifdef HAS_FIREBIRD - INSTALL_TARGETS += firebird |