ports/113516: [PATCH] sysutils/conky: incorrect naming of the bmpx dbus header

Nikos Ntarmos ntarmos at ceid.upatras.gr
Sun Jun 10 10:30:13 UTC 2007


>Number:         113516
>Category:       ports
>Synopsis:       [PATCH] sysutils/conky: incorrect naming of the bmpx dbus header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 10 10:30:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nikos Ntarmos
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NetCInS Lab., C.E.I.D., U. of Patras, Greece
>Environment:
System: FreeBSD ace.b020.ceid.upatras.gr 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Thu Jun 7 13:29:31 EEST 2007 ntarmos at ace.b020.ceid.upatras.gr:/opt/obj/opt/src/sys/ACE i386


	
>Description:
BMPx installs its dbus header as ${LOCALBASE}/include/bmpx-2.0/dbus.hh.
However, src/bmpx.c includes dbus.h.
	
>How-To-Repeat:
Compile sysutils/conky with WITH_BMPX=yes.
	
>Fix:
--- src/bmpx.c.orig	Sun Jun 10 11:37:51 2007
+++ src/bmpx.c	Sun Jun 10 11:37:08 2007
@@ -5,7 +5,7 @@
  * $Id: bmpx.c 687 2006-08-12 05:28:27Z mirrorbox $
  */
 
-#include <bmp/dbus.h>
+#include <bmp/dbus.hh>
 #include <dbus/dbus-glib.h>
 
 #include <stdio.h>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list