aboutsummaryrefslogtreecommitdiff
path: root/net/clusterit/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-08-16 10:43:08 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-08-16 10:43:08 +0000
commitb017fbe82041510669219a81edd459a1e65131cd (patch)
treefe02b586cf4cd96c3a222618e4d7aa85edd95542 /net/clusterit/files
parent490edc1948d68dbded38294e76fda0c35962a4ea (diff)
downloadports-b017fbe82041510669219a81edd459a1e65131cd.tar.gz
ports-b017fbe82041510669219a81edd459a1e65131cd.zip
Notes
Diffstat (limited to 'net/clusterit/files')
-rw-r--r--net/clusterit/files/patch-aa13
-rw-r--r--net/clusterit/files/patch-ab11
-rw-r--r--net/clusterit/files/patch-ad11
3 files changed, 0 insertions, 35 deletions
diff --git a/net/clusterit/files/patch-aa b/net/clusterit/files/patch-aa
deleted file mode 100644
index 5f291bb130a3..000000000000
--- a/net/clusterit/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Mon Dec 14 20:51:56 1998
-+++ Makefile Thu Feb 4 16:37:34 1999
-@@ -3,8 +3,8 @@
-
- OPSYS!= uname
- #CC= /usr/local/bin/gcc
--CFLAGS= -O2 -Wall
--PREFIX?= /usr/local
-+CFLAGS?= ${CFLAGS} -O2 -Wall
-+#PREFIX?= /usr/local
-
- SUBDIR= dsh pcp barrier
-
diff --git a/net/clusterit/files/patch-ab b/net/clusterit/files/patch-ab
deleted file mode 100644
index e7601e44a9ef..000000000000
--- a/net/clusterit/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- barrier/Makefile.orig Mon Dec 14 20:51:56 1998
-+++ barrier/Makefile Thu Feb 4 16:36:04 1999
-@@ -4,7 +4,7 @@
- # Some options need to be uncommented for Solaris
-
- #CC= /usr/local/bin/gcc
--CFLAGS?= -Wall -O2
-+CFLAGS?= ${CFLAGS} -Wall -O2
- PROGS= barrierd barrier
- #LIBS= -lsocket -lnsl
- #
diff --git a/net/clusterit/files/patch-ad b/net/clusterit/files/patch-ad
deleted file mode 100644
index 756204b71d4d..000000000000
--- a/net/clusterit/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- dsh/Makefile.orig Mon Dec 14 20:51:53 1998
-+++ dsh/Makefile Thu Feb 4 16:36:19 1999
-@@ -4,7 +4,7 @@
- # Some of the below needs to be uncommented for Solaris to work.
-
- #CC= /usr/local/bin/gcc
--CFLAGS= -Wall -O2 #-DDEBUG -g
-+CFLAGS?= ${CFLAGS} -Wall -O2 #-DDEBUG -g
- PROGS= dsh seq run
-
- OBJS= dsh.o seq.o run.o