diff options
-rw-r--r-- | emulators/qemu-devel/pkg-message | 2 | ||||
-rw-r--r-- | emulators/qemu/pkg-message | 2 | ||||
-rw-r--r-- | misc/amanda-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 2 | ||||
-rw-r--r-- | security/saint/Makefile | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message index 7ade9da7da15..d4fdc4e7dfcc 100644 --- a/emulators/qemu-devel/pkg-message +++ b/emulators/qemu-devel/pkg-message @@ -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), diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message index 7ade9da7da15..d4fdc4e7dfcc 100644 --- a/emulators/qemu/pkg-message +++ b/emulators/qemu/pkg-message @@ -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), diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -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 diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -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 diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -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 diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -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 diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index e61ee352ea6f..4437b8ebb728 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -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\") ;; diff --git a/security/saint/Makefile b/security/saint/Makefile index 4a9aa9d1f38c..8efab5357001 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -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 |