ports/176885: devel/cutter fix goffice dependacy

Koop Mast kwm at FreeBSD.org
Tue Mar 12 17:30:02 UTC 2013


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


More information about the freebsd-ports-bugs mailing list