From glennpj@charter.net  Thu Feb 20 20:07:46 2003
Return-Path: <glennpj@charter.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B6C3337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Feb 2003 20:07:46 -0800 (PST)
Received: from dc-mx14.cluster1.charter.net (dc-mx14.cluster1.charter.net [209.225.8.24])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D7D5143F85
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Feb 2003 20:07:45 -0800 (PST)
	(envelope-from glennpj@charter.net)
Received: from [24.158.214.251] (HELO gforce.johnson.home)
  by dc-mx14.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9)
  with ESMTP id 72667250 for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Feb 2003 23:07:43 -0500
Received: from gforce.johnson.home (localhost [127.0.0.1])
	by gforce.johnson.home (8.12.6/8.12.6) with ESMTP id h1L47elj068031
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Feb 2003 22:07:41 -0600 (CST)
	(envelope-from glenn@gforce.johnson.home)
Received: (from glenn@localhost)
	by gforce.johnson.home (8.12.6/8.12.6/Submit) id h1L47eXK068030;
	Thu, 20 Feb 2003 22:07:40 -0600 (CST)
	(envelope-from glenn)
Message-Id: <200302210407.h1L47eXK068030@gforce.johnson.home>
Date: Thu, 20 Feb 2003 22:07:40 -0600 (CST)
From: Glenn Johnson <glennpj@charter.net>
Reply-To: Glenn Johnson <glennpj@charter.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Add Xft dependency when WITH_XFT is defined for xfce
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 20 20:10:06 PST 2003
>Closed-Date:    Fri Apr 11 10:05:33 PDT 2003
>Last-Modified:  Fri Apr 11 10:05:33 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Fri Apr 11 10:05:20 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48513 
>Unformatted:
