summaryrefslogtreecommitdiff
path: root/lang/sr/patches/patch-aa
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2005-02-25 15:54:58 +0000
committeris <is@pkgsrc.org>2005-02-25 15:54:58 +0000
commitb5c36df76f552e7ce887f892ba56555df4aaa3a6 (patch)
treed64a7ca23c0808be1e203863128a081aede8f89a /lang/sr/patches/patch-aa
parentc28c96be32c86f3792c316330272b227651effd8 (diff)
downloadpkgsrc-b5c36df76f552e7ce887f892ba56555df4aaa3a6.tar.gz
This is the SR, a language for concurrent programming from the
University of Arizona, version 2.3.2. SR is described in "The SR Programming Language: Concurrency in Practice" by Gregory R. Andrews and Ronald A. Olsson (Benjamin/Cummings, 1993, ISBN 0-8053-0088-0).
Diffstat (limited to 'lang/sr/patches/patch-aa')
-rw-r--r--lang/sr/patches/patch-aa63
1 files changed, 63 insertions, 0 deletions
diff --git a/lang/sr/patches/patch-aa b/lang/sr/patches/patch-aa
new file mode 100644
index 00000000000..0c54cabe6ea
--- /dev/null
+++ b/lang/sr/patches/patch-aa
@@ -0,0 +1,63 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/02/25 15:54:59 is Exp $
+
+--- Configuration.orig 1999-08-14 01:42:02.000000000 +0200
++++ Configuration
+@@ -26,13 +26,13 @@ VERSION = "SR version 2.3.2, August 1999
+ # MAN5: directory in which to install the srmap/srtrace(5) man pages
+ # (extension will be `tr 1 5` of MANEXT)
+
+-SRSRC = /usr/local/src/sr
+-SRCMD = /usr/local/bin
+-SRLIB = /usr/local/lib/sr
+-MAN1 = /usr/man/manl
+-MAN3 = /usr/man/manl
+-MAN5 = /usr/man/manl
+-MANEXT = l
++SRSRC = _WRKSRC_
++SRCMD = _LOCALBASE_/bin
++SRLIB = _LOCALBASE_/lib/sr
++MAN1 = _LOCALBASE_/man/man1
++MAN3 = _LOCALBASE_/man/man3
++MAN5 = _LOCALBASE_/man/man5
++MANEXT = 1
+
+
+
+@@ -54,8 +54,8 @@ MANEXT = l
+ # for Sun Solaris with Sun's C compiler use: CCPATH = /opt/SUNWspro/bin/cc
+ # for Linux, NetBSD, FreeBSD, or SGI Irix use: CCPATH = /usr/bin/cc
+
+-CCPATH = /bin/cc
+-RSHPATH = /usr/ucb/rsh
++CCPATH = /usr/bin/cc
++RSHPATH = /usr/bin/ssh
+
+
+
+@@ -81,7 +81,7 @@ RSHPATH = /usr/ucb/rsh
+ # LIBC = , LIBR = , LIBM = -lm
+
+ LIBC =
+-LIBR = -L/usr/X11/lib
++LIBR = -L/usr/X11R6/lib
+ LIBM = -lm
+
+
+@@ -98,7 +98,7 @@ LIBM = -lm
+ # for NetBSD, set XINCL = /usr/X386/include
+ # for Linux, set XINCL = /usr/X11/include
+
+-XINCL = /usr/include
++XINCL = /usr/X11R6/include
+ XTANGO =
+
+
+@@ -107,7 +107,7 @@ XTANGO =
+ #
+ # Set these definitions empty if your system does not have vgrind.
+
+-VFPATH = /usr/lib/vfontedpr
++VFPATH =
+ VGMACS =
+
+