Date: Sun, 5 Feb 2006 23:29:40 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: ports/92844: [PATCH] devel/dbus: minor fixes Message-ID: <20060205152940.0DC5CB29CC8@utopia.leeym.com> Resent-Message-ID: <200602051530.k15FU3jR007719@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92844 >Category: ports >Synopsis: [PATCH] devel/dbus: minor fixes >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: Sun Feb 05 15:30:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb 3 08:02:39 CST >Description: - fix plist (without --localstatedir=/var, it will create /usr/local/var/run) - minor fixes to make portlint happier Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- dbus-0.60_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/dbus/Makefile,v retrieving revision 1.41 diff -u -u -r1.41 Makefile --- Makefile 30 Jan 2006 23:19:52 -0000 1.41 +++ Makefile 5 Feb 2006 15:28:40 -0000 @@ -22,13 +22,13 @@ USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_RC_SUBR= yes -USE_REINPLACE= yes CONFIGURE_ARGS?=--disable-gtk \ --disable-python \ --disable-gcj \ --disable-qt \ --disable-mono \ --disable-mono-docs \ + --localstatedir=/var \ --with-system-pid-file=/var/run/dbus.pid \ --with-system-socket=/var/run/dbus \ --with-session-socket-dir=/var/tmp \ @@ -77,7 +77,7 @@ .if defined(PKGNAMEPREFIX) .if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000 # Ignore for py-dbus -IGNORE= Does not build on 4.X +IGNORE= does not build on 4.X .endif .endif --- dbus-0.60_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?20060205152940.0DC5CB29CC8>