From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 01:56:50 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8901F106566B for ; Wed, 11 Aug 2010 01:56:50 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 162C58FC1F for ; Wed, 11 Aug 2010 01:56:49 +0000 (UTC) Received: by eyh6 with SMTP id 6so4865138eyh.13 for ; Tue, 10 Aug 2010 18:56:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=tR7EGvt+otSszbwyzOowJYR9DJGI/+ymgrZ/LMIsDFQ=; b=DJg/HwRQwxk5NX9m/POYMEnBrdMgosXYUV+vNnuiKO4HzlFNhDVkmEkrYIWaOByVeK uPQP8Ic9qZ2MUk+QzXYlWjKmmQATc3x5XOG63AD1qx7oUYEGzNp37cnwVvlN6j6VYs6s JYd9MFP5v1gnaBfMH3kPxeHTUlv7gYcoTgm5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=JFFT4Db6kyyl+b+H1X8zP5O/33oa/m7/Pbw0fuYA+OATtwTmL2cgfR5op9jQXvY54v r6AoAQ060kFGTRAqYMGgcqcsZeK60j8Nlm5lo6Q7JtaGr2SJ2HhI8ownts3gEm7U57WW kKCNUo2xm4FPq6rsRnGwfuftmQafMo6cNCAeo= Received: by 10.213.34.76 with SMTP id k12mr1008151ebd.97.1281491467287; Tue, 10 Aug 2010 18:51:07 -0700 (PDT) Received: from localhost ([85.17.254.135]) by mx.google.com with ESMTPS id a48sm10798610eei.18.2010.08.10.18.51.03 (version=SSLv3 cipher=RC4-MD5); Tue, 10 Aug 2010 18:51:06 -0700 (PDT) From: Anonymous To: jhell References: <4C61C50E.8040900__28807.0786548362$1281476071$gmane$org@dataix.net> <86hbj2qc0n.fsf@gmail.com> <4C61F00A.6050408@dataix.net> <86zkwukjtn.fsf@gmail.com> Date: Wed, 11 Aug 2010 05:50:44 +0400 In-Reply-To: <86zkwukjtn.fsf@gmail.com> (Anonymous's message of "Wed, 11 Aug 2010 05:40:52 +0400") Message-ID: <86eie5lxxn.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Current Subject: Re: [CFT] [sys/conf/newvers.sh] Cleanup and additions. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2010 01:56:50 -0000 Anonymous writes: > jhell writes: >> >> And that would be to identify non-conforming ports using non-standard >> locations. Though the option is available to look in a non-standard > > You're confusing default and standard value. LOCALBASE has a default for > /usr/local. If it were a standard one wouldn't care about it and just > hardcode /usr/local everywhere. ...or at least used `=' and not `?=' in bsd.port.mk.