mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove obsolete and abandoned port net/smbfs. It has been included in
the base system for a long time. Hat: portmgr
This commit is contained in:
parent
54365ae274
commit
3e4636ec33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159506
@ -663,7 +663,6 @@
|
||||
SUBDIR += slirp
|
||||
SUBDIR += slurm
|
||||
SUBDIR += smb4k
|
||||
SUBDIR += smbfs
|
||||
SUBDIR += smbldap-tools
|
||||
SUBDIR += smm++
|
||||
SUBDIR += smokeping
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
MD5 (smbfs-1.4.1.tar.gz) = 1206b79cfa04ebc503f337f914e225d8
|
||||
SIZE (smbfs-1.4.1.tar.gz) = 135036
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user