aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba3
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 07:53:46 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 07:53:46 +0800
commitfbeb9c00ffdb6557ce647f34512030a2de562ae8 (patch)
tree1a1b4fab3af52c7e18425bf8d358e727cacdec97 /net/samba3
parent5b675166d52198a6b5e93bffb985b0c07eb387fc (diff)
downloadfreebsd-ports-gnome-fbeb9c00ffdb6557ce647f34512030a2de562ae8.tar.gz
freebsd-ports-gnome-fbeb9c00ffdb6557ce647f34512030a2de562ae8.tar.zst
freebsd-ports-gnome-fbeb9c00ffdb6557ce647f34512030a2de562ae8.zip
Remove support for OSVERSION < 5
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 96110a5fea1c..df02c0b095b1 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -255,15 +255,6 @@ CONFIGURE_ARGS+= --with-included-popt
###
### Common part for port and it's subports
###
-# For 4.8 - 4.11 combination of Kerberos and OpenLDAP is broken
-# due the conflict between system and OpenSSL port libcrypto libraries
-.if ${OSVERSION} > 470103 && ${OSVERSION} < 500000
-. if defined(WITH_ADS)
-IGNORE= broken dependency between OpenSSL, OpenLDAP and Heimdal for FreeBSD 4.x. Disable ADS support
-. endif
-. undef WITH_ADS
-WITHOUT_ADS= on
-.endif
.if defined(WITH_ADS)
SAMBA_WANT_LDAP= yes