ports/92844: [PATCH] devel/dbus: minor fixes

Yen-Ming Lee leeym at FreeBSD.org
Sun Feb 5 15:30:04 UTC 2006


>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 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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list