Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2008 10:47:25 GMT
From:      "Vasiliy P. Melnik" <basil@vpm.net.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126851: configure  Unrecognized options
Message-ID:  <200808261047.m7QAlPTY021608@www.freebsd.org>
Resent-Message-ID: <200808261050.m7QAo1R2096901@freefall.freebsd.org>

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

>Number:         126851
>Category:       ports
>Synopsis:       configure  Unrecognized options
>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:   Tue Aug 26 10:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Vasiliy P. Melnik
>Release:        7.0-RELEASE-p3
>Organization:
NA
>Environment:
FreeBSD lawyer.cossacksandco 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #1: Sun Aug 17 14:01:48 EEST 2008
root@lawyer.cossacksandco:/usr/obj/usr/src/sys/lawyer  i386
>Description:
configure: WARNING: Unrecognized options: --without-msdfs, --without-smbwrapper

samba 3.0.31 don't have configure options
--without-smbwrapper
--without-msdfs

port options does not make sens

.if defined(WITH_SMBSH)
IGNORE=                 broken IPC and code. Disable SMBSH support
CONFIGURE_ARGS+=        --with-smbwrapper
PLIST_SUB+=             SMBSH=""
.else
CONFIGURE_ARGS+=        --without-smbwrapper
PLIST_SUB+=             SMBSH="@comment "
.endif

.if defined(WITH_MSDFS)
CONFIGURE_ARGS+=        --with-msdfs
.else
CONFIGURE_ARGS+=        --without-msdfs
.endif

>How-To-Repeat:

>Fix:


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



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