svn commit: r380756 - head/math/maxima
Bartek Rutkowski
robak at FreeBSD.org
Sun Mar 8 10:13:59 UTC 2015
Author: robak
Date: Sun Mar 8 10:13:58 2015
New Revision: 380756
URL: https://svnweb.freebsd.org/changeset/ports/380756
QAT: https://qat.redports.org/buildarchive/r380756/
Log:
math/maxima: remove bash dependency
- Maintainer's timeout (bf at FreeBSD.org)
PR: 193950
Submitted by: Jan Kokemüller <jan.kokemueller at gmail.com>
Modified:
head/math/maxima/Makefile
Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile Sun Mar 8 10:07:35 2015 (r380755)
+++ head/math/maxima/Makefile Sun Mar 8 10:13:58 2015 (r380756)
@@ -3,7 +3,7 @@
PORTNAME= maxima
PORTVERSION= 5.31.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
@@ -15,14 +15,13 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT}
PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \
- ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
- ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+ ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
USES= gmake makeinfo perl5 python:build tk:84+
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} \
- --with-posix-shell=${LOCALBASE}/bin/bash \
+ --with-posix-shell=/bin/sh \
--with-wish=${WISH} \
${LISPSELECT}
More information about the svn-ports-all
mailing list