From owner-freebsd-ports@FreeBSD.ORG Sun Oct 16 21:03:38 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F14A9106564A; Sun, 16 Oct 2011 21:03:38 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id ADFF68FC14; Sun, 16 Oct 2011 21:03:38 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id ED91428426; Sun, 16 Oct 2011 23:03:37 +0200 (CEST) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3BBE728424; Sun, 16 Oct 2011 23:03:37 +0200 (CEST) Message-ID: <4E9B46A8.8010805@quip.cz> Date: Sun, 16 Oct 2011 23:03:36 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: lev@FreeBSD.org References: <4E9B4263.6030409@quip.cz> <7910574503.20111017005030@serebryakov.spb.ru> In-Reply-To: <7910574503.20111017005030@serebryakov.spb.ru> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@FreeBSD.org" Subject: Re: Subversion 1.7 and usage of USE_SUBVERSION=16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2011 21:03:39 -0000 Lev Serebryakov wrote: [...] >> 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? > Maybe, I was wrong in spelling of these variables. But, IMHO, it is > too late to change them, am I right? Or it is Ok to change UPDATING > file (not add new record, but change existing one)? I am not sure, but I think there were few changes in UPDATING in the past (I don't know if it was right) And because your UPDATING entry is not too old, maybe it can be changed without big troubles. just my $0.02 Miroslav Lachman