Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2011 01:22:22 +0400 (MSK)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158712: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra
Message-ID:  <201107072122.p67LMMcC035969@bb.ipt.ru>
Resent-Message-ID: <201107072130.p67LU18V003095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107072122.p67LMMcC035969>