View | Details | Raw Unified | Return to bug 129505
Collapse All | Expand All

(-)maxima/Makefile (-6 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	maxima
8
PORTNAME=	maxima
9
PORTVERSION=	5.16.3
9
PORTVERSION=	5.17.0
10
PORTREVISION=	4
10
PORTREVISION=	0
11
CATEGORIES=	math tk
11
CATEGORIES=	math tk
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
13
Lines 20-28 Link Here
20
		${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
20
		${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
21
		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
21
		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
22
22
23
USE_TK=		84+
23
USE_TK =		84+
24
USE_GMAKE=	yes
24
USE_GMAKE=		yes
25
USE_AUTOTOOLS=	aclocal:110 autoconf:262
25
USE_PERL5_BUILD=	yes
26
USE_AUTOTOOLS=		aclocal:110 autoconf:262
26
CONFIGURE_ARGS+=	--prefix=${PREFIX} \
27
CONFIGURE_ARGS+=	--prefix=${PREFIX} \
27
			--with-posix-shell=${LOCALBASE}/bin/bash \
28
			--with-posix-shell=${LOCALBASE}/bin/bash \
28
			--with-wish=${WISH} \
29
			--with-wish=${WISH} \
Lines 83-88 Link Here
83
	${LOCALBASE}/bin/bash ./fix_tab )
84
	${LOCALBASE}/bin/bash ./fix_tab )
84
85
85
regression-test: build
86
regression-test: build
86
	${LOCALBASE}/bin/bash ${WRKSRC}/src/maxima --batch-string='run_testsuite();'
87
	${LOCALBASE}/bin/bash ${WRKSRC}/maxima-local --batch-string='run_testsuite();'
87
88
88
.include <bsd.port.post.mk>
89
.include <bsd.port.post.mk>
(-)maxima/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (maxima-5.16.3.tar.gz) = 690ee57f3884f565c898ed39a592e4e1
1
MD5 (maxima-5.17.0.tar.gz) = 98ec3ec237d55639a8de5b317990eb2d
2
SHA256 (maxima-5.16.3.tar.gz) = a2d581a9565eb022310c09f0b6235ccd0707d77c390ce8bd90825f528831358a
2
SHA256 (maxima-5.17.0.tar.gz) = 922a31b4ae042064519d557c8c0c657acdc71c6e4c53f598441250452a85f7db
3
SIZE (maxima-5.16.3.tar.gz) = 19938512
3
SIZE (maxima-5.17.0.tar.gz) = 20042951
(-)maxima/files/patch-doc-info-Makefile.in (-45 lines)
Lines 1-45 Link Here
1
--- doc/info/Makefile.in.orig	Mon May 28 00:29:36 2007
2
+++ doc/info/Makefile.in	Mon May 28 00:41:25 2007
3
@@ -878,24 +878,26 @@
4
 	rm -f index.hhk
5
 
6
 check_texinfo:
7
-	pattern=`printf "\r$$"` ; \
8
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
9
-	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have DOS-style EOLs: $$bad_files" ; \
10
-	echo "Run make distclean and then /doc/info/fix_crlf to fix the problem." ; exit 1 )
11
-	pattern=`printf "\t"` ; \
12
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
13
-	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have unexpanded Tabs: $$bad_files" ; \
14
-	echo "Run make distclean and then /doc/info/fix_tab to fix the problem." ; exit 1 )
15
+	echo check_texinfo
16
+#	pattern=`printf "\r$$"` ; \
17
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
18
+#	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have DOS-style EOLs: $$bad_files" ; \
19
+#	echo "Run make distclean and then /doc/info/fix_crlf to fix the problem." ; exit 1 )
20
+#	pattern=`printf "\t"` ; \
21
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
22
+#	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have unexpanded Tabs: $$bad_files" ; \
23
+#	echo "Run make distclean and then /doc/info/fix_tab to fix the problem." ; exit 1 )
24
 
25
 warn_texinfo:
26
-	pattern=`printf "\r$$"` ; \
27
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
28
-	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have DOS-style EOLs: $$bad_files" ; \
29
-	echo "Run /doc/info/fix_crlf to fix the problem." )
30
-	pattern=`printf "\t"` ; \
31
-	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
32
-	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have unexpanded Tabs: $$bad_files" ; \
33
-	echo "Run /doc/info/fix_tab to fix the problem." )
34
+	echo warn_texinfo
35
+#	pattern=`printf "\r$$"` ; \
36
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
37
+#	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have DOS-style EOLs: $$bad_files" ; \
38
+#	echo "Run /doc/info/fix_crlf to fix the problem." )
39
+#	pattern=`printf "\t"` ; \
40
+#	bad_files=`find . -name '*.texi' -print | xargs grep -l -e "$$pattern"` ; \
41
+#	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have unexpanded Tabs: $$bad_files" ; \
42
+#	echo "Run /doc/info/fix_tab to fix the problem." )
43
 
44
 .PHONY: check_texinfo warn_texinfo
45
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
(-)maxima/files/patch-doc_info_Makefile.am (+29 lines)
Line 0 Link Here
1
--- doc/info/Makefile.am.orig	2008-12-08 11:08:06.607586350 -0500
2
+++ doc/info/Makefile.am	2008-12-08 11:10:05.539477973 -0500
3
@@ -202,24 +202,10 @@
4
     check_crlf check_tab fix_crlf fix_tab build_index.pl
5
 
6
 check_texinfo:
7
-	pattern=`printf "\r$$"` ; \
8
-	bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \
9
-	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have DOS-style EOLs: $$bad_files" ; \
10
-	echo "Run make distclean and then /doc/info/fix_crlf to fix the problem." ; exit 1 )
11
-	pattern=`printf "\t"` ; \
12
-	bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \
13
-	[ -z  "$$bad_files" ] || ( echo "ERROR: The following files have unexpanded Tabs: $$bad_files" ; \
14
-	echo "Run make distclean and then /doc/info/fix_tab to fix the problem." ; exit 1 )
15
+	echo "check_texinfo dummy target"
16
 
17
 warn_texinfo:
18
-	pattern=`printf "\r$$"` ; \
19
-	bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \
20
-	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have DOS-style EOLs: $$bad_files" ; \
21
-	echo "Run /doc/info/fix_crlf to fix the problem." )
22
-	pattern=`printf "\t"` ; \
23
-	bad_files=`find . -name '*.texi' -print | xargs $(EGREP) -l -e "$$pattern"` ; \
24
-	[ -z  "$$bad_files" ] || ( echo "WARNING: The following files have unexpanded Tabs: $$bad_files" ; \
25
-	echo "Run /doc/info/fix_tab to fix the problem." )
26
+	echo "warn_texinfo dummy target"
27
 
28
 .PHONY: check_texinfo warn_texinfo
29
 
