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: ports/108027: [PATCH] net-im/libgaim: fix for dbus option evaluation Message-ID: <200701170313.l0H3Djnl000689@thor.farley.org> Resent-Message-ID: <200701170350.l0H3oS97048991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701170313.l0H3Djnl000689>