Chase net/samba to net/samba3 in preparation for removal of the former.

This commit is contained in:
Kris Kennaway 2006-09-02 19:50:47 +00:00
parent 7e7f3d0c2e
commit 48859cce81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171911
8 changed files with 12 additions and 12 deletions

View file

@ -19,7 +19,7 @@ its kernel is built with HZ=5000, and FreeBSD's default is 100...
seem to help either (not included since it needs a patch to emulators/rtc.)
- using physical media doesn't work on 4.x hosts (missing DIOCGMEDIASIZE
ioctl.)
- the -smb option (smb-export local dir to guest) needs the net/samba
- the -smb option (smb-export local dir to guest) needs the net/samba3
port/package installed in addition to qemu.
- RELENG_6 and up guests often crash while accessing the emulated cdrom
(see kern/84102, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84102),

View file

@ -19,7 +19,7 @@ its kernel is built with HZ=5000, and FreeBSD's default is 100...
seem to help either (not included since it needs a patch to emulators/rtc.)
- using physical media doesn't work on 4.x hosts (missing DIOCGMEDIASIZE
ioctl.)
- the -smb option (smb-export local dir to guest) needs the net/samba
- the -smb option (smb-export local dir to guest) needs the net/samba3
port/package installed in addition to qemu.
- RELENG_6 and up guests often crash while accessing the emulated cdrom
(see kern/84102, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84102),

View file

@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment '
.endif
.if defined (WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient
.endif

View file

@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment '
.endif
.if defined (WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient
.endif

View file

@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment '
.endif
.if defined (WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient
.endif

View file

@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment '
.endif
.if defined (WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient
.endif

View file

@ -136,7 +136,7 @@ while [ "$1" ]; do
echo RUN_DEPENDS+=pap:${PORTSDIR}/net/netatalk
;;
\"SAMBA\")
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba3
;;
\"BZIP2\")
;;

View file

@ -14,7 +14,7 @@ COMMENT= Security Administrator's Integrated Network Tool
BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap
.if defined(WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
.endif
USE_PERL5= yes