From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 19:14:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E10EC767; Thu, 31 Jan 2013 19:14:12 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B635AB5D; Thu, 31 Jan 2013 19:14:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0VJECrv091713; Thu, 31 Jan 2013 19:14:12 GMT (envelope-from timur@svn.freebsd.org) Received: (from timur@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0VJE8R8091684; Thu, 31 Jan 2013 19:14:08 GMT (envelope-from timur@svn.freebsd.org) Message-Id: <201301311914.r0VJE8R8091684@svn.freebsd.org> From: "Timur I. Bakeyev" Date: Thu, 31 Jan 2013 19:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311324 - in head: . misc/amanda-server misc/amanda25-server misc/amanda26-server misc/amanda32-server misc/instant-server net-im/kpopup net-im/linpopup net/jags net/lanbrowsing net/pro... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 19:14:13 -0000 Author: timur Date: Thu Jan 31 19:14:08 2013 New Revision: 311324 URL: http://svnweb.freebsd.org/changeset/ports/311324 Log: Update ports that refer to net/samba34 to use newer net/samba36 Deleted: head/.cvsignore Modified: head/misc/amanda-server/Makefile head/misc/amanda25-server/Makefile head/misc/amanda26-server/Makefile head/misc/amanda32-server/Makefile head/misc/instant-server/Makefile head/net-im/kpopup/Makefile head/net-im/linpopup/Makefile head/net/jags/Makefile head/net/lanbrowsing/Makefile head/net/prosearch/Makefile head/net/smb4k-kde4/Makefile head/net/smb4k/Makefile head/print/apsfilter/Makefile head/print/cups-samba/Makefile head/print/cups-smb-backend/Makefile head/security/saint/Makefile head/www/elinks/Makefile head/www/mod_ntlm2/Makefile head/www/sams/Makefile head/www/smb_auth/Makefile Modified: head/misc/amanda-server/Makefile ============================================================================== --- head/misc/amanda-server/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/misc/amanda-server/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -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). Modified: head/misc/amanda25-server/Makefile ============================================================================== --- head/misc/amanda25-server/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/misc/amanda25-server/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/l 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) Modified: head/misc/amanda26-server/Makefile ============================================================================== --- head/misc/amanda26-server/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/misc/amanda26-server/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -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) Modified: head/misc/amanda32-server/Makefile ============================================================================== --- head/misc/amanda32-server/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/misc/amanda32-server/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -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). Modified: head/misc/instant-server/Makefile ============================================================================== --- head/misc/instant-server/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/misc/instant-server/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/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. Modified: head/net-im/kpopup/Makefile ============================================================================== --- head/net-im/kpopup/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/net-im/kpopup/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -19,7 +19,7 @@ COMMENT= KDE program for sending and rec RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 SUB_FILES= pkg-message Modified: head/net-im/linpopup/Makefile ============================================================================== --- head/net-im/linpopup/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/net-im/linpopup/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/smbclient: WRKSRC= ${WRKDIR}/LinPopUp-${PORTVERSION}/src -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_XORG= x11 xmu USE_GNOME= gtk12 Modified: head/net/jags/Makefile ============================================================================== --- head/net/jags/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/net/jags/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -16,7 +16,7 @@ COMMENT= JAGS - Just Another GTK+ Samba RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 CONFLICTS= jags-1.* Modified: head/net/lanbrowsing/Makefile ============================================================================== --- head/net/lanbrowsing/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/net/lanbrowsing/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -20,7 +20,7 @@ COMMENT= Lanbrowsing facility and backen RUN_DEPENDS= nmblookup:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 Modified: head/net/prosearch/Makefile ============================================================================== --- head/net/prosearch/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/net/prosearch/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -17,7 +17,7 @@ NO_BUILD= yes SEARCHDIR?= www/search PLIST_SUB+= SEARCHDIR=${SEARCHDIR} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_PERL5_RUN= YES Modified: head/net/smb4k-kde4/Makefile ============================================================================== --- head/net/smb4k-kde4/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/net/smb4k-kde4/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -19,7 +19,7 @@ COMMENT= KDE 4.x SMB Network browser an RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ smbstatus:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_CMAKE= yes USE_GETTEXT= yes Modified: head/net/smb4k/Makefile ============================================================================== --- head/net/smb4k/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/net/smb4k/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -18,7 +18,7 @@ COMMENT= KDE 3.x SMB Network browser an RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ smbstatus:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_KDEBASE_VER= 3 USE_GMAKE= yes Modified: head/print/apsfilter/Makefile ============================================================================== --- head/print/apsfilter/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/print/apsfilter/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -20,7 +20,7 @@ USE_SUBMAKE= yes SUB_FILES+= pkg-message -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 # special arrangement for package building, build stuff without X11 # to make memory footprint of apsfilter package smaller Modified: head/print/cups-samba/Makefile ============================================================================== --- head/print/cups-samba/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/print/cups-samba/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -21,7 +21,7 @@ COMMENT= The Common UNIX Printing System RUN_DEPENDS= smbspool:${PORTSDIR}/${SAMBA_PORT} \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/print/cups-smb-backend/Makefile ============================================================================== --- head/print/cups-smb-backend/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/print/cups-smb-backend/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -20,7 +20,7 @@ RUN_DEPENDS= smbspool:${PORTSDIR}/net/${ NO_BUILD= yes PLIST_FILES= libexec/cups/backend/smb -SAMBA_PORT?= samba34 +SAMBA_PORT?= samba36 SUB_FILES= pkg-message do-install: Modified: head/security/saint/Makefile ============================================================================== --- head/security/saint/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/security/saint/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -19,7 +19,7 @@ BUILD_DEPENDS= nmap:${PORTSDIR}/security BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} .endif -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_PERL5= yes MANCOMPRESSED= no Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/www/elinks/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -23,7 +23,7 @@ USE_OPENSSL= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 MAN1= elinks.1 MAN5= elinkskeys.5 elinks.conf.5 Modified: head/www/mod_ntlm2/Makefile ============================================================================== --- head/www/mod_ntlm2/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/www/mod_ntlm2/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -14,7 +14,7 @@ COMMENT= NTLM authentication module for BUILD_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 MAKE_JOBS_SAFE= yes Modified: head/www/sams/Makefile ============================================================================== --- head/www/sams/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/www/sams/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -18,12 +18,12 @@ COMMENT= Squid 2.x Accounting Management LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_RC_SUBR= sams OPTIONS_DEFINE= APACHE NTLM GD -OPTIONS_DEFAULT=GD +OPTIONS_DEFAULT=GD INSTALLGD_DESC= Graphic reports Modified: head/www/smb_auth/Makefile ============================================================================== --- head/www/smb_auth/Makefile Thu Jan 31 18:48:27 2013 (r311323) +++ head/www/smb_auth/Makefile Thu Jan 31 19:14:08 2013 (r311324) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PO .endif ALL_TARGET= smb_auth -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${PREFIX}/bin