Bug 198223

Summary: fix dbus-dependency of astro/gpsd
Product: Ports & Packages Reporter: Tobias Berner <tcberner>
Component: Individual Port(s)Assignee: Raphael Kubo da Costa <rakuco>
Status: Closed FIXED    
Severity: Affects Only Me Flags: glebius: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tobias Berner 2015-03-03 13:31:27 UTC
--- Makefile.orig       2015-03-03 14:24:12.572797000 +0100
+++ Makefile    2015-03-03 14:24:24.029746000 +0100
@@ -187,7 +187,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=  libdbus:${PORTSDIR}/devel/dbus \
+LIB_DEPENDS+=  libdbus-1.so:${PORTSDIR}/devel/dbus \
                libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 SCONS_ARGS+=   dbus_export=yes
 .endif
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-03 22:44:20 UTC
A commit references this bug:

Author: rakuco
Date: Tue Mar  3 22:44:01 UTC 2015
New revision: 380397
URL: https://svnweb.freebsd.org/changeset/ports/380397

Log:
  Fix LIB_DEPENDS for the DBUS option.

  The dependency on devel/dbus was still using a shorthand name instead of the
  full file name of the library.

  Not bumping PORTREVISION because the build was broken before if the DBUS
  option was on.

  PR:		198223
  Submitted by:	Tobias Berner <tcberner@gmail.com>
  Approved by:	glebius (maintainer)
  MFH:		2015Q1

Changes:
  head/astro/gpsd/Makefile
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-03-04 13:23:28 UTC
Assign to committer