ports/90238: [PATCH] unbreak samba-libsmbclient on kerberos-less systems

Melvyn Sopacua melvyn at melvyn.homeunix.org
Sun Dec 11 14:30:37 UTC 2005


>Number:         90238
>Category:       ports
>Synopsis:       [PATCH] unbreak samba-libsmbclient on kerberos-less systems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 11 14:30:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD sarevok.lan.melvyn.homeunix.org 6.0-STABLE FreeBSD 6.0-STABLE #1: Wed Dec 7 14:57:25 UTC 2005 root at sarevok:/usr/obj/stable/usr/current/src/sys/SAREVOK i386


	
>Description:
	smbclient is broken, when no krb is on the system (ie: NO_KERBEROS in /etc/make.conf)
>How-To-Repeat:
	On a system without kerberos libs/headers:
	portinstall net/samba-libsmbclient
>Fix:
	
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/samba-libsmbclient/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	11 Sep 2005 19:46:55 -0000	1.20
+++ Makefile	11 Dec 2005 14:08:46 -0000
@@ -33,8 +33,8 @@
 CONFIGURE_ARGS+=	--without-ldapsam
 CONFIGURE_ARGS+=	--without-pam_smbpass
 
-CONFIGURE_ARGS+=	--without-krb5
-CONFIGURE_ARGS+=	--without-ads
+# This is done outside of SAMBA_SUBPORT
+WITHOUT_ADS=yes
 
 MAN8=			libsmbclient.8
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list