Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 17:56:46 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363645 - in head/dns/dnsmasq: . files
Message-ID:  <201407311756.s6VHukX7020510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Jul 31 17:56:45 2014
New Revision: 363645
URL: http://svnweb.freebsd.org/changeset/ports/363645
QAT: https://qat.redports.org/buildarchive/r363645/

Log:
  Add ldconfig to rc.d script requisites to make sure we can link to,
  say, libnettle.so.
  
  Submitted by:	Allen Hewes

Modified:
  head/dns/dnsmasq/Makefile
  head/dns/dnsmasq/files/dnsmasq.in

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Thu Jul 31 17:46:14 2014	(r363644)
+++ head/dns/dnsmasq/Makefile	Thu Jul 31 17:56:45 2014	(r363645)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dnsmasq
 DISTVERSION=	2.71
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \

Modified: head/dns/dnsmasq/files/dnsmasq.in
==============================================================================
--- head/dns/dnsmasq/files/dnsmasq.in	Thu Jul 31 17:46:14 2014	(r363644)
+++ head/dns/dnsmasq/files/dnsmasq.in	Thu Jul 31 17:56:45 2014	(r363645)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: dnsmasq
-# REQUIRE: SERVERS
+# REQUIRE: SERVERS ldconfig
 # BEFORE:  DAEMON named
 # KEYWORD: shutdown
 #



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