From owner-svn-ports-head@freebsd.org Sat Dec 19 23:53:42 2015 Return-Path: Delivered-To: svn-ports-head@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 B213DA4C14D; Sat, 19 Dec 2015 23:53:42 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 81CA11D5A; Sat, 19 Dec 2015 23:53:42 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBJNrfh3001945; Sat, 19 Dec 2015 23:53:41 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBJNrfsw001944; Sat, 19 Dec 2015 23:53:41 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201512192353.tBJNrfsw001944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Sat, 19 Dec 2015 23:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404036 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 23:53:42 -0000 Author: timur Date: Sat Dec 19 23:53:41 2015 New Revision: 404036 URL: https://svnweb.freebsd.org/changeset/ports/404036 Log: Add a note about deprecated net/samba4 and net/samba41. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 19 23:42:25 2015 (r404035) +++ head/UPDATING Sat Dec 19 23:53:41 2015 (r404036) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20151219: + AFFECTS: users of net/samba4, net/samba41 + AUTHOR: timur@FreeBSD.org + + Given version of Samba were marked as deprecated. Please, consider to upgrade. + + Samba4 was giving wrong builds with recent version of p5-Parse-Pidl. It was + converted to use bundled version instead and to conflict with the given package. + If you still intend to build net/samba4 - remove p5-Parse-Pidle first. + 20151217: AFFECTS: users of security/tor, security/tor-devel AUTHOR: amdmi3