From owner-svn-ports-head@freebsd.org Sat Mar 25 03:06:00 2017 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 98E97D1C9FF; Sat, 25 Mar 2017 03:06:00 +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 6898BFB9; Sat, 25 Mar 2017 03:06:00 +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 v2P35xNL048016; Sat, 25 Mar 2017 03:05:59 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2P35xO4048015; Sat, 25 Mar 2017 03:05:59 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201703250305.v2P35xO4048015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Sat, 25 Mar 2017 03:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436872 - 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.23 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, 25 Mar 2017 03:06:00 -0000 Author: timur Date: Sat Mar 25 03:05:59 2017 New Revision: 436872 URL: https://svnweb.freebsd.org/changeset/ports/436872 Log: Add note about setting default Samba port version in the /etc/make.conf. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Mar 25 03:04:35 2017 (r436871) +++ head/UPDATING Sat Mar 25 03:05:59 2017 (r436872) @@ -5,6 +5,17 @@ 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. +20170325: + AFFECTS: net/samba45, net/samba46 and devel/p5-Parse-Pidl + AUTHOR: timur@FreeBSD.org + + While new Uses/samba.mk dosen't work well with slave ports to compile devel/p5-Parse-Pidl + for net/samba45 or net/samba46 you need explicitly set in the /etc/make.conf: + + SAMBA4_PORT=net/samba46 + + explicitly. In the future that shouldn't be necessary. + 20170321: AFFECTS: users of samba36-libsmbclient, samba36-nmblookup samba36-smbclient and samba36 AUTHOR: antoine@FreeBSD.org