Ticket #48466: maxima-update.diff

File maxima-update.diff, 4.0 KB (added by Ionic (Mihai Moldovan), 9 years ago)

Update maxima to 5.35.1, including patchfiles.

  • math/maxima/Portfile

    diff --git a/math/maxima/Portfile b/math/maxima/Portfile
    index 56a8697..bec309c 100644
    a b  
    44PortSystem 1.0
    55
    66name            maxima
    7 version         5.34.1
    8 revision        8
     7version         5.36.1
     8revision        0
    99categories      math
    1010maintainers     mareimbrium.org:kuba openmaintainer
    1111platforms       darwin
    long_description \ 
    2525homepage        http://maxima.sourceforge.net/
    2626master_sites    sourceforge
    2727
    28 checksums       md5     5d7801b7bcef40de43c2ce04ac94eca0 \
    29                 sha256  20ca416ca912c8d3d99299f2ef45342a1beb2f077cf501c6a647de46bfdb89b7 \
    30                 rmd160  0a2a529690df8ddd4d7565132b36d39819c7a292
     28checksums       md5     59e6e3d8bc1009a4ddead8c10317a8ec \
     29                sha256  400bf83000b84d280d75e200e078582fe44f23220824562cc06c589d8a993974 \
     30                rmd160  6446bd96c4138aec61a7906cc9fd8923670d2892
    3131
    3232depends_lib     port:sbcl
    3333depends_run     port:recode \
  • math/maxima/files/no-xmaxima.patch

    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 \
    1011-       $(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 @@
    1516 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    1617  configure.lineno config.status.lineno
    1718 mkinstalldirs = $(install_sh) -d
     
    2021+CONFIG_CLEAN_FILES = maxima-local maxima.spec maxima.iss \
    2122+       doc/man/ru/maxima.1
    2223 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 @@
    2627   common.mk maxima.iss.in \
    2728   README.lisps README.rpms README.i18n README.external \
    2829   INSTALL.win32 INSTALL.lisp \
     
    3435   ChangeLog-5.9.2 ChangeLog-5.9.3 ChangeLog-5.10.0 ChangeLog-5.11.0 \
    3536   ChangeLog-5.12.0 ChangeLog-5.13.0 ChangeLog-5.14.0 ChangeLog-5.15.0 \
    3637   ChangeLog-5.16 ChangeLog-5.17 ChangeLog-5.17-special-functions \
    37 @@ -325,16 +324,12 @@
     38@@ -417,16 +416,12 @@
    3839 $(am__aclocal_m4_deps):
    3940 maxima-local: $(top_builddir)/config.status $(srcdir)/maxima-local.in
    4041        cd $(top_builddir) && $(SHELL) ./config.status $@
     
    5051-       cd $(top_builddir) && $(SHELL) ./config.status $@
    5152 
    5253 # 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 @@
    5758 top_builddir = @top_builddir@
    5859 top_srcdir = @top_srcdir@
    5960 win32 = @win32@