diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-18 22:52:48 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-18 22:52:48 +0800 |
commit | 815344fc170df84364ae401b7a7e23bfde6a5ad8 (patch) | |
tree | 388b5bedeee4accde2a8de703f5c08f7cd71f235 /net/samba-libsmbclient | |
parent | 4d996ef7dc1c0737aa6b25b2ed5baa43dbb0de85 (diff) | |
download | freebsd-ports-gnome-815344fc170df84364ae401b7a7e23bfde6a5ad8.tar.gz freebsd-ports-gnome-815344fc170df84364ae401b7a7e23bfde6a5ad8.tar.zst freebsd-ports-gnome-815344fc170df84364ae401b7a7e23bfde6a5ad8.zip |
- Put lockfiles into ${VARDIR}/db/samba
- Resolve kerberos/ldap issues with libsmbclient
- Reenable iconv autodetection
- Add a small patch from Konstantin Reznichenko <kot@premierbank.dp.ua> that fixes
coredump of smbd when user add script is invoked
PR: ports/66617
Submitted by: maintainer
Diffstat (limited to 'net/samba-libsmbclient')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index ce201f81eefb..38f88ac86608 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 PKGNAMESUFFIX= -libsmbclient |