diff options
author | pav <pav@FreeBSD.org> | 2012-05-14 04:19:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-14 04:19:49 +0800 |
commit | d90e0915ce80f9b84b776f2cf1ff798c28b2155d (patch) | |
tree | 5751f74fabe88fde2ba5c4d01dde79ba560fe151 /net | |
parent | 1f84c6573fbe8aafb304a3ceafe90c1b44c46c43 (diff) | |
download | freebsd-ports-gnome-d90e0915ce80f9b84b776f2cf1ff798c28b2155d.tar.gz freebsd-ports-gnome-d90e0915ce80f9b84b776f2cf1ff798c28b2155d.tar.zst freebsd-ports-gnome-d90e0915ce80f9b84b776f2cf1ff798c28b2155d.zip |
- Mark BROKEN: does not configure
checking for tevent = 0.9.13... no
Requested 'tevent = 0.9.13' but version of tevent is 0.9.15
You may find new versions of tevent at http://samba.org/
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba4-devel/Makefile b/net/samba4-devel/Makefile index 7b9424dfe5f6..15645ff29d3b 100644 --- a/net/samba4-devel/Makefile +++ b/net/samba4-devel/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${SAMBA_DISTNAME} MAINTAINER?= timur@FreeBSD.org COMMENT?= A free SMB and CIFS client and server for UNIX +BROKEN= does not configure + CONFLICTS?= ldb-1.* SAMBA_PORTNAME= samba4 |