From owner-freebsd-ports@FreeBSD.ORG Mon Jun 4 14:12:27 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 282CC1065755 for ; Mon, 4 Jun 2012 14:12:27 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id D71B78FC16 for ; Mon, 4 Jun 2012 14:12:26 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SbY1B-0003dn-76 for freebsd-ports@freebsd.org; Mon, 04 Jun 2012 16:12:25 +0200 Received: from 201.82.202.123 ([201.82.202.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jun 2012 16:12:25 +0200 Received: from rakuco by 201.82.202.123 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jun 2012 16:12:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Date: Mon, 04 Jun 2012 11:12:12 -0300 Lines: 31 Message-ID: <874nqrgo8z.fsf@FreeBSD.org> References: <4FCC46C4.5000701@eskk.nu> <878vg3gpio.fsf@FreeBSD.org> <20120604134800.GJ5335@home.opsec.eu> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 201.82.202.123 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.0.93 (berkeley-unix) Cancel-Lock: sha1:zW5Qbnv8X0ObT2H+Hv+JqG1cS50= Subject: Re: Stop in /usr/ports/devel/qt4-makeqpf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 14:12:27 -0000 Kurt Jaeger writes: > Hi! > >> > devel/qt4-makeqpf:make reinstall >> > ===> Patching for qt4-makeqpf-4.8.2 >> > ===> Applying extra patch >> > /usr/ports/devel/qt4-makeqpf/../../devel/qt4/files/patch-configure >> > Ignoring previously applied (or reversed) patch. >> > 5 out of 5 hunks ignored--saving rejects to ./configure.rej >> > *** Error code 5 >> > >> > Stop in /usr/ports/devel/qt4-makeqpf. >> > *** Error code 1 >> > >> > Stop in /usr/ports/devel/qt4-makeqpf >> >> `make patch' works just fine here. My guess is that you did not clean >> your work directory and the patch is then being applied to an already >> patched tree. > > Nope, happens where with 8.1 as well due to: > > .if ${OSVERSION} < 802502 > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools__makeqpf__qpf2.cpp > .endif > > or so. That doesn't seem to be the same problem reported by Leslie (the one you mention was reportedly fixed by bapt@ a few days ago).