From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 23 11:30:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4602D28F for ; Wed, 23 Apr 2014 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3398E190A for ; Wed, 23 Apr 2014 11:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NBU1Wr063337 for ; Wed, 23 Apr 2014 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NBU1kJ063336; Wed, 23 Apr 2014 11:30:01 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 11:30:01 GMT Message-Id: <201404231130.s3NBU1kJ063336@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Toni Ballesta Subject: Re: ports/188913: textproc/qt4-clucene: patch-configure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 11:30:02 -0000 The following reply was made to PR ports/188913; it has been noted by GNATS. From: Toni Ballesta To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188913: textproc/qt4-clucene: patch-configure Date: Wed, 23 Apr 2014 13:25:31 +0200 This is a multi-part message in MIME format. --------------050301010009010005000500 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The modified Makefile, but with installation errors... :( --------------050301010009010005000500 Content-Type: text/x-patch; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.patch" --- Makefile.ori 2013-10-14 01:15:50.000000000 +0200 +++ Makefile 2014-04-23 13:21:56.000000000 +0200 @@ -36,7 +36,7 @@ BUILD_WRKSRC= ${WRKSRC}/tools/assistant/lib/fulltextsearch INSTALL_WRKSRC= ${BUILD_WRKSRC} -EXTRA_PATCHES+= ${.CURDIR}/../../devel/qt4/files/patch-configure +EXTRA_PATCHES+= ${.CURDIR}/../../devel/qt4/files/extrapatch-configure pre-configure: ${MKDIR} ${WRKSRC}/mkspecs --------------050301010009010005000500--