From owner-svn-src-all@freebsd.org Wed Oct 7 03:02:45 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E06EF9D0988; Wed, 7 Oct 2015 03:02:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2FA11A8; Wed, 7 Oct 2015 03:02:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pablk4 with SMTP id lk4so6092022pab.3; Tue, 06 Oct 2015 20:02:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=dzyeasrKEzzve9siqs3N0kwMyr0J4TDASSMKap3t3mk=; b=TEhhMOm2CUXm4+A4gpn9DZStE32xmKExfygzCV6diAI3W7OHY/fW9pwJBs9R3Eqvtd Uhn3izhXkamfnaxhIw9zY6LI4mfdTZMysatODnuKKweuShtEzHbglOpZ5nzqC3ZvBarA lbaw+GCB7ovNTaMNx4izwH+50v1iGsZqjNMUxIFlCbshSiAXtDQtLrMFE03T7AdCoxPA +gCR6lSo6bNxFItJaRHkpJxmRrm1GDPVWWhu4rRC/VzWZn+747AKHnuRd0ybmJizoCWo RSvUXtMAAs2TZ/nCxQPCNDXyQIQNaMLWg7yZmDAWe4fgjUj8DVTwqTYmpNvokf2gnmXA Pw9A== X-Received: by 10.66.242.138 with SMTP id wq10mr50896440pac.2.1444186965189; Tue, 06 Oct 2015 20:02:45 -0700 (PDT) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id bw8sm36435378pab.47.2015.10.06.20.02.44 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Oct 2015 20:02:44 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r288966 - head/share/mk From: Garrett Cooper X-Mailer: iPhone Mail (13A452) In-Reply-To: <56146B4E.5040401@FreeBSD.org> Date: Tue, 6 Oct 2015 20:02:43 -0700 Cc: "Simon J. Gerraty" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201510070032.t970WYvU099368@repo.freebsd.org> <56146B4E.5040401@FreeBSD.org> To: Bryan Drewery X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 03:02:46 -0000 > On Oct 6, 2015, at 17:46, Bryan Drewery wrote: ... > I think we can use DPSRCS as well for this. If it's something that needs to build before depend, yes. Thanks! -NGie