From 7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 21 Mar 2017 21:59:31 +0000 Subject: - Add USES=samba to handle dependency on samba Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919 --- UPDATING | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index c2ecba3a5b90..bbf45ab0e90c 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,35 @@ 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. +20170321: + AFFECTS: users of samba36-libsmbclient, samba36-nmblookup samba36-smbclient and samba36 + AUTHOR: antoine@FreeBSD.org + + The obsolete samba36-libsmbclient, samba36-nmblookup, samba36-smbclient and samba36 packages/ports were removed + and USES=samba was introduced. + Upgrade instructions: + + For package users having those ports installed indirectly (as dependencies): + # pkg upgrade + + For package users having those ports installed directly (leaf ports): + # pkg upgrade + # pkg install samba43 + + For ports users: + Choose you samba version, for instance add DEFAULT_VERSIONS+= samba=4.3 to make.conf + + Remove obsolete packages: + # pkg delete -f samba36-libsmbclient samba36-nmblookup samba36-smbclient samba36 + + Portmaster users: + # portmaster net/samba43 + # portmaster -a + + Portupgrade users: + # portupgrade net/samba43 + # portupgrade -a + 20170319: AFFECTS: users of mail/pecl-mailparse AUTHOR: dbaio@bsd.com.br -- cgit v1.2.3