Shells/scponly depends on autoconf/autoconf-2.53_1 even when autoconf-2.59_1 is installed

Hideyuki KURASHINA rushani at FreeBSD.org
Wed Jul 14 07:57:19 PDT 2004


>>> On Wed, 14 Jul 2004 16:32:00 +0200, Andreas Kohn <andreas.kohn at 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


More information about the freebsd-ports mailing list