Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2013 17:24:40 GMT
From:      Koop Mast <kwm@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176885: devel/cutter fix goffice dependacy
Message-ID:  <201303121724.r2CHOe4b039806@freefall.freebsd.org>
Resent-Message-ID: <201303121730.r2CHU1sL039948@freefall.freebsd.org>

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

>Number:         176885
>Category:       ports
>Synopsis:       devel/cutter fix goffice dependacy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 12 17:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247807: Mon Mar 4 19:35:47 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
	Goffice support in cutter was switched from 0.6 to 0.8.
	For more info see NEWS file in cutter tarball.
	Update libdepend line. 
	
>How-To-Repeat:
	
>Fix:

	

--- cutter-goffice.diff begins here ---
Index: devel/cutter/Makefile
===================================================================
--- devel/cutter/Makefile	(revision 313710)
+++ devel/cutter/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cutter
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -39,7 +40,8 @@
 
 .if ${PORT_OPTIONS:MGOFFICE}
 CONFIGURE_ARGS+=--enable-goffice
-LIB_DEPENDS+=	goffice-0.6:${PORTSDIR}/devel/goffice06
+# the 0.8 is part of the library name don't remove it.
+LIB_DEPENDS+=	goffice-0.8:${PORTSDIR}/devel/goffice
 PLIST_SUB+=	GOFFICE=""
 .else
 CONFIGURE_ARGS+=--disable-goffice
--- cutter-goffice.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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