summaryrefslogtreecommitdiff
path: root/lang/elk/patches/patch-aa
diff options
context:
space:
mode:
authoragc <agc>1999-08-17 11:18:40 +0000
committeragc <agc>1999-08-17 11:18:40 +0000
commitbd738fd82285a6340ba485c16ec48ecaecc3b65a (patch)
tree0b36df6d69d03f983c804ab1de8bce92c9d80655 /lang/elk/patches/patch-aa
parent7bd10459855031fe6557af7a14de33aa2a803249 (diff)
downloadpkgsrc-bd738fd82285a6340ba485c16ec48ecaecc3b65a.tar.gz
Use USE_X11 in Makefile to show that this package links with X11
headers and libs. Make this package work on Solaris. Use the same "pkgsrc" configuration file for locations of objects on NetBSD (both ELF and a.out) and Solaris. Use a Makefile target, rather than a separate script. Avoid clash with ALIGN definition in <sys/param.h>
Diffstat (limited to 'lang/elk/patches/patch-aa')
-rw-r--r--lang/elk/patches/patch-aa77
1 files changed, 77 insertions, 0 deletions
diff --git a/lang/elk/patches/patch-aa b/lang/elk/patches/patch-aa
new file mode 100644
index 00000000000..d79ebd12aba
--- /dev/null
+++ b/lang/elk/patches/patch-aa
@@ -0,0 +1,77 @@
+$NetBSD: patch-aa,v 1.1 1999/08/17 11:18:40 agc Exp $
+
+*** doc/man/elk.1.orig Thu Apr 6 14:40:07 1995
+--- doc/man/elk.1 Thu Apr 6 14:41:02 1995
+***************
+*** 2,10 ****
+ .TH ELK 1 "15 January 1991"
+ .UC 4
+ .SH NAME
+! elk, scheme \- extensible Scheme interpreter
+ .SH SYNOPSIS
+! .B scheme
+ [
+ .B \-l \f2file\fP
+ ] [
+--- 2,10 ----
+ .TH ELK 1 "15 January 1991"
+ .UC 4
+ .SH NAME
+! elk \- extensible Scheme interpreter
+ .SH SYNOPSIS
+! .B elk
+ [
+ .B \-l \f2file\fP
+ ] [
+***************
+*** 20,27 ****
+ ] [[
+ .B \-\^\-
+ ] \f2args\fP]
+- .LP
+- .BR elk .\|.\|.
+ .SH DESCRIPTION
+ .I Elk
+ (Extension Language Kit) is a Scheme interpreter intended
+--- 20,25 ----
+***************
+*** 32,38 ****
+ is linked with the application it serves, but a stand-alone version
+ of the Scheme interpreter is installed as well (usually under
+ the name
+! .BR scheme ).
+ This interpreter, together with the standard Scheme toplevel,
+ .I Elk
+ can be used as an ordinary, stand-alone implementation of the
+--- 30,36 ----
+ is linked with the application it serves, but a stand-alone version
+ of the Scheme interpreter is installed as well (usually under
+ the name
+! .BR elk ).
+ This interpreter, together with the standard Scheme toplevel,
+ .I Elk
+ can be used as an ordinary, stand-alone implementation of the
+--- Makefile.orig Mon Jul 31 13:56:26 1995
++++ Makefile Tue Mar 31 11:44:51 1998
+@@ -16,9 +16,9 @@
+ lib/unix\
+ lib/xlib\
+ lib/xt\
+- lib/xaw\
+- lib/xm\
+- lib/xm/xt
++ lib/xaw
++# lib/xm\
++# lib/xm/xt
+
+ # ----------------------------------------------------------------------
+
+@@ -37,7 +37,7 @@
+ done
+
+ install:
+- @for i in $(SUBDIRS) ;\
++ @for i in $(SUBDIRS) doc/man;\
+ do \
+ echo Installing $$i...; \
+ ( cd $$i ; $(MAKE) install ) || exit $$?; \