prefer awk instead of gawk if gawk is installed.
from Dave Steinberg <dave at redterror.net> via maintainer Will Maier regen patches while here.
This commit is contained in:
parent
432795d9c6
commit
1d11ee4ac4
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
|
||||
COMMENT= "suite of clustering tools based on IBM's PSSP"
|
||||
|
||||
DISTNAME= clusterit-2.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://www.garbled.net/clusterit.html
|
||||
|
21
sysutils/clusterit/patches/patch-configure
Normal file
21
sysutils/clusterit/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2007/05/08 16:16:56 steven Exp $
|
||||
--- configure.orig Wed Feb 1 12:07:16 2006
|
||||
+++ configure Mon May 7 11:43:31 2007
|
||||
@@ -1528,7 +1528,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
-for ac_prog in gawk mawk nawk awk
|
||||
+for ac_prog in awk nawk gawk mawk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
@@ -1761,7 +1761,7 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMT
|
||||
|
||||
|
||||
# Checks for programs.
|
||||
-for ac_prog in gawk /usr/xpg4/bin/awk awk
|
||||
+for ac_prog in awk gawk /usr/xpg4/bin/awk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-dsh_dsh_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
--- dsh/dsh.c.orig Sun Jun 11 17:06:15 2006
|
||||
+++ dsh/dsh.c Sun Jun 11 17:08:58 2006
|
||||
$OpenBSD: patch-dsh_dsh_c,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
--- dsh/dsh.c.orig Wed Feb 1 19:07:16 2006
|
||||
+++ dsh/dsh.c Tue May 8 18:13:38 2007
|
||||
@@ -226,9 +226,9 @@ main(int argc, char *argv[])
|
||||
/* we need to find or guess the port number */
|
||||
if (testflag && rshport == 0) {
|
||||
@ -13,7 +13,7 @@ $OpenBSD: patch-dsh_dsh_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
else {
|
||||
(void)fprintf(stderr, "-t argument given, but port number to test "
|
||||
"could not be guessed. Please set RSHPORT "
|
||||
@@ -352,7 +352,7 @@ do_command(char **argv, int fanout, char
|
||||
@@ -352,7 +352,7 @@ do_command(char **argv, int fanout, char *username)
|
||||
/* gather the rsh data */
|
||||
rsh = getenv("RCMD_CMD");
|
||||
if (rsh == NULL)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-dsh_rseq_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
--- dsh/rseq.c.orig Sun Jun 11 17:12:09 2006
|
||||
+++ dsh/rseq.c Sun Jun 11 17:12:12 2006
|
||||
@@ -324,7 +324,7 @@ do_command(char **argv, int allrun, char
|
||||
$OpenBSD: patch-dsh_rseq_c,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
--- dsh/rseq.c.orig Wed Feb 1 19:07:16 2006
|
||||
+++ dsh/rseq.c Tue May 8 18:13:38 2007
|
||||
@@ -324,7 +324,7 @@ do_command(char **argv, int allrun, char *username)
|
||||
/* set up the remote command */
|
||||
rsh = getenv("RCMD_CMD");
|
||||
if (rsh == NULL)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-dsh_run_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
--- dsh/run.c.orig Sun Jun 11 17:12:44 2006
|
||||
+++ dsh/run.c Sun Jun 11 17:13:15 2006
|
||||
@@ -292,7 +292,7 @@ do_command(char **argv, int allrun, char
|
||||
$OpenBSD: patch-dsh_run_c,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
--- dsh/run.c.orig Wed Feb 1 19:07:16 2006
|
||||
+++ dsh/run.c Tue May 8 18:13:38 2007
|
||||
@@ -292,7 +292,7 @@ do_command(char **argv, int allrun, char *username)
|
||||
/* get the rsh data */
|
||||
rsh = getenv("RCMD_CMD");
|
||||
if (rsh == NULL)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-jsd_jsd_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
--- jsd/jsd.c.orig Sun Jun 11 17:15:18 2006
|
||||
+++ jsd/jsd.c Sun Jun 11 17:15:29 2006
|
||||
@@ -458,7 +458,7 @@ do_bench_command(char *argv, int fanout,
|
||||
$OpenBSD: patch-jsd_jsd_c,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
--- jsd/jsd.c.orig Wed Feb 1 19:07:16 2006
|
||||
+++ jsd/jsd.c Tue May 8 18:13:38 2007
|
||||
@@ -458,7 +458,7 @@ do_bench_command(char *argv, int fanout, char *usernam
|
||||
|
||||
rsh = getenv("RCMD_CMD");
|
||||
if (rsh == NULL)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-jsd_jsh_1,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
--- jsd/jsh.1.orig Mon Jun 12 11:55:09 2006
|
||||
+++ jsd/jsh.1 Mon Jun 12 11:55:17 2006
|
||||
@@ -133,7 +133,7 @@ utilizes the following environment varia
|
||||
$OpenBSD: patch-jsd_jsh_1,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
--- jsd/jsh.1.orig Wed Feb 1 19:07:16 2006
|
||||
+++ jsd/jsh.1 Tue May 8 18:13:38 2007
|
||||
@@ -133,7 +133,7 @@ utilizes the following environment variables:
|
||||
.It Ev RCMD_CMD
|
||||
Command to use to connect to remote machines. The command chosen must
|
||||
be able to connect with no password to the remote host. Defaults to
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-jsd_jsh_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
--- jsd/jsh.c.orig Sun Jun 11 17:16:28 2006
|
||||
+++ jsd/jsh.c Sun Jun 11 17:17:19 2006
|
||||
@@ -319,7 +319,7 @@ do_command(char **argv, int allrun, char
|
||||
$OpenBSD: patch-jsd_jsh_c,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
--- jsd/jsh.c.orig Wed Feb 1 19:07:16 2006
|
||||
+++ jsd/jsh.c Tue May 8 18:13:38 2007
|
||||
@@ -319,7 +319,7 @@ do_command(char **argv, int allrun, char *username)
|
||||
}
|
||||
rsh = getenv("RCMD_CMD");
|
||||
if (rsh == NULL)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-pcp_pcp_c,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
||||
--- pcp/pcp.c.orig Sun Jun 11 18:09:22 2006
|
||||
+++ pcp/pcp.c Sun Jun 11 18:10:18 2006
|
||||
@@ -276,7 +276,7 @@ void do_copy(char **argv, int recurse, i
|
||||
$OpenBSD: patch-pcp_pcp_c,v 1.2 2007/05/08 16:16:56 steven Exp $
|
||||
--- pcp/pcp.c.orig Wed Feb 1 19:07:16 2006
|
||||
+++ pcp/pcp.c Tue May 8 18:13:38 2007
|
||||
@@ -276,7 +276,7 @@ void do_copy(char **argv, int recurse, int preserve, c
|
||||
|
||||
rcp = getenv("RCP_CMD");
|
||||
if (rcp == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user