From owner-freebsd-ports@FreeBSD.ORG Tue Oct 23 09:13:10 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 781891F6 for ; Tue, 23 Oct 2012 09:13:10 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3438FC14 for ; Tue, 23 Oct 2012 09:13:09 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id D23B4C8051 for ; Tue, 23 Oct 2012 11:13:01 +0200 (CEST) Received: from soth.ventu (adsl-ull-17-176.41-151.net24.it [151.41.176.17]) (authenticated bits=0) by ns2.biolchim.it (8.14.5/8.14.5) with ESMTP id q9N9CriV072887 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 23 Oct 2012 11:12:55 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.5/8.14.5) with ESMTP id q9N9CiWQ062951; Tue, 23 Oct 2012 11:12:45 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <50865F8C.5030302@netfence.it> Date: Tue, 23 Oct 2012 11:12:44 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121016 Thunderbird/16.0.1 MIME-Version: 1.0 To: ports@freebsd.org, nick@foobar.org Subject: Cannot upgrade FlySpray Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns2.biolchim.it [192.168.2.203]); Tue, 23 Oct 2012 11:12:55 +0200 (CEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 09:13:10 -0000 Here I am again, with the third port I cannot build in a week :) > # uname -a > FreeBSD xxxx.xxxxx 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #1: Sat Jun 16 17:36:51 CEST 2012 root@xxxx.xxxxx:/usr/obj/usr/src/sys/XXXX i386 > # make > ===> Found saved configuration for flyspray-0.9.9.7 > ===> Extracting for flyspray-0.9.9.7 > => SHA256 Checksum OK for flyspray-0.9.9.7.zip. > ===> flyspray-0.9.9.7 depends on file: /usr/local/bin/unzip - found > ===> Patching for flyspray-0.9.9.7 > ===> Applying FreeBSD patches for flyspray-0.9.9.7 > 1 out of 1 hunks failed--saving rejects to includes/fix.inc.php.rej > => Patch patch-includes-fix.inc.php failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/devel/flyspray. > *** Error code 1 > > Stop in /usr/ports/devel/flyspray. I had a look at this patch: it's obvious what it should do, but I found no reason why it wouldn't work. Any hint (besides forcing compilation in some way)? bye & Thanks av.