Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 11:50:25 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377084 - in head/devel/dbus: . files
Message-ID:  <201501151150.t0FBoPdc029562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Jan 15 11:50:25 2015
New Revision: 377084
URL: https://svnweb.freebsd.org/changeset/ports/377084
QAT: https://qat.redports.org/buildarchive/r377084/

Log:
  Make sure we start after ldconfig is run. So we can find stuff in /usr/local.
  
  I haven't see this myself but it doesn't hurt to do it correctly.
  
  PR:		196274
  Submitted by:	mandree@ Craig Wiesen <ctyz1999+bugzilla@gmail.com>

Modified:
  head/devel/dbus/Makefile
  head/devel/dbus/files/dbus.in

Modified: head/devel/dbus/Makefile
==============================================================================
--- head/devel/dbus/Makefile	Thu Jan 15 11:41:53 2015	(r377083)
+++ head/devel/dbus/Makefile	Thu Jan 15 11:50:25 2015	(r377084)
@@ -1,9 +1,9 @@
 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/devel/dbus/Makefile,v 1.58 2013/02/15 15:06:49 kwm Exp $
 
 PORTNAME=	dbus
 PORTVERSION=	1.8.12
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus/
 

Modified: head/devel/dbus/files/dbus.in
==============================================================================
--- head/devel/dbus/files/dbus.in	Thu Jan 15 11:41:53 2015	(r377083)
+++ head/devel/dbus/files/dbus.in	Thu Jan 15 11:50:25 2015	(r377084)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: dbus
-# REQUIRE: DAEMON
+# REQUIRE: DAEMON ldconfig
 #
 # Add the following lines to /etc/rc.conf to enable the D-BUS messaging system:
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501151150.t0FBoPdc029562>