summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/shfs/files')
-rw-r--r--net-fs/shfs/files/digest-shfs-0.311
-rw-r--r--net-fs/shfs/files/digest-shfs-0.31-r11
-rw-r--r--net-fs/shfs/files/digest-shfs-0.321
-rw-r--r--net-fs/shfs/files/digest-shfs-0.32-r11
-rw-r--r--net-fs/shfs/files/digest-shfs-0.341
-rw-r--r--net-fs/shfs/files/digest-shfs-0.351
-rw-r--r--net-fs/shfs/files/shfs-amd64-makefile.patch14
-rw-r--r--net-fs/shfs/files/shfs-gentoo-0.31-makefile-root.diff19
-rw-r--r--net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff19
-rw-r--r--net-fs/shfs/files/shfs-gentoo-0.32-makefile-debug.diff30
10 files changed, 0 insertions, 88 deletions
diff --git a/net-fs/shfs/files/digest-shfs-0.31 b/net-fs/shfs/files/digest-shfs-0.31
deleted file mode 100644
index c69b1f0e222b..000000000000
--- a/net-fs/shfs/files/digest-shfs-0.31
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61d7ed5faaf5d98381fd18b103f58359 shfs-0.31-1.tar.gz 71010
diff --git a/net-fs/shfs/files/digest-shfs-0.31-r1 b/net-fs/shfs/files/digest-shfs-0.31-r1
deleted file mode 100644
index c69b1f0e222b..000000000000
--- a/net-fs/shfs/files/digest-shfs-0.31-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61d7ed5faaf5d98381fd18b103f58359 shfs-0.31-1.tar.gz 71010
diff --git a/net-fs/shfs/files/digest-shfs-0.32 b/net-fs/shfs/files/digest-shfs-0.32
deleted file mode 100644
index 589486862534..000000000000
--- a/net-fs/shfs/files/digest-shfs-0.32
+++ /dev/null
@@ -1 +0,0 @@
-MD5 477c4236f24c770238075f04de38fd71 shfs-0.32.tar.gz 96346
diff --git a/net-fs/shfs/files/digest-shfs-0.32-r1 b/net-fs/shfs/files/digest-shfs-0.32-r1
deleted file mode 100644
index 589486862534..000000000000
--- a/net-fs/shfs/files/digest-shfs-0.32-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 477c4236f24c770238075f04de38fd71 shfs-0.32.tar.gz 96346
diff --git a/net-fs/shfs/files/digest-shfs-0.34 b/net-fs/shfs/files/digest-shfs-0.34
deleted file mode 100644
index 9278d795f1a9..000000000000
--- a/net-fs/shfs/files/digest-shfs-0.34
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8c3bb47cdf46c96a6c46465e9b34296c shfs-0.34.tar.gz 128294
diff --git a/net-fs/shfs/files/digest-shfs-0.35 b/net-fs/shfs/files/digest-shfs-0.35
deleted file mode 100644
index 88af63ae5275..000000000000
--- a/net-fs/shfs/files/digest-shfs-0.35
+++ /dev/null
@@ -1 +0,0 @@
-MD5 016f49d71bc32eee2b5d11fc1600cfbe shfs-0.35.tar.gz 128656
diff --git a/net-fs/shfs/files/shfs-amd64-makefile.patch b/net-fs/shfs/files/shfs-amd64-makefile.patch
deleted file mode 100644
index 36797bcb09bc..000000000000
--- a/net-fs/shfs/files/shfs-amd64-makefile.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- shfs-0.31-1/shfs/Makefile.old 2003-10-14 23:54:50.000000000 -0400
-+++ shfs-0.31-1/shfs/Makefile 2003-10-14 23:55:05.000000000 -0400
-@@ -15,9 +15,9 @@
- SEARCHDIRS := -I- -I. -I${KERNEL_SOURCES}/include -I/usr/src/linux/include/
-
- CC := gcc
--CFLAGS = -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE ${MVER} -D__KERNEL__ -DLINUX -DDEBUG_LEVEL=${DEBUG}
-+CFLAGS = -O2 -mcmodel=kernel -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE ${MVER} -D__KERNEL__ -DLINUX -DDEBUG_LEVEL=${DEBUG}
- LINKER := ld
--LDFLAGS = -m elf_i386 -r
-+LDFLAGS = -r
- LOADLIBES :=
-
- all: ${ALL_TARGETS}
diff --git a/net-fs/shfs/files/shfs-gentoo-0.31-makefile-root.diff b/net-fs/shfs/files/shfs-gentoo-0.31-makefile-root.diff
deleted file mode 100644
index b01fecc3d7d4..000000000000
--- a/net-fs/shfs/files/shfs-gentoo-0.31-makefile-root.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur shfs-0.31-1/Makefile shfs-0.31-1.orig/Makefile
---- shfs-0.31-1.orig/Makefile 2003-06-01 16:31:17.000000000 -0500
-+++ shfs-0.31-1/Makefile 2003-06-01 18:03:09.000000000 -0500
-@@ -1,5 +1,5 @@
- # for making packages
--ROOT=/
-+ROOT=${D}
- # where to install modules
- MODULESDIR=${ROOT}/lib/modules/$(shell uname -r)
- # kernel source tree
-@@ -7,7 +7,7 @@
- # use modversions?
- MODVERSIONS=yes
- # leave empty if you don't need amd support
--AMD_CONF_DIR=/etc/am-utils/
-+# AMD_CONF_DIR=/etc/am-utils/
- # leave empty if you don't need man pages installed
- MAN_PAGE_DIR=
- # leave empty if you don't need html manual
diff --git a/net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff b/net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff
deleted file mode 100644
index faa431f60aaa..000000000000
--- a/net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-*** shfs-0.31-1.orig/shfs/Makefile Sun Jun 1 23:47:27 2003
---- shfs-0.31-1/shfs/Makefile Sun Jun 1 23:47:58 2003
-*************** SEARCHDIRS := -I- -I. -I${KERNEL_SOURCES
-*** 17,23 ****
- CC := gcc
- CFLAGS = -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE ${MVER} -D__KERNEL__ -DLINUX -DDEBUG_LEVEL=${DEBUG}
- LINKER := ld
-! LDFLAGS = -m elf_i386 -r
- LOADLIBES :=
-
- all: ${ALL_TARGETS}
---- 17,23 ----
- CC := gcc
- CFLAGS = -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE ${MVER} -D__KERNEL__ -DLINUX -DDEBUG_LEVEL=${DEBUG}
- LINKER := ld
-! LDFLAGS = -m elf32ppclinux -r
- LOADLIBES :=
-
- all: ${ALL_TARGETS}
diff --git a/net-fs/shfs/files/shfs-gentoo-0.32-makefile-debug.diff b/net-fs/shfs/files/shfs-gentoo-0.32-makefile-debug.diff
deleted file mode 100644
index 8da61d2c32b3..000000000000
--- a/net-fs/shfs/files/shfs-gentoo-0.32-makefile-debug.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- shfs-0.32.orig/shfs/Linux-2.6/Makefile 2004-02-28 17:02:27.764129840 +0100
-+++ shfs-0.32/shfs/Linux-2.6/Makefile 2004-02-28 17:02:53.151270408 +0100
-@@ -1,3 +1,7 @@
-+ifndef DEBUG
-+DEBUG=0
-+endif
-+
- ifneq ($(KERNELRELEASE),)
- # call from kernel build system
-
-@@ -5,7 +9,7 @@
-
- shfs-objs := dcache.o dir.o fcache.o file.o inode.o proc.o proto.o symlink.o
-
--EXTRA_CFLAGS += -DVERSION=\"0.3\" -DDEBUG_LEVEL=5
-+EXTRA_CFLAGS += -DVERSION=\"0.3\" -DDEBUG_LEVEL=${DEBUG}
-
- else
- # external module build
-@@ -18,10 +22,6 @@
- KERNEL_SOURCES=${MODULESDIR}/build
- endif
-
--ifndef DEBUG
--DEBUG=0
--endif
--
- KERNEL := linux-$(shell uname -r)
- PWD := $(shell pwd)
-