From owner-freebsd-ports@FreeBSD.ORG Tue Aug 15 05:01:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB68616A4DE for ; Tue, 15 Aug 2006 05:01:51 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C80C43D45 for ; Tue, 15 Aug 2006 05:01:51 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so489850nzn for ; Mon, 14 Aug 2006 22:01:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YiXHIcgEKCJ0SEv9agohfjqGWOxTAsb0lgY4qztNHL3qrb5X0kMgcUAOZWseg0D94JRyz0YhLy4MDtQ7LyVfRn3KHyvA1Jdr8wW3SJr91OVHdboFdHC815RBUWihQXQaB3VonwI2u20aDu2VwMgAlTNXfJTXD/iLT2t8xYl0PHA= Received: by 10.35.108.12 with SMTP id k12mr14774825pym; Mon, 14 Aug 2006 22:01:50 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Mon, 14 Aug 2006 22:01:50 -0700 (PDT) Message-ID: Date: Tue, 15 Aug 2006 09:01:50 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: freebsd-ports@freebsd.org In-Reply-To: <20060814234414.GA57035@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060814234414.GA57035@hades.panopticon> X-Google-Sender-Auth: 07a31f3246d6d3a3 Subject: Re: ATTENTION: is the way DESTDIR was introduced completely wrong? 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: Tue, 15 Aug 2006 05:01:51 -0000 So now that Dmitry sounded a sober thought, I'll give a one of my own. I would rather see PREFIX respect DESTDIR and go through all the pains of respecting PREFIX. This way we reach a double cause: * ensure PREFIX is respected (this will reveal thousands of erring ports, but it will be worth it) * ensure DESTDIR is respected Also, we won't need to s/PREFIX/TARGETDIR/ anymore, a feat of quite questionable usefullness. For reasons that Dmitry highlighted, we'll need PREFIX_REL and some additional _REL's.