diff options
author | antoine <antoine@FreeBSD.org> | 2017-03-22 05:59:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-03-22 05:59:31 +0800 |
commit | eb72ca76ef7d9878d3f76537c542facb8c32ae2f (patch) | |
tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /UPDATING | |
parent | cf2c58c36e6fc12c07af66a17b3dc7f4cb4bb649 (diff) | |
download | freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.gz freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.tar.zst freebsd-ports-gnome-eb72ca76ef7d9878d3f76537c542facb8c32ae2f.zip |
- 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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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 |