diff --git a/math/maxima/Portfile b/math/maxima/Portfile
index 56a8697..bec309c 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name maxima |
7 | | version 5.34.1 |
8 | | revision 8 |
| 7 | version 5.36.1 |
| 8 | revision 0 |
9 | 9 | categories math |
10 | 10 | maintainers mareimbrium.org:kuba openmaintainer |
11 | 11 | platforms darwin |
… |
… |
long_description \ |
25 | 25 | homepage http://maxima.sourceforge.net/ |
26 | 26 | master_sites sourceforge |
27 | 27 | |
28 | | checksums md5 5d7801b7bcef40de43c2ce04ac94eca0 \ |
29 | | sha256 20ca416ca912c8d3d99299f2ef45342a1beb2f077cf501c6a647de46bfdb89b7 \ |
30 | | rmd160 0a2a529690df8ddd4d7565132b36d39819c7a292 |
| 28 | checksums md5 59e6e3d8bc1009a4ddead8c10317a8ec \ |
| 29 | sha256 400bf83000b84d280d75e200e078582fe44f23220824562cc06c589d8a993974 \ |
| 30 | rmd160 6446bd96c4138aec61a7906cc9fd8923670d2892 |
31 | 31 | |
32 | 32 | depends_lib port:sbcl |
33 | 33 | depends_run port:recode \ |
diff --git a/math/maxima/files/no-xmaxima.patch b/math/maxima/files/no-xmaxima.patch
index 4a14363..7c2170d 100644
a
|
b
|
|
1 | | --- Makefile.in.orig 2014-04-25 00:21:03.000000000 +0200 |
2 | | +++ Makefile.in 2014-04-25 00:22:18.000000000 +0200 |
3 | | @@ -38,9 +38,8 @@ |
4 | | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
5 | | $(srcdir)/Makefile.in $(srcdir)/common.mk \ |
6 | | $(srcdir)/maxima-local.in $(srcdir)/maxima.iss.in \ |
7 | | - $(srcdir)/maxima.spec.in $(srcdir)/xmaxima-local.in \ |
8 | | + $(srcdir)/maxima.spec.in \ |
9 | | $(top_srcdir)/configure $(top_srcdir)/doc/man/ru/maxima.1.in \ |
| 1 | --- Makefile.in.old 2015-07-31 00:47:37.000000000 +0200 |
| 2 | +++ Makefile.in 2015-07-31 00:50:19.000000000 +0200 |
| 3 | @@ -82,10 +82,9 @@ |
| 4 | DIST_COMMON = $(srcdir)/common.mk INSTALL NEWS README AUTHORS \ |
| 5 | ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 6 | $(top_srcdir)/configure $(am__configure_deps) \ |
| 7 | - $(srcdir)/maxima-local.in $(srcdir)/xmaxima-local.in \ |
| 8 | + $(srcdir)/maxima-local.in \ |
| 9 | $(srcdir)/maxima.spec.in $(srcdir)/maxima.iss.in \ |
| 10 | $(top_srcdir)/doc/man/ru/maxima.1.in \ |
10 | 11 | - $(top_srcdir)/interfaces/xmaxima/Tkmaxima/Header.tcl.in \ |
11 | | AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \ |
12 | | install-sh missing |
13 | | subdir = . |
14 | | @@ -51,8 +50,8 @@ |
| 12 | COPYING config.guess config.sub install-sh missing |
| 13 | # Install files for lisp runtime support |
| 14 | @GCL_TRUE@@WIN32_TRUE@am__append_1 = gcccopy |
| 15 | @@ -99,8 +98,8 @@ |
15 | 16 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
16 | 17 | configure.lineno config.status.lineno |
17 | 18 | mkinstalldirs = $(install_sh) -d |
… |
… |
|
20 | 21 | +CONFIG_CLEAN_FILES = maxima-local maxima.spec maxima.iss \ |
21 | 22 | + doc/man/ru/maxima.1 |
22 | 23 | CONFIG_CLEAN_VPATH_FILES = |
23 | | SOURCES = |
24 | | DIST_SOURCES = |
25 | | @@ -252,9 +251,9 @@ |
| 24 | AM_V_P = $(am__v_P_@AM_V@) |
| 25 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 26 | @@ -345,9 +344,9 @@ |
26 | 27 | common.mk maxima.iss.in \ |
27 | 28 | README.lisps README.rpms README.i18n README.external \ |
28 | 29 | INSTALL.win32 INSTALL.lisp \ |
… |
… |
|
34 | 35 | ChangeLog-5.9.2 ChangeLog-5.9.3 ChangeLog-5.10.0 ChangeLog-5.11.0 \ |
35 | 36 | ChangeLog-5.12.0 ChangeLog-5.13.0 ChangeLog-5.14.0 ChangeLog-5.15.0 \ |
36 | 37 | ChangeLog-5.16 ChangeLog-5.17 ChangeLog-5.17-special-functions \ |
37 | | @@ -325,16 +324,12 @@ |
| 38 | @@ -417,16 +416,12 @@ |
38 | 39 | $(am__aclocal_m4_deps): |
39 | 40 | maxima-local: $(top_builddir)/config.status $(srcdir)/maxima-local.in |
40 | 41 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
… |
… |
|
50 | 51 | - cd $(top_builddir) && $(SHELL) ./config.status $@ |
51 | 52 | |
52 | 53 | # This directory's subdirectories are mostly independent; you can cd |
53 | | # into them and run `make' without going through this Makefile. |
54 | | --- interfaces/Makefile.in.orig 2014-04-25 00:21:02.000000000 +0200 |
55 | | +++ interfaces/Makefile.in 2014-04-25 00:21:20.000000000 +0200 |
56 | | @@ -219,8 +219,7 @@ |
| 54 | # into them and run 'make' without going through this Makefile. |
| 55 | --- interfaces/Makefile.in.old 2015-07-31 00:47:35.000000000 +0200 |
| 56 | +++ interfaces/Makefile.in 2015-07-31 00:49:12.000000000 +0200 |
| 57 | @@ -305,8 +305,7 @@ |
57 | 58 | top_builddir = @top_builddir@ |
58 | 59 | top_srcdir = @top_srcdir@ |
59 | 60 | win32 = @win32@ |