Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 21:19:05 +0200
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: portupgrade of samba-2.2.4_1 fails - UPDATE
Message-ID:  <20020617191905.GA28533@informatik.unibw-muenchen.de>
In-Reply-To: <1024341106.47848.70.camel@Demon.Strobe.org>
References:  <1024341106.47848.70.camel@Demon.Strobe.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Stacey Roberts <sroberts@dsl.pipex.com> [2002-06-17 21:12]:
>   I re-ran cvsup and tried again to upgrade samba, but then got this:
> # portupgrade -R samba-2.2.4_1
> ** 'net/samba' is marked as IGNORE:
> 	"is marked as broken: "Requires a recent FreeBSD 5.0-CURRENT""
> # 

> What does *that* mean?

That means you want to compile net/samba with acl-support which is only
possible on a recent -current.

# cat net/samba/Makefile
<snip>
.if defined(WITH_ACL_SUPPORT)
.if ${OSVERSION} < 500018
BROKEN= "Requires a recent FreeBSD 5.0-CURRENT"
.else
CONFIGURE_ARGS+=       --with-acl-support
.endif
.endif
</snip>

HTH, Olli
-- 
IST & IIS _ INF _ UniBwM ___________ http://ist.unibw-muenchen.de/People/obraun/
Tele-Consulting GmbH _______________ http://www.tele-consulting.com/ ___ obraun@
FreeBSD: The Power To Serve ________ http://www.freebsd.org/ ___________________
GnuPG: 0xEF25B1BA Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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