View | Details | Raw Unified | Return to bug 203680
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	mDNSResponder_nss
3
PORTNAME=	mDNSResponder
4
PORTVERSION=	567
4
PORTVERSION=	576.30.4
5
CATEGORIES=	dns net
5
CATEGORIES=	dns net
6
MASTER_SITES=	http://opensource.apple.com/tarballs/mDNSResponder/
6
MASTER_SITES=	http://opensource.apple.com/tarballs/mDNSResponder/
7
DISTNAME=	${PORTNAME:S/_nss//}-${PORTVERSION}
7
PKGNAMESUFFIX=	_nss
8
8
9
MAINTAINER=	mazhe@alkumuna.eu
9
MAINTAINER=	mazhe@alkumuna.eu
10
COMMENT=	Apple mDNS responder - FreeBSD nsswitch module
10
COMMENT=	Apple mDNS responder - FreeBSD nsswitch module
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mDNSResponder-567.tar.gz) = 3239d9bb1e1e017be1ae12cff90802194b6e0312de628a1f324530b00b833018
1
SHA256 (mDNSResponder-576.30.4.tar.gz) = 4737cb51378377e11d0edb7bcdd1bec79cbdaa7b27ea09c13e3006e58f8d92c0
2
SIZE (mDNSResponder-567.tar.gz) = 2143110
2
SIZE (mDNSResponder-576.30.4.tar.gz) = 2157791
(-)files/patch-mDNSPosix__nss_mdns.c (-4 / +4 lines)
Lines 1-6 Link Here
1
--- ./mDNSPosix/nss_mdns.c.orig	2012-04-15 08:07:19.000000000 +0200
1
--- mDNSPosix/nss_mdns.c.orig	2012-04-15 06:07:19 UTC
2
+++ ./mDNSPosix/nss_mdns.c	2013-11-05 11:00:14.000000000 +0100
2
+++ mDNSPosix/nss_mdns.c
3
@@ -379,7 +379,18 @@
3
@@ -379,7 +379,18 @@ init_config ();
4
 #define ENTNAME  hostent
4
 #define ENTNAME  hostent
5
 #define DATABASE "hosts"
5
 #define DATABASE "hosts"
6
 
6
 
Lines 20-26 Link Here
20
 // For nss_status
20
 // For nss_status
21
 #include <netdb.h>
21
 #include <netdb.h>
22
 // For hostent
22
 // For hostent
23
@@ -1684,7 +1695,7 @@
23
@@ -1684,7 +1695,7 @@ is_applicable_addr (
24
 //----------
24
 //----------
25
 // Types and Constants
25
 // Types and Constants
26
 
26
 

Return to bug 203680