ports/108027: [PATCH] net-im/libgaim: fix for dbus option evaluation

Sean Farley sean-freebsd at farley.org
Wed Jan 17 03:50:28 UTC 2007


>Number:         108027
>Category:       ports
>Synopsis:       [PATCH] net-im/libgaim: fix for dbus option evaluation
>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:   Wed Jan 17 03:50:28 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list