aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2017-03-25 11:05:59 +0800
committertimur <timur@FreeBSD.org>2017-03-25 11:05:59 +0800
commit376414cff6109c3d87b21d90e49a9f7c1594e261 (patch)
tree7626eecd834f08cc36580e08c523921a115ad7c7 /UPDATING
parent82a85a5dfe3b38643c61bcdbec6adac32b90c3e0 (diff)
downloadfreebsd-ports-gnome-376414cff6109c3d87b21d90e49a9f7c1594e261.tar.gz
freebsd-ports-gnome-376414cff6109c3d87b21d90e49a9f7c1594e261.tar.zst
freebsd-ports-gnome-376414cff6109c3d87b21d90e49a9f7c1594e261.zip
Add note about setting default Samba port version in the /etc/make.conf.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bbf45ab0e90c..0f07aced1674 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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