summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-11 17:06:01 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-11 17:06:01 +0000
commit8e55f05bbe42390e6165c0b075fcc680bb5bca5e (patch)
tree5ba1d7b88d84e74a4bb4138258d50722f209a692 /dns
parentUpdate to 2.3.15 (diff)
update dnsmasq to 1.13
PR: 53184 Submitted by: Steven Honson <shonson@isoproplex.net>
Notes
Notes: svn path=/head/; revision=82798
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq/Makefile13
-rw-r--r--dns/dnsmasq/distinfo2
-rw-r--r--dns/dnsmasq/files/patch-Makefile11
-rw-r--r--dns/dnsmasq/files/patch-config.h12
-rw-r--r--dns/dnsmasq/files/patch-dnsmasq.h11
5 files changed, 2 insertions, 47 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index d9ccc65bf3c0..554d61ddbb79 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -6,24 +6,13 @@
#
PORTNAME= dnsmasq
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
MAINTAINER= shonson@isoproplex.net
COMMENT= A caching DNS forwarder
-.if defined(WITH_IPV6)
-CFLAGS += -DWITH_IPV6
-.endif
-
MAN8= dnsmasq.8
-pre-fetch:
-.if !defined(WITH_IPV6)
- @${ECHO_CMD} ""
- @${ECHO_CMD} "Define WITH_IPV6 to build dnsmasq with IPv6 support."
- @${ECHO_CMD} ""
-.endif
-
.include <bsd.port.mk>
diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo
index 18c0494a2abb..3cce05f3e76d 100644
--- a/dns/dnsmasq/distinfo
+++ b/dns/dnsmasq/distinfo
@@ -1 +1 @@
-MD5 (dnsmasq-1.12.tar.gz) = 41f4ef37bb38e7b50430d00de92d5789
+MD5 (dnsmasq-1.13.tar.gz) = fd39b3b436f369056980c98ba88a664b
diff --git a/dns/dnsmasq/files/patch-Makefile b/dns/dnsmasq/files/patch-Makefile
deleted file mode 100644
index 6c1b93c0cc64..000000000000
--- a/dns/dnsmasq/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Mon Jun 2 22:22:30 2003
-+++ Makefile Mon Jun 2 22:22:35 2003
-@@ -3,7 +3,7 @@
- MANDIR = /usr/local/man
-
- CC = gcc
--CFLAGS = -O2
-+CFLAGS += -O2
-
- all : dnsmasq
-
diff --git a/dns/dnsmasq/files/patch-config.h b/dns/dnsmasq/files/patch-config.h
deleted file mode 100644
index 67739248f578..000000000000
--- a/dns/dnsmasq/files/patch-config.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.orig Mon Jun 2 22:04:52 2003
-+++ config.h Mon Jun 2 22:05:03 2003
-@@ -35,7 +35,7 @@
- /* We assume that systems which don't have IPv6
- headers don't have ntop and pton either */
-
--#if defined(INET6_ADDRSTRLEN)
-+#if defined(INET6_ADDRSTRLEN) && defined(WITH_IPV6)
- # define HAVE_IPV6
- # define ADDRSTRLEN INET6_ADDRSTRLEN
- #elif defined(INET_ADDRSTRLEN)
-
diff --git a/dns/dnsmasq/files/patch-dnsmasq.h b/dns/dnsmasq/files/patch-dnsmasq.h
deleted file mode 100644
index bb09ba8ccac8..000000000000
--- a/dns/dnsmasq/files/patch-dnsmasq.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- dnsmasq.h.orig Mon Jun 2 00:17:58 2003
-+++ dnsmasq.h Mon Jun 2 00:18:08 2003
-@@ -16,7 +16,7 @@
- #include <sys/types.h>
- #include <netinet/in.h>
- /* and this for C library versions */
--#include <libio.h>
-+/* #include <libio.h> */
-
- #include "config.h"
-