(-)maxima/pkg-plist (-1 / +10 lines)
Lines 180-186 Link Here
180
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_90.html
180
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_90.html
181
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_91.html
181
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_91.html
182
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_92.html
182
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_92.html
183
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_93.html
184
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_abt.html
183
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_abt.html
185
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_fot.html
184
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_fot.html
186
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_ovr.html
185
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_ovr.html
Lines 213-218 Link Here
213
%%DATADIR%%/%%PORTVERSION%%/emacs/imaxima.lisp
212
%%DATADIR%%/%%PORTVERSION%%/emacs/imaxima.lisp
214
%%DATADIR%%/%%PORTVERSION%%/emacs/maxima-font-lock.el
213
%%DATADIR%%/%%PORTVERSION%%/emacs/maxima-font-lock.el
215
%%DATADIR%%/%%PORTVERSION%%/emacs/maxima.el
214
%%DATADIR%%/%%PORTVERSION%%/emacs/maxima.el
215
%%DATADIR%%/%%PORTVERSION%%/emacs/setup-imaxima-imath.el
216
%%DATADIR%%/%%PORTVERSION%%/emacs/smart-complete.el
216
%%DATADIR%%/%%PORTVERSION%%/emacs/smart-complete.el
217
%%DATADIR%%/%%PORTVERSION%%/emacs/sshell.el
217
%%DATADIR%%/%%PORTVERSION%%/emacs/sshell.el
218
%%DATADIR%%/%%PORTVERSION%%/share/affine/README
218
%%DATADIR%%/%%PORTVERSION%%/share/affine/README
Lines 1027-1032 Link Here
1027
%%DATADIR%%/%%PORTVERSION%%/share/numeric/format.lisp
1027
%%DATADIR%%/%%PORTVERSION%%/share/numeric/format.lisp
1028
%%DATADIR%%/%%PORTVERSION%%/share/numeric/format.usg
1028
%%DATADIR%%/%%PORTVERSION%%/share/numeric/format.usg
1029
%%DATADIR%%/%%PORTVERSION%%/share/numeric/interpol.mac
1029
%%DATADIR%%/%%PORTVERSION%%/share/numeric/interpol.mac
1030
%%DATADIR%%/%%PORTVERSION%%/share/numeric/jtroot3.mac
1030
%%DATADIR%%/%%PORTVERSION%%/share/numeric/newton.mac
1031
%%DATADIR%%/%%PORTVERSION%%/share/numeric/newton.mac
1031
%%DATADIR%%/%%PORTVERSION%%/share/numeric/newton1.mac
1032
%%DATADIR%%/%%PORTVERSION%%/share/numeric/newton1.mac
1032
%%DATADIR%%/%%PORTVERSION%%/share/numeric/riemsum.mac
1033
%%DATADIR%%/%%PORTVERSION%%/share/numeric/riemsum.mac
Lines 1077-1082 Link Here
1077
%%DATADIR%%/%%PORTVERSION%%/share/simplification/rducon.lisp
1078
%%DATADIR%%/%%PORTVERSION%%/share/simplification/rducon.lisp
1078
%%DATADIR%%/%%PORTVERSION%%/share/simplification/rncomb.dem
1079
%%DATADIR%%/%%PORTVERSION%%/share/simplification/rncomb.dem
1079
%%DATADIR%%/%%PORTVERSION%%/share/simplification/rncomb.mac
1080
%%DATADIR%%/%%PORTVERSION%%/share/simplification/rncomb.mac
1081
%%DATADIR%%/%%PORTVERSION%%/share/simplification/rtest_rncomb.mac
1080
%%DATADIR%%/%%PORTVERSION%%/share/simplification/scifac.dem
1082
%%DATADIR%%/%%PORTVERSION%%/share/simplification/scifac.dem
1081
%%DATADIR%%/%%PORTVERSION%%/share/simplification/scifac.lisp
1083
%%DATADIR%%/%%PORTVERSION%%/share/simplification/scifac.lisp
1082
%%DATADIR%%/%%PORTVERSION%%/share/simplification/sqdnst.mac
1084
%%DATADIR%%/%%PORTVERSION%%/share/simplification/sqdnst.mac
Lines 1185-1190 Link Here
1185
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.dem
1187
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.dem
1186
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.mac
1188
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.mac
1187
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.usg
1189
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.usg
1190
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector_rebuild.lisp
1191
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector_rebuild.mac
1192
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector_rebuild.usg
1188
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect_transform.mac
1193
%%DATADIR%%/%%PORTVERSION%%/share/vector/vect_transform.mac
1189
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector.dem
1194
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector.dem
1190
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector.mac
1195
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector.mac
Lines 1231-1236 Link Here
1231
%%DATADIR%%/%%PORTVERSION%%/src/fcall.lisp
1236
%%DATADIR%%/%%PORTVERSION%%/src/fcall.lisp
1232
%%DATADIR%%/%%PORTVERSION%%/src/float.lisp
1237
%%DATADIR%%/%%PORTVERSION%%/src/float.lisp
1233
%%DATADIR%%/%%PORTVERSION%%/src/fortra.lisp
1238
%%DATADIR%%/%%PORTVERSION%%/src/fortra.lisp
1239
%%DATADIR%%/%%PORTVERSION%%/src/gamma.lisp
1234
%%DATADIR%%/%%PORTVERSION%%/src/generate-sys-proclaim.lisp
1240
%%DATADIR%%/%%PORTVERSION%%/src/generate-sys-proclaim.lisp
1235
%%DATADIR%%/%%PORTVERSION%%/src/generr.lisp
1241
%%DATADIR%%/%%PORTVERSION%%/src/generr.lisp
1236
%%DATADIR%%/%%PORTVERSION%%/src/gnuplot.lisp
1242
%%DATADIR%%/%%PORTVERSION%%/src/gnuplot.lisp
Lines 1522-1533 Link Here
1522
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_dot.mac
1528
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_dot.mac
1523
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_equal.mac
1529
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_equal.mac
1524
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_everysome.mac
1530
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_everysome.mac
1531
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_expintegral.mac
1532
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_gamma.mac
1525
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_hypgeo.mac
1533
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_hypgeo.mac
1526
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_map.mac
1534
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_map.mac
1527
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_mset.mac
1535
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_mset.mac
1528
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_round.mac
1536
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_round.mac
1529
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_scalarp.mac
1537
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_scalarp.mac
1530
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_sign.mac
1538
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_sign.mac
1539
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_signum.mac
1531
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_taylor.mac
1540
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_taylor.mac
1532
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_trig.mac
1541
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_trig.mac
1533
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_zeta.mac
1542
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_zeta.mac

Return to bug 129505