Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 15:24:18 -0500
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        Oliver Braun <obraun@informatik.unibw-muenchen.de>
Cc:        dwcjr@freebsd.org, Stacey Roberts <sroberts@dsl.pipex.com>, FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: portupgrade of samba-2.2.4_1 fails - UPDATE
Message-ID:  <20020617202418.GA25616@leviathan.inethouston.net>
In-Reply-To: <20020617202140.GA37499@unsane.de>
References:  <1024341106.47848.70.camel@Demon.Strobe.org> <20020617191905.GA28533@informatik.unibw-muenchen.de> <1024344101.47848.75.camel@Demon.Strobe.org> <20020617202140.GA37499@unsane.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 17, 2002 at 10:21:40PM +0200, Oliver Braun wrote:
> David,
> 
> Stacey gets the broken message on 4.6-RC.

The port doesn't check for yes or no, it checks for if the variable 
is defined, it can be fixed by removing the ACL line in the 
Makefile.inc


> * Stacey Roberts <sroberts@dsl.pipex.com> [2002-06-17 22:02]:
> > I've edited /usr/ports/net/samba/Makefile.inc so as to not include AC
> > support but it still flakes out on portupgrade:
> 
> > CATEGORIES=     net
> > MASTER_SITES=   ftp://ftp.samba.org/pub/samba/pre/ \
> > SCRIPT_RUN=yes
> > WITH_SYSLOG=YES
> > WITH_SSL=YES
> > WITH_LDAP=YES
> > WITH_ACL_SUPPORT=NO
> > WITH_UTMP=YES
> > WITH_MSDFS=YES
> > WITH_QUOTAS=YES
> > WITH_RECYCLE=YES
> > WITH_AUDIT=YES
> 
> > What am I doing wrong here?
> 
> > Stacey
> 
> > On Mon, 2002-06-17 at 20:19, Oliver Braun wrote:
> > > * 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
> 
> -- 
> 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

-- 
David W. Chapman Jr.
dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>

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?20020617202418.GA25616>