Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 15:51:35 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479528 - head/math/maxima
Message-ID:  <201809111551.w8BFpZp7005001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809111551.w8BFpZp7005001>