Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 21:30:11 +0100 (CET)
From:      Sybolt de Boer <sybolt@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63852: [patch] enable textproc/wv2 to be built without gnome
Message-ID:  <200403062030.i26KUBEH050486@tsunami.chello.nl>
Resent-Message-ID: <200403062040.i26KeDBa040199@freefall.freebsd.org>

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

>Number:         63852
>Category:       ports
>Synopsis:       [patch] enable textproc/wv2 to be built without gnome
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 06 12:40:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sybolt de Boer
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD tsunami.chello.nl 5.2-CURRENT FreeBSD 5.2-CURRENT #3: Sat Mar 6 10:48:30 CET 2004 root@tsunami.chello.nl:/usr/obj/usr/src/sys/TSUNAMI i386


	
>Description:
This needs ports/63851

>How-To-Repeat:
	
>Fix:

	

--- wv2.patch begins here ---
diff -ruN wv2.orig/Makefile wv2/Makefile
--- wv2.orig/Makefile	Wed Feb  4 13:27:34 2004
+++ wv2/Makefile	Sun Feb 22 00:05:18 2004
@@ -15,11 +15,12 @@
 MAINTAINER=	lofi@freebsd.org
 COMMENT=	A library providing routines to access Microsoft Word/Excel files
 
-LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv	\
+		gsf-1.9:${PORTSDIR}/devel/libgsf
 
 CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE} --disable-debug
 
-USE_GNOME=	gnometarget libgsf
+USE_GNOME=	gnometarget
 USE_LIBTOOL=	yes
 LIBTOOLFLAGS=	# none, we want to keep libwv2.la
 USE_BZIP2=	yes
--- wv2.patch ends here ---

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



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