svn commit: r479528 - head/math/maxima

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Sep 11 15:51:36 UTC 2018


Author: lwhsu
Date: Tue Sep 11 15:51:35 2018
New Revision: 479528
URL: https://svnweb.freebsd.org/changeset/ports/479528

Log:
  Remove CLISP option, lang/clisp was removed in 2014

Modified:
  head/math/maxima/Makefile

Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile	Tue Sep 11 14:51:17 2018	(r479527)
+++ head/math/maxima/Makefile	Tue Sep 11 15:51:35 2018	(r479528)
@@ -35,26 +35,16 @@ PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 PORTDATA=	*
 
 OPTIONS_SINGLE=		LISP
-OPTIONS_SINGLE_LISP=	CLISP CMUCL SBCL
+OPTIONS_SINGLE_LISP=	CMUCL SBCL
 
 OPTIONS_DEFAULT=	SBCL
 
-CLISP_DESC=	Build with Clisp
 CMUCL_DESC=	Build with CMU Common Lisp
 SBCL_DESC=	Build with Steel Bank Common Lisp
 
 .include <bsd.port.pre.mk>
 
 # Lisp to build with. Define only ONE of these!
-.if ${PORT_OPTIONS:MCLISP}
-LISPSELECT=	--enable-clisp
-LISPPORT=	clisp:lang/clisp
-BINDIRECTORY=	binary-clisp
-LISPBINARY=	lisp.run
-PLIST_SUB+=	LISPBINARY=""
-MAXIMABINARY=	maxima.mem
-.endif
-
 .if ${PORT_OPTIONS:MCMUCL}
 LISPSELECT=	--enable-cmucl
 LISPPORT=	lisp:lang/cmucl


More information about the svn-ports-head mailing list