summaryrefslogtreecommitdiff
path: root/net/freewais-sf
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>1999-05-12 14:49:47 +0000
committerbad <bad@pkgsrc.org>1999-05-12 14:49:47 +0000
commit9e9aa0e7c54e19a007fe242d607d6fae0605f71f (patch)
treef47b47cdb587114b2505663e434f34ac5283d4da /net/freewais-sf
parentc49c48e186a4aff66d2b8a70cccdcc9976a36542 (diff)
downloadpkgsrc-9e9aa0e7c54e19a007fe242d607d6fae0605f71f.tar.gz
Can't have "--" on #!/bin/sh lines.
Diffstat (limited to 'net/freewais-sf')
-rw-r--r--net/freewais-sf/patches/patch-ar13
-rw-r--r--net/freewais-sf/patches/patch-as13
-rw-r--r--net/freewais-sf/patches/patch-at13
-rw-r--r--net/freewais-sf/patches/patch-au13
-rw-r--r--net/freewais-sf/patches/patch-av13
-rw-r--r--net/freewais-sf/patches/patch-aw13
6 files changed, 78 insertions, 0 deletions
diff --git a/net/freewais-sf/patches/patch-ar b/net/freewais-sf/patches/patch-ar
new file mode 100644
index 00000000000..1391621b631
--- /dev/null
+++ b/net/freewais-sf/patches/patch-ar
@@ -0,0 +1,13 @@
+$NetBSD: patch-ar,v 1.1 1999/05/12 14:49:47 bad Exp $
+
+--- bin/ws.SH.orig Fri Apr 16 11:59:15 1999
++++ bin/ws.SH Wed May 12 16:32:32 1999
+@@ -23,7 +23,7 @@
+ : Protect any dollar signs and backticks that you do not want interpreted
+ : by putting a backslash in front. You may delete these comments.
+ $spitshell >ws <<!GROK!THIS!
+-#!/bin/sh -- # -*- perl -*-
++#!/bin/sh
+ eval 'exec $perl -S \$0 "\$@"'
+ if 0;
+ !GROK!THIS!
diff --git a/net/freewais-sf/patches/patch-as b/net/freewais-sf/patches/patch-as
new file mode 100644
index 00000000000..b1a1c8e24af
--- /dev/null
+++ b/net/freewais-sf/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 1999/05/12 14:49:47 bad Exp $
+
+--- bin/makedb.SH.orig Fri Apr 16 11:59:13 1999
++++ bin/makedb.SH Wed May 12 16:33:34 1999
+@@ -23,7 +23,7 @@
+ : Protect any dollar signs and backticks that you do not want interpreted
+ : by putting a backslash in front. You may delete these comments.
+ $spitshell >makedb <<!GROK!THIS!
+-#!/bin/sh -- # -*- perl -*-
++#!/bin/sh
+ eval 'exec $perl -S \$0 "\$@"'
+ if 0;
+ !GROK!THIS!
diff --git a/net/freewais-sf/patches/patch-at b/net/freewais-sf/patches/patch-at
new file mode 100644
index 00000000000..44dd5fb6add
--- /dev/null
+++ b/net/freewais-sf/patches/patch-at
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.1 1999/05/12 14:49:47 bad Exp $
+
+--- bin/catalog.SH.orig Fri Apr 16 11:59:12 1999
++++ bin/catalog.SH Wed May 12 16:34:47 1999
+@@ -23,7 +23,7 @@
+ : Protect any dollar signs and backticks that you do not want interpreted
+ : by putting a backslash in front. You may delete these comments.
+ $spitshell >catalog <<!GROK!THIS!
+-#!/bin/sh -- # -*- perl -*-
++#!/bin/sh
+ eval 'exec $perl -S \$0 "\$@"'
+ if 0;
+ !GROK!THIS!
diff --git a/net/freewais-sf/patches/patch-au b/net/freewais-sf/patches/patch-au
new file mode 100644
index 00000000000..901133e64cc
--- /dev/null
+++ b/net/freewais-sf/patches/patch-au
@@ -0,0 +1,13 @@
+$NetBSD: patch-au,v 1.1 1999/05/12 14:49:47 bad Exp $
+
+--- bin/dictionary.SH.orig Fri Apr 16 11:59:12 1999
++++ bin/dictionary.SH Wed May 12 16:35:38 1999
+@@ -23,7 +23,7 @@
+ : Protect any dollar signs and backticks that you do not want interpreted
+ : by putting a backslash in front. You may delete these comments.
+ $spitshell >dictionary <<!GROK!THIS!
+-#!/bin/sh -- # -*- perl -*-
++#!/bin/sh
+ eval 'exec $perl -S \$0 "\$@"'
+ if 0;
+ !GROK!THIS!
diff --git a/net/freewais-sf/patches/patch-av b/net/freewais-sf/patches/patch-av
new file mode 100644
index 00000000000..19900855aa2
--- /dev/null
+++ b/net/freewais-sf/patches/patch-av
@@ -0,0 +1,13 @@
+$NetBSD: patch-av,v 1.1 1999/05/12 14:49:47 bad Exp $
+
+--- bin/inverted_file.SH.orig Fri Apr 16 11:59:13 1999
++++ bin/inverted_file.SH Wed May 12 16:36:39 1999
+@@ -23,7 +23,7 @@
+ : Protect any dollar signs and backticks that you do not want interpreted
+ : by putting a backslash in front. You may delete these comments.
+ $spitshell >inverted_file <<!GROK!THIS!
+-#!/bin/sh -- # -*- perl -*-
++#!/bin/sh
+ eval 'exec $perl -S \$0 "\$@"'
+ if 0;
+ !GROK!THIS!
diff --git a/net/freewais-sf/patches/patch-aw b/net/freewais-sf/patches/patch-aw
new file mode 100644
index 00000000000..c4fc79f9242
--- /dev/null
+++ b/net/freewais-sf/patches/patch-aw
@@ -0,0 +1,13 @@
+$NetBSD: patch-aw,v 1.1 1999/05/12 14:49:47 bad Exp $
+
+--- bin/mkfmt.SH.orig Fri Apr 16 11:59:14 1999
++++ bin/mkfmt.SH Wed May 12 16:37:26 1999
+@@ -23,7 +23,7 @@
+ : Protect any dollar signs and backticks that you do not want interpreted
+ : by putting a backslash in front. You may delete these comments.
+ $spitshell >mkfmt <<!GROK!THIS!
+-#!/bin/sh -- # -*- perl -*-
++#!/bin/sh
+ eval 'exec $perl -S \$0 "\$@"'
+ if 0;
+ !GROK!THIS!