From owner-svn-ports-head@freebsd.org Tue Sep 11 15:51:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 398DC1095391; Tue, 11 Sep 2018 15:51:36 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E39147CAC9; Tue, 11 Sep 2018 15:51:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE82C19E28; Tue, 11 Sep 2018 15:51:35 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8BFpZHl005002; Tue, 11 Sep 2018 15:51:35 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8BFpZp7005001; Tue, 11 Sep 2018 15:51:35 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201809111551.w8BFpZp7005001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 11 Sep 2018 15:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479528 - head/math/maxima X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/math/maxima X-SVN-Commit-Revision: 479528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 15:51:36 -0000 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 # 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