freebsd-ports/math/siag/files/patch-pw
Mikhail Teterin 94ea134f49 Attempt to resurrect this port by updating it to the latest
version -- 3.4.10. A number of things remain to ironed out --
most importantly, the consistent segfaulting of pw on startup.

But the current version was just too obsolete...
2001-09-30 21:28:39 +00:00

21 lines
889 B
Text

--- pw/pw.scm Fri Apr 14 17:05:47 2000
+++ pw/pw.scm Thu Apr 20 08:50:02 2000
@@ -139,3 +139,3 @@
(define (new-buffer)
- (spawn "pw"))
+ (spawn (string-append datadir "/../../bin/pw"))
--- plugins/plugin.scm Mon May 3 04:26:05 1999
+++ plugins/plugin.scm Thu Apr 20 08:51:31 2000
@@ -16,3 +16,3 @@
(plugin-register "Pathetic Writer" "pw"
- "pw -plugin -geometry 300x150+4000+4000 %s")
+ (string-append datadir "/../../bin/pw -plugin -geometry 300x150+4000+4000 %s")
(plugin-register "Egon Animator" "egon"
--- common/tools.scm Thu Apr 6 08:53:09 2000
+++ common/tools.scm Thu Apr 20 09:14:13 2000
@@ -12,3 +12,3 @@
(if (stat (string-append datadir "/pw/pw.scm"))
- (add-menu-entry "Tools" "Pathetic Writer" "(spawn \"pw\")"))
+ (add-menu-entry "Tools" "Pathetic Writer" "(spawn (string-append datadir \"/../../bin/pw\"))"))
(if (stat (string-append datadir "/siag/siag.scm"))