From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 21:30:02 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 510F4106566C for ; Thu, 7 Jul 2011 21:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 105888FC23 for ; Thu, 7 Jul 2011 21:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p67LU1xL003102 for ; Thu, 7 Jul 2011 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67LU18V003095; Thu, 7 Jul 2011 21:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 21:30:01 GMT Resent-Message-Id: <201107072130.p67LU18V003095@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Samorodov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B4101065673 for ; Thu, 7 Jul 2011 21:22:24 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (bb.ipt.ru [194.62.233.89]) by mx1.freebsd.org (Postfix) with ESMTP id DC6628FC15 for ; Thu, 7 Jul 2011 21:22:23 +0000 (UTC) Received: from bb.ipt.ru (localhost [127.0.0.1]) by bb.ipt.ru (8.14.5/8.14.5) with ESMTP id p67LMMX7035970 for ; Fri, 8 Jul 2011 01:22:22 +0400 (MSK) (envelope-from bsam@bb.ipt.ru) Received: (from bsam@localhost) by bb.ipt.ru (8.14.5/8.14.5/Submit) id p67LMMcC035969; Fri, 8 Jul 2011 01:22:22 +0400 (MSK) (envelope-from bsam) Message-Id: <201107072122.p67LMMcC035969@bb.ipt.ru> Date: Fri, 8 Jul 2011 01:22:22 +0400 (MSK) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158712: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 21:30:02 -0000 >Number: 158712 >Category: ports >Synopsis: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 07 21:30:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 9.0-CURRENT i386 >Organization: InPharmTech, Co. >Environment: System: FreeBSD bb.ipt.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #6 r223827: Thu Jul 7 04:22:36 MSK 2011 bsam@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: Since version 1.7.1 the port graphics/vigra does not install lib/libvigraimpex.a. >How-To-Repeat: >Fix: Unbreak building: use bin/vigra-config to detect if the port is installed. BTW, no PORTREVISION bump since it's only build dependency. --- libreoffice.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/libreoffice/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 21 Jun 2011 20:44:58 -0000 1.13 +++ Makefile 7 Jul 2011 21:16:30 -0000 @@ -104,7 +104,7 @@ ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libmdbsql.a:${PORTSDIR}/databases/mdbtools \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs \ - ${LOCALBASE}/lib/libvigraimpex.a:${PORTSDIR}/graphics/vigra + ${LOCALBASE}/bin/vigra-config:${PORTSDIR}/graphics/vigra USE_BDB= yes USE_PERL5_BUILD= yes --- libreoffice.diff ends here --- -- WBR, bsam >Release-Note: >Audit-Trail: >Unformatted: