Package 2.73test2, with one additional patch to make it build
(also reported upstream). CHANGELOG at: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=fbc5205702c7f6f431d9f1043c553d7fb62ddfdb>
This commit is contained in:
parent
e63e001061
commit
b9350fe243
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375366
3 changed files with 19 additions and 5 deletions
|
@ -2,9 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
DISTVERSION= 2.72rc2
|
||||
PORTVERSION= 2.73.0t2
|
||||
DISTVERSION= 2.73test2
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= mandree@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
IGNORE= build stable version instead, it is newer than this release candidate
|
||||
#IGNORE= build stable version instead, it is newer than this release candidate
|
||||
CONFLICTS_INSTALL=dnsmasq-2*
|
||||
|
||||
PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dnsmasq-2.72rc2.tar.xz) = 23d464dec8b8d16f3a2fe86b99fa71908a8347ad9e426212b5bb020c048bddc5
|
||||
SIZE (dnsmasq-2.72rc2.tar.xz) = 469732
|
||||
SHA256 (dnsmasq-2.73test2.tar.xz) = 12479e475aab7a33764aba526b7554365400606026f1c9aa0784dfb4573f38b2
|
||||
SIZE (dnsmasq-2.73test2.tar.xz) = 472184
|
||||
|
|
13
dns/dnsmasq-devel/files/patch-src_inotify.c
Normal file
13
dns/dnsmasq-devel/files/patch-src_inotify.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- src/inotify.c.orig 2014-12-23 15:46:08 UTC
|
||||
+++ src/inotify.c
|
||||
@@ -15,9 +15,9 @@
|
||||
*/
|
||||
|
||||
#include "dnsmasq.h"
|
||||
-#include <sys/inotify.h>
|
||||
|
||||
#ifdef HAVE_LINUX_NETWORK
|
||||
+#include <sys/inotify.h>
|
||||
|
||||
/* the strategy is to set a inotify on the directories containing
|
||||
resolv files, for any files in the directory which are close-write
|
Loading…
Reference in a new issue