From owner-svn-ports-head@FreeBSD.ORG Mon Sep 24 21:03:17 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F9D5106566B; Mon, 24 Sep 2012 21:03:17 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 33E0F8FC12; Mon, 24 Sep 2012 21:03:15 +0000 (UTC) Received: by lbbgg13 with SMTP id gg13so9048726lbb.13 for ; Mon, 24 Sep 2012 14:03:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=kr5lrqcPHgCJyUn4fHCvUg5jwyaSKBX7+ucxUZ9Bb58=; b=W2seAQKgVof1TOuHMtUKXjFxZ2NbmG0MqD5AcdCZfJHWiTQqgG1x+Sq1sMr9ilc4uz HlYmwG+eqp9cwI7/Ia9rPjuIr2/DDAyF3kLCW4fuAn7JssjBosbpXfNi3JcYWfMJCns/ NOsk43azgmH6WhIRZWU2fQHZEVLKUVEp+Cv2tZUeylmGQyHtCYR2QGl9ZHJ/PSHm8vPc oDLkAHQcbUWk2Iu8QiRbAJMbBLADtuWuX/Dy3iYXskG5DxCzXebMXUx40uRniS1elpKN Iu70PYu/m02lZ0TwR6dnoPTr0r6czHKomDIoFvDzWE5An4001rZTe8RpLhtbhUjuF+xI eQcA== Received: by 10.152.48.111 with SMTP id k15mr11453331lan.17.1348520594951; Mon, 24 Sep 2012 14:03:14 -0700 (PDT) Received: from gibbon.gmail.com (a91-153-252-74.elisa-laajakaista.fi. [91.153.252.74]) by mx.google.com with ESMTPS id ly17sm4619803lab.2.2012.09.24.14.03.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 14:03:13 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Bryan Drewery References: <201209241143.q8OBhjYF011702@svn.freebsd.org> <506087E5.2010205@FreeBSD.org> Date: Tue, 25 Sep 2012 00:03:05 +0300 In-Reply-To: <506087E5.2010205@FreeBSD.org> (Bryan Drewery's message of "Mon, 24 Sep 2012 11:18:45 -0500") Message-ID: <87zk4fnng6.fsf@FreeBSD.org> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, TAKATSU Tomonari Subject: Re: svn commit: r304774 - in head/devel/newfile: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 24 Sep 2012 21:03:17 -0000 Bryan Drewery writes: > This is causing a build failure: > > building for: 7.4-RELEASE i386 > maintained by: ports@FreeBSD.org > Makefile ident: $FreeBSD: ports/devel/newfile/Makefile,v 1.20 > 2012/09/24 11:43:45 tota Exp $ > > .. > > ================================================= > ===> Patching for newfile-1.0.14_3 > ===> newfile-1.0.14_3 depends on file: /usr/local/bin/ruby19 - found > ===> Applying FreeBSD patches for newfile-1.0.14_3 > 1 out of 2 hunks failed--saving rejects to data/projects/port@Makefile.rej > => Patch patch-data_projects_port_Makefile failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/devel/newfile. > ===> Cleaning for newfile-1.0.14_3 > build of /usr/ports/devel/newfile ended at Mon Sep 24 10:19:43 CDT 2012 This is interesting. The SVN commit is OK, and that patch file does have the fbsd:nokeywords property set to 'yes'. However, [1] does seem to have expanded the $FreeBSD$ tag in the file, and the file I got from portsnap has that tag expanded as well. [2] shows the file as expected, though. [1] http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/newfile/files/patch-data_projects_port_Makefile?rev=1.2 [2] http://svnweb.freebsd.org/ports/head/devel/newfile/files/patch-data_projects_port_Makefile?revision=304774&view=markup