diff options
-rw-r--r-- | dns/adns/Makefile | 6 | ||||
-rw-r--r-- | dns/adns/files/patch-ac | 13 | ||||
-rw-r--r-- | net/adns/Makefile | 6 | ||||
-rw-r--r-- | net/adns/files/patch-ac | 13 |
4 files changed, 32 insertions, 6 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index 09fb109..e9e333e 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTNAME= adns -PORTVERSION= 0.7 -CATEGORIES= net +PORTNAME= adns +PORTVERSION= 0.7 +CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ MASTER_SITE_SUBDIR= adns diff --git a/dns/adns/files/patch-ac b/dns/adns/files/patch-ac new file mode 100644 index 0000000..92ad32a --- /dev/null +++ b/dns/adns/files/patch-ac @@ -0,0 +1,13 @@ +--- src/adns.h.orig Thu Mar 2 04:34:04 2000 ++++ src/adns.h Mon Apr 17 17:18:36 2000 +@@ -62,9 +62,9 @@ + + #include <stdio.h> + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> +-#include <sys/types.h> + #include <sys/time.h> + #include <unistd.h> + diff --git a/net/adns/Makefile b/net/adns/Makefile index 09fb109..e9e333e 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTNAME= adns -PORTVERSION= 0.7 -CATEGORIES= net +PORTNAME= adns +PORTVERSION= 0.7 +CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ MASTER_SITE_SUBDIR= adns diff --git a/net/adns/files/patch-ac b/net/adns/files/patch-ac new file mode 100644 index 0000000..92ad32a --- /dev/null +++ b/net/adns/files/patch-ac @@ -0,0 +1,13 @@ +--- src/adns.h.orig Thu Mar 2 04:34:04 2000 ++++ src/adns.h Mon Apr 17 17:18:36 2000 +@@ -62,9 +62,9 @@ + + #include <stdio.h> + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> +-#include <sys/types.h> + #include <sys/time.h> + #include <unistd.h> + |