svn commit: r377084 - in head/devel/dbus: . files

Koop Mast kwm at FreeBSD.org
Thu Jan 15 11:50:26 UTC 2015


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 at 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 at 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:
 #


More information about the svn-ports-all mailing list