Problem installing maxima 5.30.0_0

Piet van Oostrum piet at vanoostrum.org
Sat Nov 9 15:12:17 PST 2013


Installing (or upgrading) maxima 5.30.0_0 with variant -xmaxima fails in the patch phase. The problem is with this patch in no-xmaxima.patch:

--- interfaces/Makefile.in.orig	2012-09-20 09:30:55.000000000 -0400
+++ interfaces/Makefile.in	2012-09-20 09:31:16.000000000 -0400
@@ -183,8 +183,7 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = emacs xmaxima
-EXTRA_DIST = bin/xmaxima.iss
+SUBDIRS = emacs
 all: all-recursive
 
 .SUFFIXES:

The patch fails because interfaces/Makefile.in contains an additional line (186):
win32 = @win32@

[lines 183-191]

target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
win32 = @win32@
SUBDIRS = emacs xmaxima
EXTRA_DIST = bin/xmaxima.iss
all: all-recursive

.SUFFIXES:

-- 
Piet van Oostrum <piet at vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]


More information about the macports-users mailing list