aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-04-15 03:11:23 +0800
committerlinimon <linimon@FreeBSD.org>2006-04-15 03:11:23 +0800
commit33122d1553fc4f2bb6121659bbf935537fa463f2 (patch)
tree90855fc3a5f8440ec47cd5b22309b91144d6bf5d
parentddca2d23049d77894e867ae182ad18b542c45d8d (diff)
downloadfreebsd-ports-gnome-33122d1553fc4f2bb6121659bbf935537fa463f2.tar.gz
freebsd-ports-gnome-33122d1553fc4f2bb6121659bbf935537fa463f2.tar.zst
freebsd-ports-gnome-33122d1553fc4f2bb6121659bbf935537fa463f2.zip
Remove obsolete and abandoned port net/smbfs. It has been included in
the base system for a long time. Hat: portmgr
-rw-r--r--net/Makefile1
-rw-r--r--net/smbfs/Makefile57
-rw-r--r--net/smbfs/distinfo2
-rw-r--r--net/smbfs/pkg-descr11
-rw-r--r--net/smbfs/pkg-plist11
5 files changed, 0 insertions, 82 deletions
diff --git a/net/Makefile b/net/Makefile
index 2f5cb8bac85e..4c14b790936e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -663,7 +663,6 @@
SUBDIR += slirp
SUBDIR += slurm
SUBDIR += smb4k
- SUBDIR += smbfs
SUBDIR += smbldap-tools
SUBDIR += smm++
SUBDIR += smokeping
diff --git a/net/smbfs/Makefile b/net/smbfs/Makefile
deleted file mode 100644
index eb10311bbfda..000000000000
--- a/net/smbfs/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: smbfs
-# Date created: 2th Dec 2000
-# Whom: Jaedoc Lee <tokky@fdns.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= smbfs
-PORTVERSION= 1.4.1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.butya.kz/pub/smbfs/
-
-MAINTAINER= bp@freebsd.org
-COMMENT= SMB/CIFS protocol and SMB/CIFS file system implementation
-
-NO_PACKAGE= "Depends on kernel"
-
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT=configure
-
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-BROKEN= "OS versions prior to 400000 is not supported"
-.endif
-
-.if ${OSVERSION} > 440002 && ${OSVERSION} < 500000
-IGNORE= "OS versions subsequent to 440002 include smbfs"
-.endif
-
-.if ${OSVERSION} < 500000
-PLIST_SUB= KMODDIR=${KMODDIR}
-.else
-PLIST_SUB= KMODDIR="@comment "
-.endif
-
-.if ${OSVERSION} > 500027
-IGNORE= "OS versions subsequent to 500027 include smbfs"
-.endif
-
-.if defined(SMP_SUPPORT)
-CONFIGURE_ARGS+= -DSMP_SUPPORT
-.endif
-
-pre-fetch:
-.if !defined(SMP_SUPPORT) && ${OSVERSION} < 500000
- @${ECHO_MSG} "NOTE: SMP support can be enabled by adding "
- @${ECHO_MSG} "\"SMP_SUPPORT=yes\" to argument of make."
-.endif
-
-post-install:
- cd ${WRKSRC} && make makedev
- @${INSTALL_DATA} ${WRKSRC}/examples/dot.nsmbrc ${LOCALBASE}/etc/nsmb.conf.sample
- @${INSTALL_SCRIPT} ${WRKSRC}/examples/smbfs.sh.sample ${LOCALBASE}/etc/rc.d/smbfs.sh.sample
-
-.include <bsd.port.post.mk>
diff --git a/net/smbfs/distinfo b/net/smbfs/distinfo
deleted file mode 100644
index ec69cf6598f6..000000000000
--- a/net/smbfs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (smbfs-1.4.1.tar.gz) = 1206b79cfa04ebc503f337f914e225d8
-SIZE (smbfs-1.4.1.tar.gz) = 135036
diff --git a/net/smbfs/pkg-descr b/net/smbfs/pkg-descr
deleted file mode 100644
index 62a11242219e..000000000000
--- a/net/smbfs/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
-It is a complete, kernel side implementation of SMB requester and filesystem.
-
-Please note, that this version of smbfs has been tested with recent
-FreeBSD-current and FreeBSD 4.X.
-
-smbfs has been tested with the following SMB servers:
-
-Samba, Windows 95/98/ME/2000/NT4.0(SPs 4, 5, 6), IBM LanManager, NetApp.
-
-Please send all comments, suggestions and bug reports to bp@freebsd.org
diff --git a/net/smbfs/pkg-plist b/net/smbfs/pkg-plist
deleted file mode 100644
index 97e38360e437..000000000000
--- a/net/smbfs/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-@cwd /
-dev/nsmb0
-%%KMODDIR%%/smbfs.ko
-sbin/mount_smbfs
-@cwd /usr/local
-bin/smbutil
-etc/nsmb.conf.sample
-etc/rc.d/smbfs.sh.sample
-lib/libsmb.a
-man/man1/smbutil.1.gz
-man/man8/mount_smbfs.8.gz