From sean-freebsd@farley.org  Wed Jan 17 03:46:11 2007
Return-Path: <sean-freebsd@farley.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DB14016A415
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Jan 2007 03:46:08 +0000 (UTC)
	(envelope-from sean-freebsd@farley.org)
Received: from mail.farley.org (farley.org [67.64.95.201])
	by mx1.freebsd.org (Postfix) with ESMTP id A0F8213C461
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 Jan 2007 03:46:08 +0000 (UTC)
	(envelope-from sean-freebsd@farley.org)
Received: from thor.farley.org (thor.farley.org [192.168.1.5])
	by mail.farley.org (8.13.8/8.13.8) with ESMTP id l0H3GS62058161;
	Tue, 16 Jan 2007 21:16:28 -0600 (CST)
	(envelope-from sean-freebsd@mail.farley.org)
Received: from thor.farley.org (localhost [127.0.0.1])
	by thor.farley.org (8.13.8/8.13.8) with ESMTP id l0H3DjMt000690;
	Tue, 16 Jan 2007 21:13:45 -0600 (CST)
	(envelope-from sean-freebsd@thor.farley.org)
Received: (from root@localhost)
	by thor.farley.org (8.13.8/8.13.8/Submit) id l0H3Djnl000689;
	Tue, 16 Jan 2007 21:13:45 -0600 (CST)
	(envelope-from sean-freebsd)
Message-Id: <200701170313.l0H3Djnl000689@thor.farley.org>
Date: Tue, 16 Jan 2007 21:13:45 -0600 (CST)
From: Sean Farley <sean-freebsd@farley.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcus@freebsd.org
Subject: [PATCH] net-im/libgaim: fix for dbus option evaluation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108027
>Category:       ports
>Synopsis:       [PATCH] net-im/libgaim: fix for dbus option evaluation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 17 03:50:28 GMT 2007
>Closed-Date:    Wed Jan 17 05:35:25 GMT 2007
>Last-Modified:  Wed Jan 17 05:40:18 GMT 2007
>Originator:     Sean Farley
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Dec 28 14:01:21 CST 2006
>Description:
- Reversed the test for DBUS to use WITHOUT_DBUS to match the default
  setting of on.
- Added a tab to make portlint a bit happier.  There are still
  complaints from portlint.

Port maintainer (marcus@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libgaim-2.0.0.b5_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-im/libgaim.orig/Makefile /usr/ports/net-im/libgaim/Makefile
--- /usr/ports/net-im/libgaim.orig/Makefile	Tue Jan  2 02:54:11 2007
+++ /usr/ports/net-im/libgaim/Makefile	Tue Jan 16 21:11:07 2007
@@ -91,7 +91,7 @@
 .endif
 
 .if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER)
-USE_GSTREAMER+= core good
+USE_GSTREAMER+=		core good
 .else
 CONFIGURE_ARGS+=--disable-gstreamer
 .endif
@@ -174,7 +174,7 @@
 CONFIGURE_ARGS+=	--disable-audio
 .endif
 
-.if defined(WITH_DBUS)
+.if !defined(WITHOUT_DBUS)
 LIB_DEPENDS+=		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
 .if !defined(GAIM_SLAVE)
 RUN_DEPENDS+=		${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
--- libgaim-2.0.0.b5_1.patch ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 17 03:51:00 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108027 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Wed Jan 17 05:35:14 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108027 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108027: commit references a PR
Date: Wed, 17 Jan 2007 05:35:22 +0000 (UTC)

 marcus      2007-01-17 05:35:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/libgaim       Makefile 
   Log:
   * Correct D-BUS dependency check to match OPTIONS
   * Fix a portlint warning
   
   PR:             108027
   Submitted by:   Sean Farley <sean-freebsd@farley.org>
   
   Revision  Changes    Path
   1.9       +2 -2      ports/net-im/libgaim/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
