Bug 178287 - x11-toolkits/unique misssing dependency on dbus-glib
Summary: x11-toolkits/unique misssing dependency on dbus-glib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 23:00 UTC by Pawel Pekala
Modified: 2013-05-13 12:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-05-01 23:00:00 UTC
Package links to devel/dbus-glib when available on system:

[corn:ports/x11-toolkits/unique]# ldd /usr/local/lib/libunique-1.0.so.2| grep dbus
        libdbus-glib-1.so.2 => /usr/local/lib/libdbus-glib-1.so.2 (0x805ff8000)
        libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0x806992000)

and is not recorded in pkg deps:

[corn:ports/x11-toolkits/unique]# pkg info -d unique-1.1.6_4 | grep -i dbus
dbus-1.6.8
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-01 23:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kwm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast freebsd_committer freebsd_triage 2013-05-13 12:44:16 UTC
State Changed
From-To: open->closed

Committed thanks !
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-13 12:44:20 UTC
Author: kwm
Date: Mon May 13 11:44:07 2013
New Revision: 318071
URL: http://svnweb.freebsd.org/changeset/ports/318071

Log:
  This ports will link to dbus-glib if available. Switch to dbus-glib so it
  always enables DBUS support in unique.
  
  PR:		ports/178287
  Submitted by:	pawel@

Modified:
  head/x11-toolkits/unique/Makefile

Modified: head/x11-toolkits/unique/Makefile
==============================================================================
--- head/x11-toolkits/unique/Makefile	Mon May 13 11:24:55 2013	(r318070)
+++ head/x11-toolkits/unique/Makefile	Mon May 13 11:44:07 2013	(r318071)
@@ -4,7 +4,7 @@
 
 PORTNAME=	unique
 PORTVERSION=	1.1.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
@@ -12,7 +12,7 @@ DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	Library for single instance applications
 
-LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus
+LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
 USE_XORG=	ice
 USE_BZIP2=	yes
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"