Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2004 23:57:04 +0900 (JST)
From:      Hideyuki KURASHINA <rushani@FreeBSD.org>
To:        andreas.kohn@gmx.net
Cc:        rushani@FreeBSD.org
Subject:   Re: Shells/scponly depends on autoconf/autoconf-2.53_1 even when autoconf-2.59_1 is installed
Message-ID:  <20040714.235704.74738749.rushani@FreeBSD.org>
In-Reply-To: <1089815519.747.17.camel@klamath.syndrom23.de>
References:  <BD1B0468.50C2%tomonage2@gmx.de> <1089815519.747.17.camel@klamath.syndrom23.de>

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

>>> On Wed, 14 Jul 2004 16:32:00 +0200, Andreas Kohn <andreas.kohn@gmx.net> said:

> On Wed, 2004-07-14 at 15:40, Jonathan Weiss wrote:
> > Cheers,
> > 
> > 
> > I just noticed that shells/scponly depends on autoconf and therefore
> > installs autoconf-2.53_1 even if autoconf-2.59_1 is installed.
> > 
> Hi,
> 
> it seems to me that is is the wanted behavior:
> 
> ----8<--- Makefile ----
> 
> .if defined(WITH_SCPONLY_CHROOT)
> PLIST_SUB=      SCPONLY_CHROOT=""
> CONFIGURE_ARGS+=--enable-chrooted-binary
> EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ab
> USE_AUTOCONF_VER=253
> .endif
> 
> ---->8-----------------

Exactly.

> I can't comment on whether scponly would work with different versions of
> autoconf, but based on my bad experience with autotools I strongly doubt
> it :)

ports/shells/scponly/files/extra-patch-ab is only needed for scponly
version 3.9 when WITH_SCPONLY_CHROOT is defined.  This patch was
merged in scponly version 3.10 and later.

I'm planning to update the shells/scponly in this weekend.  Thanks for
reminding me of that issue.

-- rushani



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