diff options
author | timur <timur@FreeBSD.org> | 2013-02-01 03:14:08 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2013-02-01 03:14:08 +0800 |
commit | fd9bd266b502474f79d64ec44a13af818f177fcb (patch) | |
tree | 037be778887b03797ebe6bcb73ea3601213d41bb /misc | |
parent | 1b144c6043fd46d2cd52f793aa5c19b8f1acb148 (diff) | |
download | freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.tar.gz freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.tar.zst freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.zip |
Update ports that refer to net/samba34 to use newer net/samba36
Diffstat (limited to 'misc')
-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-- | misc/instant-server/Makefile | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index dc50aab6298f..f4758a4ee31a 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -135,10 +135,10 @@ CONFIGURE_ARGS+= --without-gnuplot .endif .if defined (WITH_SAMBA) -SAMBA_PORT?= samba34 +SAMBA_PORT?= samba36 BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} RUN_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient +CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient .endif # If configure founds libcurl, automatically enabled it (with plist change). diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index ea735e792e29..d785424b37f2 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ USE_LDCONFIG= yes WANT_PERL= yes -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 OPTIONS= GNUTAR "use GNU tar" on \ SSH "enable ssh-auth" off @@ -143,7 +143,7 @@ PLIST_SUB+= PLOT='@comment ' .if defined (WITH_SAMBA) BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient +CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient .endif .if defined (WITH_MTX) diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index f8827413ffd5..0c6139e00380 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -125,10 +125,10 @@ CONFIGURE_ARGS+= --without-gnuplot .endif .if defined (WITH_SAMBA) -SAMBA_PORT?= samba34 +SAMBA_PORT?= samba36 BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} RUN_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient +CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient .endif .if defined (WITH_MTX) diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index aea5b24079ae..54c48c6cd6ab 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -132,10 +132,10 @@ CONFIGURE_ARGS+= --without-gnuplot .endif .if defined (WITH_SAMBA) -SAMBA_PORT?= samba34 +SAMBA_PORT?= samba36 BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} RUN_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient +CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient .endif # If configure founds libcurl, automatically enabled it (with plist change). diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index 0bb8bba1eb31..dda5814dbe55 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ cnewsdo:${PORTSDIR}/news/cnews \ ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 # Don't let stupid programs ask for configuration. |