Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2003 22:07:40 -0600 (CST)
From:      Glenn Johnson <glennpj@charter.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48513: Add Xft dependency when WITH_XFT is defined for xfce
Message-ID:  <200302210407.h1L47eXK068030@gforce.johnson.home>

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

>Number:         48513
>Category:       ports
>Synopsis:       Add Xft dependency when WITH_XFT is defined for xfce
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 20 20:10:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 5.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD gforce.johnson.home 5.0-RELEASE-p1 FreeBSD 5.0-RELEASE-p1 #17: Thu Feb 13 20:34:34 CST 2003 root@gforce.johnson.home:/usr/obj/usr/src/sys/GFORCE i386


	
>Description:
	With the recent changes to ports linking aginst Xft, the xfce port 
	needs to have a LIB_DEPENDS on Xft when the WITH_XFT option is set.
>How-To-Repeat:
	
>Fix:

	

--- xfce.update begins here ---
--- x11-wm/xfce/Makefile.orig	Thu Feb 20 22:04:06 2003
+++ x11-wm/xfce/Makefile	Thu Feb 20 22:01:59 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	xfce
 PORTVERSION=	3.8.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.xfce.org/archive/
@@ -43,6 +43,7 @@
 
 .if ${XFREE86_VERSION} == 4
 .if defined(WITH_XFT)
+LIB_DEPENDS+=		Xft.2:${PORTSDIR}/x11-fonts/Xft
 CONFIGURE_ARGS+=	--enable-xft
 .endif
 CONFIGURE_ARGS+=	--enable-xinerama
--- xfce.update ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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