mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Chase net/samba to net/samba3 in preparation for removal of the former.
This commit is contained in:
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
|
@ -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),
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
print/apsfilter/scripts/configure
vendored
2
print/apsfilter/scripts/configure
vendored
|
@ -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\")
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue