Hi,
Here is an update to abcl 1.4.0.
Still contains errors when running tests but they seem to be same as in 1.3.3.
Timo
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/abcl/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 2 Dec 2015 07:09:44 -0000 1.8
+++ Makefile 30 Oct 2016 07:23:58 -0000
@@ -2,7 +2,7 @@
COMMENT = Common Lisp dialect for the Java Virtual Machine
-V = 1.3.3
+V = 1.4.0
DISTNAME = abcl-src-${V}
PKGNAME = abcl-${V}
PKG_ARCH = *
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/abcl/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 2 Dec 2015 07:09:44 -0000 1.4
+++ distinfo 30 Oct 2016 07:23:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (abcl-src-1.3.3.tar.gz) = IYbjZwvJd4Ry9ViRCaefE/Dkh0ROBgK2/NyWt8aPfQ8=
-SIZE (abcl-src-1.3.3.tar.gz) = 1096351
+SHA256 (abcl-src-1.4.0.tar.gz) = UZgaqHSTCMsqxkygFl4WLCSnGY1tRiOEgSwVEmqPlvg=
+SIZE (abcl-src-1.4.0.tar.gz) = 1090214
Index: files/abcl_completions
===================================================================
RCS file: /cvs/ports/lang/abcl/files/abcl_completions,v
retrieving revision 1.2
diff -u -p -r1.2 abcl_completions
--- files/abcl_completions 4 Jan 2015 21:12:52 -0000 1.2
+++ files/abcl_completions 30 Oct 2016 07:23:59 -0000
@@ -486,6 +486,7 @@ get-output-stream-string
get-properties
get-setf-expansion
get-socket-stream
+get-time-zone
get-universal-time
getenv
getenv-all
@@ -1800,6 +1801,12 @@ oddp
open
open-stream-p
or
+os-genera-p
+os-haiku-p
+os-macosx-p
+os-oldmac-p
+os-unix-p
+os-windows-p
output-stream-p
package-error-package
package-local-nicknames
@@ -2203,6 +2210,7 @@ system:%process-builder-environment
system:%process-builder-start
system:%process-exit-code
system:%process-kill
+system:%process-pid
system:%process-wait
system:%putf
system:%read-from-string
@@ -2366,12 +2374,16 @@ system:check-lisp-home
system:check-redefinition
system:check-sequence-bounds
system:check-type-error
+system:choose-disassembler
system:circle-subst
+system:class-bytes
+system:class-resource-path
system:coerce-error
system:coerce-list-to-vector
system:coerce-object-to-and-type
system:coerce-to-condition
system:coerce-to-double-float
+system:coerce-to-file
system:coerce-to-function
system:coerce-to-single-float
system:combos-to-fileset-symbols
@@ -2501,6 +2513,8 @@ system:expand-source-transform
system:expand-source-transform-1
system:expand-trace
system:expandable-backq-expression-p
+system:external-disassemble
+system:external-test
system:fasl-loader-classname
system:fasl-read-dispatch-char
system:fasl-read-list
@@ -2732,6 +2746,8 @@ system:notinline-p
system:nvector-substitute*
system:nvector-substitute-if*
system:nvector-substitute-if-not*
+system:objectweb-disassemble
+system:objectweb-test
system:once-only
system:out-synonym-of
system:output-form
@@ -2765,13 +2781,18 @@ system:precompile-package
system:precompile-toplevel-form
system:predicate-for-type
system:print-label
+system:print-lines-with-prefix
system:print-reference
system:print-restart
system:process-alive-p
+system:process-error
system:process-exit-code
+system:process-input
system:process-kill
system:process-optimization-declarations
+system:process-output
system:process-p
+system:process-pid
system:process-progn
system:process-toplevel-declare
system:process-toplevel-defconstant
@@ -2813,6 +2834,7 @@ system:quicksort
system:quicksort-body
system:quoted-form-p
system:read-8-bits
+system:read-byte-array-from-stream
system:read-comment
system:read-conditional
system:read-dispatch-char
@@ -2858,6 +2880,8 @@ system:set-schar
system:set-source-transform
system:set-std-slot-value
system:setf-function-name-p
+system:setup-input-redirection
+system:setup-output-redirection
system:sha256
system:sharp-a
system:sharp-b
@@ -2966,6 +2990,7 @@ system:whitespacep
system:wild-inferiors-p
system:wild-p
system:with-keyword-pairs
+system:with-open
system:with-set-keys
system:write-8-bits
system:write-autoloader
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/abcl/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 4 Jan 2015 21:12:52 -0000 1.2
+++ pkg/PLIST 30 Oct 2016 07:23:59 -0000
@@ -136,6 +136,7 @@ abcl/src/org/armedbear/lisp/ReaderMacroF
abcl/src/org/armedbear/lisp/Readtable.java
abcl/src/org/armedbear/lisp/Return.java
abcl/src/org/armedbear/lisp/RuntimeClass.java
+abcl/src/org/armedbear/lisp/SeekableStringWriter.java
abcl/src/org/armedbear/lisp/SeriousCondition.java
abcl/src/org/armedbear/lisp/ShellCommand.java
abcl/src/org/armedbear/lisp/SimpleArray_T.java