Bug 158712 - [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of graphics/vigra
Summary: [patch] editors/libreoffice: undreak build since changes at version 1.7.1 of ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 22:30 UTC by Boris Samorodov
Modified: 2011-07-10 12:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2011-07-07 22:30:01 UTC
	Since version 1.7.1 the port graphics/vigra does not install lib/libvigraimpex.a.

Fix: Unbreak building: use bin/vigra-config to detect if the port is installed.
	BTW, no PORTREVISION bump since it's only build dependency.



-- 
WBR, bsam--1lKKjoMU0fsvbVBTTqMg1BbvKkmBFdCUx2c0IWqKLFtzLf6L
Content-Type: text/plain; name="libreoffice.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="libreoffice.diff"

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-07 22:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2011-07-10 12:19:39 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-10 12:20:18 UTC
pav         2011-07-10 11:19:55 UTC

  FreeBSD ports repository

  Modified files:
    editors/libreoffice  Makefile 
  Log:
  - Update graphics/vigra depobj to unbreak build
  
  PR:             ports/158712
  Submitted by:   bsam
  Reported by:    pointyhat
  
  Revision  Changes    Path
  1.14      +1 -1      ports/editors/libreoffice/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"