Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2006 20:50:23 GMT
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/102036: DNSMasq
Message-ID:  <200608162050.k7GKoNJf011778@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/102036; it has been noted by GNATS.

From: "Babak Farrokhi" <babak@farrokhi.net>
To: <bug-followup@FreeBSD.org>,
	<lnxbil@saarlinux.org>
Cc:  
Subject: Re: ports/102036: DNSMasq
Date: Thu, 17 Aug 2006 00:17:41 +0330

 Hi Andreas,
 
 Thank you for pointing out the issue. Please use following patch to solve
 this issue:
 
 --- dnsmasq.patch begins here ---
 diff -ruN dnsmasq.orig/Makefile dnsmasq/Makefile
 --- dnsmasq.orig/Makefile	Thu Aug 10 11:18:24 2006
 +++ dnsmasq/Makefile	Thu Aug 17 00:09:37 2006
 @@ -40,11 +40,7 @@
  CFLAGS+=	-DHAVE_DBUS
  .endif
  
 -.if ${OSVERSION} < 500037
  USE_RC_SUBR=	dnsmasq.sh
 -.else
 -USE_RCORDER=	dnsmasq.sh
 -.endif
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
 --- dnsmasq.patch ends here ---
 
 Thank you,
 Babak Farrokhi
 



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