Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2005 15:24:21 +0100 (CET)
From:      Melvyn Sopacua <melvyn@melvyn.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        MAINTAINER <timur@gnu.org>
Subject:   ports/90238: [PATCH] unbreak samba-libsmbclient on kerberos-less systems
Message-ID:  <20051211142421.D2E6E1141E@sarevok.lan.melvyn.homeunix.org>
Resent-Message-ID: <200512111430.jBBEU5oP077797@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051211142421.D2E6E1141E>