From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 06:28:47 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8BD47EDC for ; Fri, 27 Sep 2013 06:28:47 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A30F24D1 for ; Fri, 27 Sep 2013 06:28:47 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id y10so2157002pdj.8 for ; Thu, 26 Sep 2013 23:28:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=X8BhAo+OKNopwCTPJuiv4YpkbSfWBlWItjYCcCAyzTc=; b=MsEKGVxMPCwI9Pi2IMrzySafOBXtYxwsFC+i9/LD/TP5QGWi492savqDlDYp8KOBgO tkd6m3gPe0IOF4MXwIDLTgnkfmcCW5H4tm5cS4t4DLvslXuK58CtMuGFEEQCpLHhrRgt AY3pHCL1miTmzq/1DNbiopxzEAKE8GiVQ92qGRg7rwQwidLdJfnuo06XjwP3axmx7isv 3xVijfBGgsQSwHPiNqpmp7cDTxoTtiKHr57o+FATYVYwgT4k67UUhoUwId5VSOKJLYes NKU2cuDC4C/btooIZQrBjcKlhqqUuMrXtfrc2+f9DC3QBzPw/erutJ0AGdSGmzyuq1zu LROQ== X-Received: by 10.68.218.69 with SMTP id pe5mr5481060pbc.71.1380263326982; Thu, 26 Sep 2013 23:28:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.241.69 with HTTP; Thu, 26 Sep 2013 23:28:26 -0700 (PDT) From: Eir Nym Date: Fri, 27 Sep 2013 10:28:26 +0400 Message-ID: Subject: r255903 contrib/unbound/util/configparser.c modified? To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 27 Sep 2013 06:28:47 -0000 I have world for current system in /usr/src, but for head in /usr/head/src.After building the world for -CURRENT file contrib/unbound/util/configparser.c is in modified state. Paths to the /usr/head/src has been hardcoded. As far as I know rules of FreeBSD build system, if file goes to be modified, it should be where object files are. Should I create the bug report? -- Eir Nym