From owner-freebsd-questions Mon Jun 17 13:24:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id C146437B481; Mon, 17 Jun 2002 13:24:14 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 509143198E4; Mon, 17 Jun 2002 15:24:18 -0500 (CDT) Date: Mon, 17 Jun 2002 15:24:18 -0500 From: "David W. Chapman Jr." To: Oliver Braun Cc: dwcjr@freebsd.org, Stacey Roberts , FreeBSD-Questions Subject: Re: portupgrade of samba-2.2.4_1 fails - UPDATE Message-ID: <20020617202418.GA25616@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Oliver Braun , dwcjr@freebsd.org, Stacey Roberts , FreeBSD-Questions 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020617202140.GA37499@unsane.de> X-Operating-System: FreeBSD 4.5-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 [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 [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 > > > > > > .if defined(WITH_ACL_SUPPORT) > > > .if ${OSVERSION} < 500018 > > > BROKEN= "Requires a recent FreeBSD 5.0-CURRENT" > > > .else > > > CONFIGURE_ARGS+= --with-acl-support > > > .endif > > > .endif > > > > > > > > > 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. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message