Date: Tue, 19 Aug 2014 13:03:39 +0200 From: Mark Evenson <evenson@panix.com> To: freebsd-ports@freebsd.org Subject: lang/abcl: patch to include abcl-contrib.jar in the installation Message-ID: <B010361E-C9D0-4749-9622-01801AFA9F04@panix.com>
next in thread | raw e-mail | index | archive | help
--Apple-Mail=_FB1E661C-3B6F-40E0-942D-7C6921642E91 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Attached please find a patch for the FreeBSD port lang/abcl to include = the abcl contrib module in the installation. --=20 "A screaming comes across the sky. It has happened before but there is = nothing=20 to compare to it now." --Apple-Mail=_FB1E661C-3B6F-40E0-942D-7C6921642E91 Content-Disposition: attachment; filename=freebsd-ports-lang-abcl.diff Content-Type: application/octet-stream; name="freebsd-ports-lang-abcl.diff" Content-Transfer-Encoding: 7bit # HG changeset patch # User Mark <evenson.not.org@gmail.com> # Date 1408446371 -7200 # Tue Aug 19 13:06:11 2014 +0200 # Node ID a159a201476c054134982ba434e204de4465f615 # Parent 6bd8568d0308990302cf6a7ecd1f1e1713dba3a5 lang/abcl: include abcl-contrib.jar in artifacts. This allows one to install Quicklisp completely from the REPL via CL-USER> (require :abcl-contrib)(require :quicklisp-abcl) diff -r 6bd8568d0308 -r a159a201476c Makefile --- a/Makefile Tue Aug 19 12:51:33 2014 +0200 +++ b/Makefile Tue Aug 19 13:06:11 2014 +0200 @@ -11,6 +11,7 @@ COMMENT= Implementation of ANSI Common Lisp in Java PLIST_FILES= share/java/classes/abcl.jar \ + share/java/classes/abcl-contrib.jar \ bin/abcl SUB_LIST+= JAVAJARDIR="${JAVAJARDIR}" @@ -22,6 +23,7 @@ do-install: ${INSTALL_DATA} -v ${WRKSRC}/dist/abcl.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} -v ${WRKSRC}/dist/abcl-contrib.jar ${STAGEDIR}${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/abcl ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> --Apple-Mail=_FB1E661C-3B6F-40E0-942D-7C6921642E91 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_FB1E661C-3B6F-40E0-942D-7C6921642E91--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B010361E-C9D0-4749-9622-01801AFA9F04>