diff options
author | timur <timur@FreeBSD.org> | 2017-03-25 11:05:59 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2017-03-25 11:05:59 +0800 |
commit | 376414cff6109c3d87b21d90e49a9f7c1594e261 (patch) | |
tree | 7626eecd834f08cc36580e08c523921a115ad7c7 /UPDATING | |
parent | 82a85a5dfe3b38643c61bcdbec6adac32b90c3e0 (diff) | |
download | freebsd-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-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |