Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2010 20:55:08 GMT
From:      Ivan Klymenko <fidaj@ukr.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151160: [patch] misc/mc no build with samba file system
Message-ID:  <201010022055.o92Kt8jN011606@www.freebsd.org>
Resent-Message-ID: <201010022100.o92L09eQ011882@freefall.freebsd.org>

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

>Number:         151160
>Category:       ports
>Synopsis:       [patch] misc/mc no build with samba file system
>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:   Sat Oct 02 21:00:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Klymenko
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
individual
>Environment:
>Description:
mc port no build with samba file system if select config option "SAMBA"
>How-To-Repeat:
make config && make install clean
>Fix:
need to path Makefile configuration option

Patch attached with submission follows:

--- Makefile.orig	2010-10-02 23:49:17.000000000 +0300
+++ Makefile	2010-10-02 23:44:13.000000000 +0300
@@ -45,7 +45,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_SAMBA) || !(defined(WITHOUT_SAMBA) || defined(MINIMAL))
-CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc\
+CONFIGURE_ARGS+=--enable-vfs-smb --with-configdir=${LOCALBASE}/etc\
 		--with-codepagedir=${LOCALBASE}/etc/codepages
 .endif
 


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



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