Bug 198223 - fix dbus-dependency of astro/gpsd
Summary: fix dbus-dependency of astro/gpsd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 13:31 UTC by Tobias Berner
Modified: 2015-03-04 13:23 UTC (History)
0 users

See Also:
glebius: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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