Hi,
Here's simple update for ABCL. I added option to skip loading init file while
generating the completions so that quicklisp doesn't appear there.
I'm hitting following issue on my laptop but can't reproduce the issue with my
desktop running -current or server running 5.7. So I assume this is local issue
with my laptop but more tests would be welcome.
CL-USER(5): (ql:quickload 'cffi)
To load "cffi":
Load 1 ASDF system:
cffi
; Loading "cffi"
jnaASDF could not load because Bad place for a wild pathname..
#<THREAD "interpreter" {5812AA8F}>: Debugger invoked on condition of type
FILE-ERROR
Bad place for a wild pathname.
Restarts:
0: RETRY Retry compiling #<ASDF/INTERFACE:MVN "jna"
"net.java.dev.jna/jna/4.1.0">.
1: ACCEPT Continue, treating compiling
#<ASDF/INTERFACE:MVN "jna" "net.java.dev.jna/jna/4.1.0"> as having been
successful.
2: RETRY Retry compiling
#<ASDF/LISP-ACTION:CL-SOURCE-FILE "cffi" "src" "cffi-abcl">.
3: ACCEPT Continue, treating compiling
#<ASDF/LISP-ACTION:CL-SOURCE-FILE "cffi" "src" "cffi-abcl"> as having been
successful.
4: RETRY Retry ASDF operation.
5: CLEAR-CONFIGURATION-AND-RETRY Retry ASDF operation after resetting the
configuration.
6: ABORT Give up on "cffi"
7: TOP-LEVEL Return to top level.
[1] CL-USER(6):
Timo
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/abcl/Makefile,v
retrieving revision 1.6
diff -u -u -p -r1.6 Makefile
--- Makefile 4 Jan 2015 21:12:52 -0000 1.6
+++ Makefile 17 May 2015 19:31:11 -0000
@@ -2,7 +2,7 @@
COMMENT = Common Lisp dialect for the Java Virtual Machine
-V = 1.3.1
+V = 1.3.2
DISTNAME = abcl-src-${V}
PKGNAME = abcl-${V}
PKG_ARCH = *
@@ -45,6 +45,6 @@ do-test:
# maintainer target to generate completions file
completions: install
- ${LOCALBASE}/bin/abcl --load ${FILESDIR}/gen-completions.lisp
+ ${LOCALBASE}/bin/abcl --noinit --load ${FILESDIR}/gen-completions.lisp
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/abcl/distinfo,v
retrieving revision 1.2
diff -u -u -p -r1.2 distinfo
--- distinfo 4 Jan 2015 21:12:52 -0000 1.2
+++ distinfo 17 May 2015 19:31:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (abcl-src-1.3.1.tar.gz) = 1UAfRZgCOI19dmpsFLsZFYHwIEBJJQom1YQWHwrQ3Rw=
-SIZE (abcl-src-1.3.1.tar.gz) = 1079773
+SHA256 (abcl-src-1.3.2.tar.gz) = oui0QQ99RvrjhN4ASG09GbRKIPb5j7/0j0v3dGSFyZw=
+SIZE (abcl-src-1.3.2.tar.gz) = 1083633