From owner-svn-ports-head@FreeBSD.ORG Fri Mar 1 18:57:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 786B949C for ; Fri, 1 Mar 2013 18:57:22 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by mx1.freebsd.org (Postfix) with ESMTP id 01A29FDA for ; Fri, 1 Mar 2013 18:57:21 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id dq12so2747274wgb.12 for ; Fri, 01 Mar 2013 10:57:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=v2PwBALCvNq/N38j2t4IsQOHLFvo5yHSOtayKtkLL38=; b=MpS5Om84/TcU40hMKlG1ggblmmjXAEBxduzscXu1Q3T+fQXBe0E+OtlXrgZWpsGPVd ELqHFFr8QfFn9YjMzQAqurz7GIqTwiNIF6fEcmXAP+isIv/mwYaavfufn+2i8lvMlahn zwrZru1KgUOE8Jx4bnPTH12V6955n2fxIQ+nA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=v2PwBALCvNq/N38j2t4IsQOHLFvo5yHSOtayKtkLL38=; b=NL0ux1RSYQCGc968sMlYcEV+Q92SJygukTK6vevJXFpBnYN4CS+n2vVJCm2ut0dyOA U+ypKngiBsbAAe8FD4zGpqNze6VnNSZWmD85/e8qBGoIrFhx4X0hTYJ9cwP2p+/NwEJR jInnCtAGtTik11YUYSIvgo2/5G8XFLL1uJJCtI+TSXSE0bAJfwNLTzIrFSOryhTx/ZYx yfGgtwCrIQJ0FMGxjgEOSxCS8UdkbNYeBhJ5omLnugC5iTPCcGrFF28jyFCKa+45Snev 1dMTXDC5UtKkKAdHdpPYag3NqZFaAtJUPP6rOKa6Zhki0Ljj1Zdv/HycvrvXssWnaa7A 0SAg== X-Received: by 10.180.81.164 with SMTP id b4mr5771949wiy.34.1362164240790; Fri, 01 Mar 2013 10:57:20 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.194.122.201 with HTTP; Fri, 1 Mar 2013 10:56:50 -0800 (PST) In-Reply-To: <201302281752.r1SHqHC9088369@svn.freebsd.org> References: <201302281752.r1SHqHC9088369@svn.freebsd.org> From: Eitan Adler Date: Fri, 1 Mar 2013 13:56:50 -0500 X-Google-Sender-Auth: cjNTNiPrjieXC_iBvOf8U3hQbKk Message-ID: Subject: Re: svn commit: r313123 - head/graphics/liblqr-1 To: Dmitry Marakasov Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlH4f4OPRMJ91TATQMEgF7comNhi6fB/5GXTakj6gF4YbIhwCC+4tkaNiWFqPE8panyMyd0 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 18:57:22 -0000 On 28 February 2013 12:52, Dmitry Marakasov wrote: > -USE_GNOME= glib20 pkgconfig > +USE_GNOME= _glib20 pkgconfig The use of a "_" prefix implies that this is private to the module which declared it and it should not be used in this context. If some ports require a 'lesser' version of glib20 then it should be renamed to not imply its privateness. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams