summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/coda5_client/DEINSTALL14
-rw-r--r--net/coda5_client/DESCR7
-rw-r--r--net/coda5_client/INSTALL13
-rw-r--r--net/coda5_client/Makefile31
-rw-r--r--net/coda5_client/PLIST42
-rw-r--r--net/coda5_server/DEINSTALL14
-rw-r--r--net/coda5_server/DESCR7
-rw-r--r--net/coda5_server/INSTALL13
-rw-r--r--net/coda5_server/Makefile27
-rw-r--r--net/coda5_server/Makefile.common43
-rw-r--r--net/coda5_server/PLIST73
-rw-r--r--net/coda5_server/distinfo12
-rw-r--r--net/coda5_server/patches/patch-aa29
-rw-r--r--net/coda5_server/patches/patch-ab29
-rw-r--r--net/coda5_server/patches/patch-ac40
-rw-r--r--net/coda5_server/patches/patch-ad30
-rw-r--r--net/coda5_server/patches/patch-ae22
-rw-r--r--net/coda5_server/patches/patch-af22
19 files changed, 1 insertions, 471 deletions
diff --git a/net/Makefile b/net/Makefile
index 78c86aed361..76c801703b7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.549 2005/04/01 19:56:10 drochner Exp $
+# $NetBSD: Makefile,v 1.550 2005/04/19 00:07:27 wiz Exp $
#
COMMENT= Networking tools
@@ -49,8 +49,6 @@ SUBDIR+= cidr
SUBDIR+= cisco-mibs
SUBDIR+= citrix_ica
SUBDIR+= cmu-dhcpd
-SUBDIR+= coda5_client
-SUBDIR+= coda5_server
SUBDIR+= coda_doc
SUBDIR+= coda_intro
SUBDIR+= connect
diff --git a/net/coda5_client/DEINSTALL b/net/coda5_client/DEINSTALL
deleted file mode 100644
index 8de08020f79..00000000000
--- a/net/coda5_client/DEINSTALL
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.2 2002/06/20 19:28:24 jlam Exp $
-
-case ${STAGE} in
-POST-DEINSTALL)
- for file in au coda-setup-ports codaconfedit; do
- ${RM} -f ${PKG_PREFIX}/sbin/${file}
- if [ -f ${PKG_PREFIX}/sbin/vice-${file} ]; then
- ${LN} -sf vice-${file} ${PKG_PREFIX}/sbin/${file}
- fi
- done
- ;;
-esac
diff --git a/net/coda5_client/DESCR b/net/coda5_client/DESCR
deleted file mode 100644
index a7ba04c81a8..00000000000
--- a/net/coda5_client/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Coda is a distributed file system. Among its features are disconnected
-operation, good security model, server replication and persistent client
-side caching.
-
-For more info, contact <coda@cs.cmu.edu> or visit http://www.coda.cs.cmu.edu.
-
-This package contains the client-side programs.
diff --git a/net/coda5_client/INSTALL b/net/coda5_client/INSTALL
deleted file mode 100644
index 972f7743858..00000000000
--- a/net/coda5_client/INSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: INSTALL,v 1.2 2002/06/20 19:28:25 jlam Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- for file in au coda-setup-ports codaconfedit; do
- if [ ! -f ${PKG_PREFIX}/sbin/${file} ]; then
- ${LN} -sf venus-${file} ${PKG_PREFIX}/sbin/${file}
- fi
- done
- ;;
-esac
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
deleted file mode 100644
index be1552f0c04..00000000000
--- a/net/coda5_client/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.41 2004/12/03 15:15:05 wiz Exp $
-
-PKGNAME= coda-client-${DIST_VERS}
-COMMENT= Client programs for a replicated high-performance network file system
-
-.include "../../net/coda5_server/Makefile.common"
-
-BUILD_TARGET= coda
-INSTALL_TARGET= client-install
-
-USE_PKGINSTALL= yes
-DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
-INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
-
-CONF_FILES+= ${EGDIR}/sidekick.intr.ex ${PKG_SYSCONFDIR}/sidekick.intr
-CONF_FILES+= ${EGDIR}/venus.conf.ex ${PKG_SYSCONFDIR}/venus.conf
-
-post-install:
- cd ${PREFIX} && ${PAX} -O -zr \
- -s "/usr\/\(man\/man.\/\)au.8/\1venus-au.8/" \
- -s "/usr\/\(man\/man.\/\)replay.8/\1coda_replay.8/" \
- -s "/usr\///" \
- -f ${_DISTDIR}/${CODADOC_DISTFILE} \
- `${GREP} "^man/" ${PLIST_SRC} | \
- ${GREP} -v "man/man8/au.8" | \
- ${SED} -e "s|^|usr/|" \
- -e "s|coda_replay\.8|replay.8|" \
- -e "s|venus-au\.8|au.8|"`
- ${LN} -sf venus-au.8 ${PREFIX}/man/man8/au.8
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/coda5_client/PLIST b/net/coda5_client/PLIST
deleted file mode 100644
index 603f682c45c..00000000000
--- a/net/coda5_client/PLIST
+++ /dev/null
@@ -1,42 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/06/20 19:28:25 jlam Exp $
-bin/cfs
-bin/clog
-bin/cmon
-bin/coda_replay
-bin/codacon
-bin/cpasswd
-bin/ctokens
-bin/cunlog
-bin/filerepair
-bin/hoard
-bin/parser
-bin/removeinc
-bin/repair
-bin/spy
-bin/xaskuser
-bin/xfrepair
-man/man1/cfs.1
-man/man1/clog.1
-man/man1/cmon.1
-man/man1/cpasswd.1
-man/man1/ctokens.1
-man/man1/cunlog.1
-man/man1/hoard.1
-man/man1/repair.1
-man/man1/spy.1
-man/man8/au.8
-man/man8/coda_replay.8
-man/man8/venus.8
-man/man8/venus-au.8
-man/man8/vutil.8
-sbin/sidekick
-sbin/venus
-sbin/venus-au
-sbin/venus-coda-setup-ports
-sbin/venus-codaconfedit
-sbin/venus-setup
-sbin/volmunge
-sbin/vutil
-share/examples/coda/sidekick.intr.ex
-share/examples/coda/venus.conf.ex
-@unexec ${RMDIR} %D/share/examples/coda 2>/dev/null || ${TRUE}
diff --git a/net/coda5_server/DEINSTALL b/net/coda5_server/DEINSTALL
deleted file mode 100644
index 0f5a45b2adf..00000000000
--- a/net/coda5_server/DEINSTALL
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.2 2002/06/20 19:28:35 jlam Exp $
-
-case ${STAGE} in
-POST-DEINSTALL)
- for file in au coda-setup-ports codaconfedit; do
- ${RM} -f ${PKG_PREFIX}/sbin/${file}
- if [ -f ${PKG_PREFIX}/sbin/venus-${file} ]; then
- ${LN} -sf venus-${file} ${PKG_PREFIX}/sbin/${file}
- fi
- done
- ;;
-esac
diff --git a/net/coda5_server/DESCR b/net/coda5_server/DESCR
deleted file mode 100644
index f4d8db60725..00000000000
--- a/net/coda5_server/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Coda is a distributed file system. Among its features are disconnected
-operation, good security model, server replication and persistent client
-side caching.
-
-For more info, contact <coda@cs.cmu.edu> or visit http://www.coda.cs.cmu.edu.
-
-This package contains the server-side programs.
diff --git a/net/coda5_server/INSTALL b/net/coda5_server/INSTALL
deleted file mode 100644
index 8dcb5005006..00000000000
--- a/net/coda5_server/INSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: INSTALL,v 1.2 2002/06/20 19:28:35 jlam Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- for file in au coda-setup-ports codaconfedit; do
- if [ ! -f ${PKG_PREFIX}/sbin/${file} ]; then
- ${LN} -sf vice-${file} ${PKG_PREFIX}/sbin/${file}
- fi
- done
- ;;
-esac
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile
deleted file mode 100644
index efc338dd17a..00000000000
--- a/net/coda5_server/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.41 2004/12/03 15:15:05 wiz Exp $
-
-PKGNAME= coda-server-${DIST_VERS}
-PKGREVISION= 1
-COMMENT= Server programs for a replicated high-performance network file system
-
-.include "Makefile.common"
-
-BUILD_TARGET= coda
-INSTALL_TARGET= server-install
-
-USE_PKGINSTALL= yes
-DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
-INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
-
-CONF_FILES+= ${EGDIR}/server.conf.ex ${PKG_SYSCONFDIR}/server.conf
-
-post-install:
- cd ${PREFIX} && ${PAX} -O -zr \
- -s "/usr\/\(man\/man.\/\)au.8/\1vice-au.8/" \
- -s "/usr\///" \
- -f ${_DISTDIR}/${CODADOC_DISTFILE} \
- `${GREP} "^man/" ${PLIST_SRC} | \
- ${SED} -e "s|^|usr/|" \
- -e "s|vice-au\.8|au.8|"`
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/coda5_server/Makefile.common b/net/coda5_server/Makefile.common
deleted file mode 100644
index 4125e10fbc6..00000000000
--- a/net/coda5_server/Makefile.common
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:45 tv Exp $
-
-DISTNAME?= coda-${DIST_VERS}
-DIST_VERS?= 5.3.20
-CATEGORIES?= net
-MASTER_SITES?= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \
- ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
-DISTFILES?= ${CODASRC_DISTFILE} ${CODADOC_DISTFILE}
-EXTRACT_ONLY?= ${CODASRC_DISTFILE}
-
-CODASRC_DISTFILE= ${DISTNAME}${EXTRACT_SUFX}
-CODADOC_DISTFILE= coda-doc-5.2.0-1.tgz
-
-MAINTAINER?= phil@cs.wwu.edu
-HOMEPAGE?= http://www.coda.cs.cmu.edu/
-
-DISTINFO_FILE?= ${.CURDIR}/../../net/coda5_server/distinfo
-PATCHDIR?= ${.CURDIR}/../../net/coda5_server/patches
-
-USE_PERL5= yes
-USE_GNU_TOOLS+= make
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --without-openssl
-
-PKG_SYSCONFSUBDIR?= coda
-EGDIR= ${PREFIX}/share/examples/coda
-
-.include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc-3.3*)
-PKG_FAIL_REASON= "coda5 cannot be built with ${CC_VERSION}"
-.endif
-
-pre-install: install-egdir
-
-install-egdir:
- ${INSTALL_DATA_DIR} ${EGDIR}
-
-.include "../../devel/lwp/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/rpc2/buildlink3.mk"
-.include "../../devel/rvm/buildlink3.mk"
diff --git a/net/coda5_server/PLIST b/net/coda5_server/PLIST
deleted file mode 100644
index 8eb7cc140dd..00000000000
--- a/net/coda5_server/PLIST
+++ /dev/null
@@ -1,73 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/06/20 19:28:35 jlam Exp $
-bin/getvolinfo
-bin/norton
-bin/norton-reinit
-bin/reinit
-bin/rpc2ping
-bin/smon2
-etc/rc.d/rc.vice
-man/man5/backuplogs.5
-man/man5/dumpfile.5
-man/man5/dumplist.5
-man/man5/maxgroupid.5
-man/man5/passwd.coda.5
-man/man5/servers.5
-man/man5/vicetab.5
-man/man5/volumelist.5
-man/man5/vrdb.5
-man/man5/vrlist.5
-man/man5/vsgdb.5
-man/man8/auth2.8
-man/man8/backup.8
-man/man8/bldvldb.8
-man/man8/codasrv.8
-man/man8/createvol.8
-man/man8/createvol_rep.8
-man/man8/initpw.8
-man/man8/merge.8
-man/man8/norton.8
-man/man8/pdbtool.8
-man/man8/purgevol.8
-man/man8/purgevol_rep.8
-man/man8/readdump.8
-man/man8/startserver.8
-man/man8/updateclnt.8
-man/man8/updatesrv.8
-man/man8/vice-au.8
-man/man8/volutil.8
-sbin/auth2
-sbin/backup
-sbin/backup.sh
-sbin/bldvldb.sh
-sbin/codasrv
-sbin/codastart
-sbin/createvol_rep
-sbin/initpw
-sbin/inoder
-sbin/merge
-sbin/parserecdump
-sbin/partial-reinit.sh
-sbin/pdbtool
-sbin/printvrdb
-sbin/purgevol
-sbin/purgevol_rep
-sbin/pwdtopdbtool.py
-sbin/readdump
-sbin/rpc2portmap
-sbin/startserver
-sbin/tape.pl
-sbin/updateclnt
-sbin/updatefetch
-sbin/updatesrv
-sbin/vice-au
-sbin/vice-coda-setup-ports
-sbin/vice-codaconfedit
-sbin/vice-killvolumes
-sbin/vice-setup
-sbin/vice-setup-rvm
-sbin/vice-setup-scm
-sbin/vice-setup-srvdir
-sbin/vice-setup-user
-sbin/volutil
-share/examples/coda/server.conf.ex
-@unexec ${RMDIR} %D/share/examples/coda 2>/dev/null || ${TRUE}
diff --git a/net/coda5_server/distinfo b/net/coda5_server/distinfo
deleted file mode 100644
index 2d06b91a77d..00000000000
--- a/net/coda5_server/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: distinfo,v 1.6 2003/08/22 13:17:51 drochner Exp $
-
-SHA1 (coda-5.3.20.tar.gz) = 295672b04c9f7d79c0ac94f4c900012be4b4e98a
-Size (coda-5.3.20.tar.gz) = 1407831 bytes
-SHA1 (coda-doc-5.2.0-1.tgz) = f54c2d1b454a5d97f50f8c9b30c012d770384c2f
-Size (coda-doc-5.2.0-1.tgz) = 1604755 bytes
-SHA1 (patch-aa) = 6349c54a1508dc86a8e541db5b6aac310c305dac
-SHA1 (patch-ab) = 25fa067a244ea185f3b24efd3a5762737658e5db
-SHA1 (patch-ac) = f21f883512c4b149d92401d7ec525aa57218761e
-SHA1 (patch-ad) = 21c374be911aeece2a9702ed4abb748c5e92384a
-SHA1 (patch-ae) = 02731adff7a820d9c66973b8d82b860fa117da39
-SHA1 (patch-af) = 913e40456e30b6b0b465765409009a4486787b09
diff --git a/net/coda5_server/patches/patch-aa b/net/coda5_server/patches/patch-aa
deleted file mode 100644
index 7c64dc4b0e3..00000000000
--- a/net/coda5_server/patches/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.11 2003/08/22 13:17:52 drochner Exp $
-
---- coda-src/auth2/Makefile.in.orig 2002-03-14 23:02:17.000000000 +0100
-+++ coda-src/auth2/Makefile.in 2003-08-22 14:00:57.000000000 +0200
-@@ -49,9 +49,9 @@
- LIBAUSEROBJS=auth2.client.o auser.o avenus.o $(AUTHCOMMON)
-
- CBINS = clog cpasswd ctokens cunlog
--CSBINS = au
-+CSBINS = venus-au
- SBINS =
--SSBINS = au auth2 initpw
-+SSBINS = vice-au auth2 initpw
- EXECUTABLES = $(CBINS) $(CSBINS) $(SBINS) $(SSBINS) tokentool
-
- #
-@@ -84,6 +84,12 @@
- au: au.o libauser.a $(DEPLIBS)
- ${CC} $(LDFLAGS) $^ ${LIBKRBS} ${LIBS} -o $@
-
-+venus-au: au.o libauser.a $(DEPLIBS)
-+ ${CC} $(LDFLAGS) $^ ${LIBKRBS} ${LIBS} -o venus-au
-+
-+vice-au: au.o libauser.a $(DEPLIBS)
-+ ${CC} $(LDFLAGS) $^ ${LIBKRBS} ${LIBS} -o vice-au
-+
- clog: clog.o tokenfile.o libauser.a ${DEPLIBS}
- ${CC} $(LDFLAGS) $^ ${LIBKRBS} ${LIBS} -o $@
-
diff --git a/net/coda5_server/patches/patch-ab b/net/coda5_server/patches/patch-ab
deleted file mode 100644
index b4dcff902e5..00000000000
--- a/net/coda5_server/patches/patch-ab
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2002/06/20 19:28:35 jlam Exp $
-
---- coda-src/scripts/Makefile.in.orig Thu Jan 24 18:35:50 2002
-+++ coda-src/scripts/Makefile.in
-@@ -25,13 +25,13 @@
- # Need to conditionalize this
- include $(TOPDIR)/Makeconf
-
--VENUS-SCRIPTS = vutil volmunge venus-setup coda-setup-ports
-+VENUS-SCRIPTS = vutil volmunge venus-setup venus-coda-setup-ports
-
- VOL-SCRIPTS = createvol_rep purgevol purgevol_rep bldvldb.sh
- VICE-SCRIPTS = startserver codastart
- REINIT-SCRIPTS = partial-reinit.sh
- UPGRADE-SCRIPTS = pwdtopdbtool.py
--VICE-SETUP = vice-setup vice-setup-rvm vice-setup-scm vice-setup-srvdir vice-setup-user vice-killvolumes coda-setup-ports
-+VICE-SETUP = vice-setup vice-setup-rvm vice-setup-scm vice-setup-srvdir vice-setup-user vice-killvolumes vice-coda-setup-ports
-
- BACKUP-SCRIPTS = backup.sh tape.pl
-
-@@ -66,3 +66,8 @@
-
- include $(TOPDIR)/configs/Makerules
-
-+venus-coda-setup-ports: coda-setup-ports
-+ cp coda-setup-ports venus-coda-setup-ports
-+
-+vice-coda-setup-ports: coda-setup-ports
-+ cp coda-setup-ports vice-coda-setup-ports
diff --git a/net/coda5_server/patches/patch-ac b/net/coda5_server/patches/patch-ac
deleted file mode 100644
index 8f9ecd267ad..00000000000
--- a/net/coda5_server/patches/patch-ac
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2002/06/20 19:28:35 jlam Exp $
-
---- coda-src/vtools/Makefile.in.orig Fri Jan 25 16:24:46 2002
-+++ coda-src/vtools/Makefile.in
-@@ -26,15 +26,16 @@
- include $(TOPDIR)/Makeconf
-
- LOGSCRIPTS = # logbandwidth logcmls logreintegration logprogress
--EXECUTABLES = codacon cfs hoard spy coda_replay
-+CEXECUTABLES = codacon cfs hoard spy coda_replay
- ifneq ($(SYS),cygwin32)
--EXECUTABLES += cmon $(LOGSCRIPTS)
-+CEXECUTABLES += cmon $(LOGSCRIPTS)
- endif
-+EXECUTABLES = $(CEXECUTABLES)
-
--CBINS = $(EXECUTABLES)
--CSBINS = codaconfedit
--SSBINS = codaconfedit
--EXECUTABLES += codaconfedit
-+CBINS = $(CEXECUTABLES)
-+CSBINS = venus-codaconfedit
-+SSBINS = vice-codaconfedit
-+EXECUTABLES += venus-codaconfedit vice-codaconfedit
-
- CMON_LIBS = $(LIBVICEDEP) $(LIBBASE)
- CFS_LIBS = $(LIBKERNDEP) $(LIBUTIL) $(LIBBASE)
-@@ -53,6 +54,12 @@
-
- codaconfedit: codaconfedit.o $(LIBBASE)
- $(CXX) $(LDFLAGS) codaconfedit.o $(LIBBASE) $(LIBS) -o codaconfedit
-+
-+venus-codaconfedit: codaconfedit.o $(LIBBASE)
-+ $(CXX) $(LDFLAGS) codaconfedit.o $(LIBBASE) $(LIBS) -o venus-codaconfedit
-+
-+vice-codaconfedit: codaconfedit.o $(LIBBASE)
-+ $(CXX) $(LDFLAGS) codaconfedit.o $(LIBBASE) $(LIBS) -o vice-codaconfedit
-
- cfs: cfs.o $(CFS_LIBS)
- $(CXX) $(LDFLAGS) cfs.o $(CFS_LIBS) $(STD_LIBS) -o cfs
diff --git a/net/coda5_server/patches/patch-ad b/net/coda5_server/patches/patch-ad
deleted file mode 100644
index 834a0dad1a5..00000000000
--- a/net/coda5_server/patches/patch-ad
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2002/06/20 19:28:36 jlam Exp $
-
---- configs/Makerules.orig Wed Aug 30 15:33:28 2000
-+++ configs/Makerules
-@@ -117,11 +117,7 @@
-
- c_conf_install: $(CCONFFILES)
- ifdef CCONFFILES
-- if test $(sysconfdir) = /etc/coda ; then \
-- $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \
-- else \
-- $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \
-- fi
-+ $(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $?
- endif
-
- c_script_install: $(CSCRIPTS)
-@@ -156,11 +152,7 @@
-
- s_conf_install: $(SCONFFILES)
- ifdef SCONFFILES
-- if test $(sysconfdir) = /etc/coda ; then \
-- $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \
-- else \
-- $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \
-- fi
-+ $(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $?
- endif
-
- s_script_install: $(SSCRIPTS)
diff --git a/net/coda5_server/patches/patch-ae b/net/coda5_server/patches/patch-ae
deleted file mode 100644
index e676ef2ebae..00000000000
--- a/net/coda5_server/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2003/08/22 13:17:52 drochner Exp $
-
---- configure.orig 2002-12-13 22:13:14.000000000 +0100
-+++ configure 2003-08-22 14:03:55.000000000 +0200
-@@ -2886,6 +2886,7 @@
- fi
-
- echo "$as_me:$LINENO: checking configuration file location" >&5
-+if false; then
- echo $ECHO_N "checking configuration file location... $ECHO_C" >&6
- case ${prefix} in
- /usr )
-@@ -2912,6 +2913,9 @@
- initsuffix='etc'
- ;;
- esac
-+else
-+ initsuffix=etc
-+fi
- echo "$as_me:$LINENO: result: ${sysconfdir}" >&5
- echo "${ECHO_T}${sysconfdir}" >&6
-
diff --git a/net/coda5_server/patches/patch-af b/net/coda5_server/patches/patch-af
deleted file mode 100644
index 35f300e5631..00000000000
--- a/net/coda5_server/patches/patch-af
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-af,v 1.1 2003/08/22 13:17:52 drochner Exp $
-
---- coda-src/venus/vproc.cc.orig 2003-08-22 14:10:41.000000000 +0200
-+++ coda-src/venus/vproc.cc 2003-08-22 14:18:53.000000000 +0200
-@@ -764,7 +764,7 @@
- vap->va_flags = 0; /* must be 0 not IGNORE for BSD */
- }
-
--
-+#if 0
- void VattrToStat(struct coda_vattr *vap, struct stat *sp) {
- sp->st_mode = vap->va_mode;
- sp->st_nlink = vap->va_nlink;
-@@ -788,7 +788,7 @@
- sp->st_qspare[1] = 0;
- #endif /* __BSD44__ */
- }
--
-+#endif
-
- void VPROC_printvattr(struct coda_vattr *vap)
- {