diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-12 01:06:01 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-12 01:06:01 +0800 |
commit | fb10305a8372b08810531e35a5b28cb2cdd9906a (patch) | |
tree | 971a9bf7c1a0a1bebea48e4e1663a1c75e4bdda9 /dns/dnsmasq/files | |
parent | 96572f63c8d3c3f0f61f9a7ae94a4ccca9aa0c5b (diff) | |
download | freebsd-ports-gnome-fb10305a8372b08810531e35a5b28cb2cdd9906a.tar.gz freebsd-ports-gnome-fb10305a8372b08810531e35a5b28cb2cdd9906a.tar.zst freebsd-ports-gnome-fb10305a8372b08810531e35a5b28cb2cdd9906a.zip |
update dnsmasq to 1.13
PR: 53184
Submitted by: Steven Honson <shonson@isoproplex.net>
Diffstat (limited to 'dns/dnsmasq/files')
-rw-r--r-- | dns/dnsmasq/files/patch-Makefile | 11 | ||||
-rw-r--r-- | dns/dnsmasq/files/patch-config.h | 12 | ||||
-rw-r--r-- | dns/dnsmasq/files/patch-dnsmasq.h | 11 |
3 files changed, 0 insertions, 34 deletions
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" - |