From owner-freebsd-ports@freebsd.org Fri Jun 17 06:50:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F046A78B24 for ; Fri, 17 Jun 2016 06:50:34 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2607A2285 for ; Fri, 17 Jun 2016 06:50:34 +0000 (UTC) (envelope-from idefix@fechner.net) Received: by mailman.ysv.freebsd.org (Postfix) id 21C30A78B23; Fri, 17 Jun 2016 06:50:34 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2164EA78B22 for ; Fri, 17 Jun 2016 06:50:34 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCFF22283 for ; Fri, 17 Jun 2016 06:50:33 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-185.dynamic.mnet-online.de [88.217.181.185]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 57FEB5321BE for ; Fri, 17 Jun 2016 08:50:30 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 57FEB5321BE Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1466146230; bh=GP0rHj4QCCz7vod1r2U3pWWDTU7/wkB21MNpxW3Jrws=; h=To:From:Subject:Date; b=nqVZQiHQDkx5YikX3HXWmXSaXq2Q3QcMIiivu798k/ILTKDBbSSmbHAzSALRTjOlr qV3vLxa6jV8QDxRSUKZIi9+4/CEsxpk60NlvQpBKuirsjmIle5gxnXFf9h/vreolc0 D/2Og6yj8023mHK11Y//oVF4Egbpcreo9Aoj4HAg= Received: from [192.168.0.151] (aftr-88-217-181-185.dynamic.mnet-online.de [88.217.181.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id BAAC23AEEE8 for ; Fri, 17 Jun 2016 08:50:29 +0200 (CEST) To: ports@freebsd.org From: Matthias Fechner Subject: net/samba-libsmbclient depends on complete outdated samba36 Message-ID: Date: Fri, 17 Jun 2016 08:49:55 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 06:50:34 -0000 Dear all, I just testing the www/nextcloud port that was commited yesterday, thanks a lot for this! There I saw that samba36 will be installed (in addition to samba43). I think the problem is located in port net/samba-libsmbclient which refers to: SAMBA_PORT= samba36 SAMBA_SUBPORT= yes Does anyone have an idea to get this old samba version problem fixed? Thanks Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook