Opened 11 years ago

Closed 11 years ago

#41244 closed defect (fixed)

maxima-5.30.0_0 `no-xmaxima.patch` fails to apply

Reported by: jxy (Xiao-Yong) Owned by: KubaO (Kuba Ober)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: mkae (Marko Käning)
Port: maxima

Description

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:

Change History (4)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to kuba@…
Port: maxima added; maxima-5.30.0_0 removed

In the future, please Cc the port maintainers (port info --maintainers maxima).

comment:2 Changed 11 years ago by mkae (Marko Käning)

Cc: mk@… added

Cc Me!

comment:3 Changed 11 years ago by mkae (Marko Käning)

Fixed in r113187

comment:4 Changed 11 years ago by mkae (Marko Käning)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.