#41244: maxima-5.30.0_0 `no-xmaxima.patch` fails to apply ---------------------------+-------------------------------- Reporter: jinxiaoyong@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: maxima-5.30.0_0 ---------------------------+-------------------------------- The first hunk of the patch `no-xmaxima.patch`, which removes xmaxima, fails to apply. Change the first hunk in the patch file to the following makes it work again. {{{ --- 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 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ win32 = @win32@ -SUBDIRS = emacs xmaxima -EXTRA_DIST = bin/xmaxima.iss +SUBDIRS = emacs all: all-recursive .SUFFIXES: }}} -- Ticket URL: <https://trac.macports.org/ticket/41244> MacPorts <http://www.macports.org/> Ports system for OS X