Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2011 22:45:23 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Lev Serebryakov <lev@FreeBSD.org>
Cc:        "freebsd-ports@FreeBSD.org" <freebsd-ports@FreeBSD.org>
Subject:   Subversion 1.7 and usage of USE_SUBVERSION=16
Message-ID:  <4E9B4263.6030409@quip.cz>

next in thread | raw e-mail | index | archive | help
Cited from UPDATING

======================
   (c) You use devel/subversion without FreeBSD patches and, maybe,
       some bindings. You want good old subversion 1.6.x, without
       patches again.
       Please, run:

   # cd /usr/ports/devel/subversion16 && make config
   <deselect first three options, described above, if you want it>
   # portupgrade -o devel/subversion16 devel/subversion
   # portupgrade -m "USE_SUBVERSION=16" -r devel/subversion16
   or
   # portmaster -o devel/subversion16 devel/subversion
   # portmaster -m "USE_SUBVERSION=16" -R -r subversion-1.6
======================

I thought that any USE_* variables are used inside Makefiles only, not 
for users need. Users can use WITH_* variables.
So I expect WITH_SUBVERSION_VER=16 (according to other variables in 
/usr/ports/Mk/bsd.*.mk files.

Or am I wrong and usage of USE_SUBVERSION outside Makefile is OK?

Miroslav Lachman



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