summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches
diff options
context:
space:
mode:
authoris <is>1999-10-06 15:22:57 +0000
committeris <is>1999-10-06 15:22:57 +0000
commiteb53ac1244de13388b5f4bbfe67fc07e89116e97 (patch)
tree4020be4929e5ee39e9ed467eeaaa05cfc37d794f /mbone/sdr/patches
parent0a724d46a82556f90387f36dfd3fe38cf162b294 (diff)
downloadpkgsrc-eb53ac1244de13388b5f4bbfe67fc07e89116e97.tar.gz
According to Hubertf, those patches he sent me aren't needed. I tested that
it still compiles and works.
Diffstat (limited to 'mbone/sdr/patches')
-rw-r--r--mbone/sdr/patches/patch-al11
-rw-r--r--mbone/sdr/patches/patch-am12
-rw-r--r--mbone/sdr/patches/patch-an5
3 files changed, 0 insertions, 28 deletions
diff --git a/mbone/sdr/patches/patch-al b/mbone/sdr/patches/patch-al
deleted file mode 100644
index ad8f2591eef..00000000000
--- a/mbone/sdr/patches/patch-al
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/Makefile.in.orig Sun Jul 4 23:57:30 1999
-+++ common/Makefile.in Sat Oct 2 21:46:28 1999
-@@ -3,7 +3,7 @@
- # This probably requires GNU make.
- #
-
--CFLAGS = __WFLAGS__ __DEBUG__ __CHAR__ __PROFILE__ __OPTIMIZE__ __CHECK_FLAG__ __DEFS__ -D__OSTYPE__
-+CFLAGS = __WFLAGS__ __DEBUG__ __CHAR__ __PROFILE__ __OPTIMIZE__ __CHECK_FLAG__ __DEFS__ -D__OSTYPE__
- INC = __INCLUDE__
- CC = __CC__
- AR = __AR__
diff --git a/mbone/sdr/patches/patch-am b/mbone/sdr/patches/patch-am
deleted file mode 100644
index ef851058d35..00000000000
--- a/mbone/sdr/patches/patch-am
+++ /dev/null
@@ -1,12 +0,0 @@
---- /dev/null Sat Oct 2 21:52:15 1999
-+++ sdr/netbsd/Makefile.netbsd Sat Oct 2 22:00:51 1999
-@@ -0,0 +1,9 @@
-+CC = gcc -O
-+INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0/generic -I${LOCALBASE}/include/tcl8.0/generic -I../../common
-+LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 ../../common/libcommon.a -lm -L${X11BASE}/lib -lX11 -lz
-+CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB
-+
-+all:: sdr
-+install:
-+ cp ./sdr /cs/research/mice/speedy/common/freebsd/bin/sdr
-+ chmod 755 /cs/research/mice/speedy/common/freebsd/bin/sdr
diff --git a/mbone/sdr/patches/patch-an b/mbone/sdr/patches/patch-an
deleted file mode 100644
index 53cdb554bf6..00000000000
--- a/mbone/sdr/patches/patch-an
+++ /dev/null
@@ -1,5 +0,0 @@
---- /dev/null Sat Oct 2 21:52:15 1999
-+++ sdr/netbsd/configure Sat Oct 2 21:56:12 1999
-@@ -0,0 +1,2 @@
-+#!/bin/sh
-+cat Makefile.netbsd ../src/Makefile.template > Makefile