[PATCH] devel/dbus: minor fixes

Yen-Ming Lee leeym at freebsd.org
Sun Feb 5 07:29:50 PST 2006


>Submitter-Id:	current-users
>Originator:	Yen-Ming Lee
>Organization:	FreeBSD Taiwan
>Confidential:	no 
>Synopsis:	[PATCH] devel/dbus: minor fixes
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.1-PRERELEASE i386
>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 at 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 ---



More information about the freebsd-gnome mailing list