summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2013-10-03 13:47:44 +0000
committerbf <bf@FreeBSD.org>2013-10-03 13:47:44 +0000
commitb48958b85e90d2d54a3e25590ab34613b2be5552 (patch)
tree7b6165db6c53022961c6e94bd3b4590f88a8c98f
parentab95f08ab2c3c083fa9a48f5357f0f6026297c5c (diff)
downloadFreeBSD-ports-b48958b85e90d2d54a3e25590ab34613b2be5552.zip
FreeBSD-ports-b48958b85e90d2d54a3e25590ab34613b2be5552.tar.gz
Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports PR: 181545 [1]
-rw-r--r--converters/cl-babel-sbcl/Makefile2
-rw-r--r--devel/buildapp/Makefile2
-rw-r--r--devel/cl-alexandria-sbcl/Makefile2
-rw-r--r--devel/cl-cffi-sbcl/Makefile2
-rw-r--r--devel/cl-infix-sbcl/Makefile2
-rw-r--r--devel/cl-port-sbcl/Makefile2
-rw-r--r--devel/cl-split-sequence-sbcl/Makefile2
-rw-r--r--devel/cl-trivial-features-sbcl/Makefile2
-rw-r--r--devel/cl-trivial-gray-streams-sbcl/Makefile2
-rw-r--r--devel/cl-uffi-sbcl/Makefile2
-rw-r--r--lang/sbcl/Makefile7
-rw-r--r--lang/sbcl/distinfo8
-rw-r--r--lang/sbcl/pkg-plist7
-rw-r--r--math/fricas/Makefile2
-rw-r--r--math/maxima/Makefile10
-rw-r--r--math/maxima/distinfo4
-rw-r--r--math/maxima/pkg-plist7
-rw-r--r--math/open-axiom/Makefile2
-rw-r--r--math/wxMaxima/Makefile2
-rw-r--r--security/cl-md5-sbcl/Makefile2
-rw-r--r--textproc/cl-meta-sbcl/Makefile2
-rw-r--r--textproc/cl-ppcre-sbcl/Makefile2
-rw-r--r--www/cl-lml-sbcl/Makefile2
-rw-r--r--x11-wm/stumpwm/Makefile1
24 files changed, 44 insertions, 34 deletions
diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile
index 71f5520..3481daf 100644
--- a/converters/cl-babel-sbcl/Makefile
+++ b/converters/cl-babel-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= babel
PORTVERSION= 2010.01.16
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= converters lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/buildapp/Makefile b/devel/buildapp/Makefile
index 1f91588..f526e2d 100644
--- a/devel/buildapp/Makefile
+++ b/devel/buildapp/Makefile
@@ -23,6 +23,8 @@ ALL_TARGET=
PLIST_FILES= bin/buildapp
PORTDOCS= *
+BROKEN= require needs a pathname for uninstalled modules with the ASDF 3.x bundled with sbcl
+
post-patch: .SILENT
${REINPLACE_CMD} 's|sbcl|${SBCL}|' ${WRKSRC}/Makefile
diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile
index 69ef7061..05bff20 100644
--- a/devel/cl-alexandria-sbcl/Makefile
+++ b/devel/cl-alexandria-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= alexandria
PORTVERSION= 2010.01.16
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-cffi-sbcl/Makefile b/devel/cl-cffi-sbcl/Makefile
index d94e66d..84ff67e 100644
--- a/devel/cl-cffi-sbcl/Makefile
+++ b/devel/cl-cffi-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cffi
PORTVERSION= 0.11.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile
index 22ac8a5..16b9d95 100644
--- a/devel/cl-infix-sbcl/Makefile
+++ b/devel/cl-infix-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= infix
PORTVERSION= 19960628
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile
index ba02f89..5548d55 100644
--- a/devel/cl-port-sbcl/Makefile
+++ b/devel/cl-port-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile
index db515f4..cbdef79 100644
--- a/devel/cl-split-sequence-sbcl/Makefile
+++ b/devel/cl-split-sequence-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile
index cfb3748..7d08b8b 100644
--- a/devel/cl-trivial-features-sbcl/Makefile
+++ b/devel/cl-trivial-features-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= trivial-features
PORTVERSION= 2010.01.16
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile
index 14d2a0e..4096b60 100644
--- a/devel/cl-trivial-gray-streams-sbcl/Makefile
+++ b/devel/cl-trivial-gray-streams-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= trivial-gray-streams
PORTVERSION= 2008.11.02
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/devel/cl-uffi-sbcl/Makefile b/devel/cl-uffi-sbcl/Makefile
index f6f512e..14287b5 100644
--- a/devel/cl-uffi-sbcl/Makefile
+++ b/devel/cl-uffi-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= uffi
PORTVERSION= 2.0.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index 4a5cc32..4bb502c 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= sbcl
-PORTVERSION= 1.1.8
+PORTVERSION= 1.1.12
PORTEPOCH= 1
CATEGORIES= lang lisp
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
@@ -12,8 +12,10 @@ DISTFILES= \
MAINTAINER= bf@FreeBSD.org
COMMENT= A Common Lisp development system derived from the CMU CL system
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
+
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake
OPTIONS_DEFINE = SBCL THREADS
@@ -28,6 +30,7 @@ CONTRIB_MODULES= asdf \
sb-concurrency \
sb-cover \
sb-executable \
+ sb-gmp \
sb-grovel \
sb-introspect \
sb-md5 \
diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo
index 1165b75..11b4a07 100644
--- a/lang/sbcl/distinfo
+++ b/lang/sbcl/distinfo
@@ -1,7 +1,7 @@
-SHA256 (sbcl-1.1.8-source.tar.bz2) = 37ca54d018f49c095e0bf575c2eac825dce48589a9de1ac7bfaeb525a2beacba
-SIZE (sbcl-1.1.8-source.tar.bz2) = 4108784
-SHA256 (sbcl-1.1.8-documentation-html.tar.bz2) = 587a148786592c40a05282bf5cfed5c8214f96119bacf9ba1ea0ce7ed3faaae3
-SIZE (sbcl-1.1.8-documentation-html.tar.bz2) = 181273
+SHA256 (sbcl-1.1.12-source.tar.bz2) = 8c9412cbdb601b636ff3e3c7908ca46d9d97dcfedec33eb634db13122f357457
+SIZE (sbcl-1.1.12-source.tar.bz2) = 4217764
+SHA256 (sbcl-1.1.12-documentation-html.tar.bz2) = 496e5bdd513bd71f99554a599f041a299dff339e803c32d50345f8ffeb26bdcd
+SIZE (sbcl-1.1.12-documentation-html.tar.bz2) = 186902
SHA256 (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 06a1e4e3a5f5f8e012ff6037a51624d7d1f34bff0979ce45e70418a293412b4e
SIZE (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 8397764
SHA256 (sbcl-1.0.31-amd64-freebsd7-binary.tar.bz2) = fcbd5ed1948312a7b6eff7e6daf736e41be945a2c57bcee4b64f172ddde518b8
diff --git a/lang/sbcl/pkg-plist b/lang/sbcl/pkg-plist
index a836a04..182df0f 100644
--- a/lang/sbcl/pkg-plist
+++ b/lang/sbcl/pkg-plist
@@ -82,6 +82,12 @@ lib/sbcl/sb-cover/tests.fasl
lib/sbcl/sb-cover/tests.lisp
lib/sbcl/sb-executable/sb-executable.fasl
lib/sbcl/sb-executable/sb-executable.lisp
+lib/sbcl/sb-gmp/gmp.fasl
+lib/sbcl/sb-gmp/gmp.lisp
+lib/sbcl/sb-gmp/sb-gmp.asd
+lib/sbcl/sb-gmp/sb-gmp.fasl
+lib/sbcl/sb-gmp/tests.fasl
+lib/sbcl/sb-gmp/tests.lisp
lib/sbcl/sb-grovel/def-to-lisp.fasl
lib/sbcl/sb-grovel/def-to-lisp.lisp
lib/sbcl/sb-grovel/defpackage.fasl
@@ -220,6 +226,7 @@ lib/sbcl/site-systems/.keep_me
@dirrm lib/sbcl/sb-md5
@dirrm lib/sbcl/sb-introspect
@dirrm lib/sbcl/sb-grovel
+@dirrm lib/sbcl/sb-gmp
@dirrm lib/sbcl/sb-executable
@dirrm lib/sbcl/sb-cover
@dirrm lib/sbcl/sb-concurrency
diff --git a/math/fricas/Makefile b/math/fricas/Makefile
index 0a6890c..22543e6 100644
--- a/math/fricas/Makefile
+++ b/math/fricas/Makefile
@@ -4,7 +4,7 @@
PORTNAME= fricas
PORTVERSION= 1.1.8
DISTVERSIONSUFFIX= -full
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= SF
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index d7caac4..ba95f3c 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= maxima
-PORTVERSION= 5.30.0
-PORTREVISION= 2
+PORTVERSION= 5.31.1
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
@@ -18,8 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \
${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-USE_TK = 84+
-USES= gmake perl5
+USES= gmake perl5 tk:84+
USE_PERL5= build
USE_PYTHON_BUILD= yes
GNU_CONFIGURE= yes
@@ -126,7 +124,7 @@ post-install:
@${ECHO_MSG} ""
check regression-test test: build
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \
- ${MAKE_ARGS} check
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} \
+ check
.include <bsd.port.post.mk>
diff --git a/math/maxima/distinfo b/math/maxima/distinfo
index baf11d3f..ccaa914c 100644
--- a/math/maxima/distinfo
+++ b/math/maxima/distinfo
@@ -1,2 +1,2 @@
-SHA256 (maxima-5.30.0.tar.gz) = a05239ee16dc3d792887959823944f9106ace955f00b7dd27b2ade3fc13b1dd6
-SIZE (maxima-5.30.0.tar.gz) = 27182046
+SHA256 (maxima-5.31.1.tar.gz) = 955895757a7e1a234461168943d43d3a8814c02c566234d6c3cc983e8cc09322
+SIZE (maxima-5.31.1.tar.gz) = 27452773
diff --git a/math/maxima/pkg-plist b/math/maxima/pkg-plist
index c6460ec..4f3eecb 100644
--- a/math/maxima/pkg-plist
+++ b/math/maxima/pkg-plist
@@ -630,7 +630,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/noninteractive.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/rtest_noninteractive.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/opsubst.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/powers.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex1.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim.mac
@@ -1299,7 +1298,9 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/stats/numstats.lisp
%%DATADIR%%/%%PORTVERSION%%/share/stats/rtest_stats.mac
%%DATADIR%%/%%PORTVERSION%%/share/stats/stats.mac
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/base64.lisp
%%DATADIR%%/%%PORTVERSION%%/share/stringproc/eval_string.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/md5.lisp
%%DATADIR%%/%%PORTVERSION%%/share/stringproc/pregexp.lisp
%%DATADIR%%/%%PORTVERSION%%/share/stringproc/printf.lisp
%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rtestprintf.mac
@@ -1729,7 +1730,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/src/xmaxima_def.lisp
%%DATADIR%%/%%PORTVERSION%%/src/zero.lisp
%%DATADIR%%/%%PORTVERSION%%/tests/README.how-to
-%%DATADIR%%/%%PORTVERSION%%/tests/define_ops.mac
%%DATADIR%%/%%PORTVERSION%%/tests/mcond_display_elseif.mac
%%DATADIR%%/%%PORTVERSION%%/tests/mcond_display_elseif.out
%%DATADIR%%/%%PORTVERSION%%/tests/rexamples.mac
@@ -1773,6 +1773,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_lambert_w.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_lapack.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_laplace.mac
+%%DATADIR%%/%%PORTVERSION%%/tests/rtest_limit.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_log.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_map.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_mset.mac
@@ -1811,8 +1812,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/tests/test_readbase_maxima.mac
%%DATADIR%%/%%PORTVERSION%%/tests/test_readbase_maxima_autoload.mac
%%DATADIR%%/%%PORTVERSION%%/tests/testsuite.lisp
-%%DATADIR%%/%%PORTVERSION%%/tests/tmp_numth.mac
-%%DATADIR%%/%%PORTVERSION%%/tests/tmptest.mac
%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_algebra.mac
%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_boolean_logic.mac
%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_calculus.mac
diff --git a/math/open-axiom/Makefile b/math/open-axiom/Makefile
index 3238f2f..5674da1 100644
--- a/math/open-axiom/Makefile
+++ b/math/open-axiom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= open-axiom
PORTVERSION= 1.4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile
index 09677fe..f68caa5 100644
--- a/math/wxMaxima/Makefile
+++ b/math/wxMaxima/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wxMaxima
PORTVERSION= 13.04.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile
index ac95443..1caf35f 100644
--- a/security/cl-md5-sbcl/Makefile
+++ b/security/cl-md5-sbcl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= md5
PORTVERSION= 1.8.5
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= security lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
index 6bc5c57..c48f858 100644
--- a/textproc/cl-meta-sbcl/Makefile
+++ b/textproc/cl-meta-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meta
PORTVERSION= 0.1
-PORTREVISION= 13
+PORTREVISION= 14
PORTEPOCH= 1
CATEGORIES= textproc lisp
PKGNAMEPREFIX= cl-
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index 995f7db..f1a0b58 100644
--- a/textproc/cl-ppcre-sbcl/Makefile
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cl-ppcre
PORTVERSION= 2.0.3
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= textproc lisp
DISTFILES= # none
diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile
index 78dca48..7b2fc5b 100644
--- a/www/cl-lml-sbcl/Makefile
+++ b/www/cl-lml-sbcl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lml
PORTVERSION= 2.5.7
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= www textproc
PKGNAMEPREFIX= cl-
DISTFILES= # none
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index 8583c04..6086208 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -39,6 +39,7 @@ DISTFILES+= clx-0.7.4.tgz:clx
.if ${PORT_OPTIONS:MSBCL}
CONFIGURE_ARGS+= --with-lisp=sbcl
BUILD_DEPENDS+= sbcl:${PORTSDIR}/lang/sbcl
+BROKEN= require needs a pathname for uninstalled modules with the ASDF 3.x bundled with sbcl
.else
CONFIGURE_ARGS+= --with-lisp=clisp
BUILD_DEPENDS+= clisp:${PORTSDIR}/lang/clisp
OpenPOWER on IntegriCloud