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

(-)Makefile (-2 / +2 lines)
Lines 7-18 Link Here
7
#
7
#
8
8
9
PORTNAME=	mDNSResponder
9
PORTNAME=	mDNSResponder
10
PORTVERSION=	107.5
10
PORTVERSION=	108
11
CATEGORIES=	net dns
11
CATEGORIES=	net dns
12
MASTER_SITES=	http://darwinsource.opendarwin.org/tarballs/apsl/
12
MASTER_SITES=	http://darwinsource.opendarwin.org/tarballs/apsl/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}
13
DISTNAME=	${PORTNAME}-${PORTVERSION}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	alex@foxybanana.com
16
COMMENT=	Apple's mDNSResponder
16
COMMENT=	Apple's mDNSResponder
17
17
18
INSTALLS_SHLIB=	YES
18
INSTALLS_SHLIB=	YES
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mDNSResponder-107.5.tar.gz) = ec345a16649ecb5b6e50096f2b5cbdaf
1
MD5 (mDNSResponder-108.tar.gz) = 645eda2dd5d465b8dabedc3b87e1b31a
2
SHA256 (mDNSResponder-107.5.tar.gz) = 8703e4a72108a8ed89194af7658cac348592e84fa67bd2d3794da4d81a610cf5
2
SHA256 (mDNSResponder-108.tar.gz) = 262d945eaaa6a8071a98512d3b13699d2c0ea8713410daf8c81c3add8d17809f
3
SIZE (mDNSResponder-107.5.tar.gz) = 1379397
3
SIZE (mDNSResponder-108.tar.gz) = 1362840
(-)pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/dns-sd
2
bin/mDNSClientPosix
1
bin/mDNSClientPosix
3
bin/mDNSIdentify
2
bin/mDNSIdentify
4
bin/mDNSNetMonitor
3
bin/mDNSNetMonitor
(-)files/patch-mDNSPosix_Makefile (-6 / +6 lines)
Lines 1-11 Link Here
1
--- mDNSPosix/Makefile.orig	Fri Mar 10 14:35:15 2006
1
--- mDNSPosix/Makefile.orig	Mon Aug  7 03:47:48 2006
2
+++ mDNSPosix/Makefile	Fri Mar 10 14:35:31 2006
2
+++ mDNSPosix/Makefile	Mon Aug  7 03:48:14 2006
3
@@ -407,7 +407,7 @@
3
@@ -401,7 +401,7 @@
4
 
4
 
5
 all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG)
5
 all: setup Daemon libdns_sd Client Responder ProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG)
6
 
6
 
7
-install: setup InstalledDaemon InstalledStartup InstalledLib InstalledManPages InstalledClients $(OPTINSTALL)
7
-install: setup InstalledDaemon InstalledLib InstalledStartup InstalledManPages $(OPTINSTALL)
8
+install: setup InstalledDaemon InstalledLib InstalledManPages InstalledClients $(OPTINSTALL)
8
+install: setup InstalledDaemon InstalledLib InstalledManPages $(OPTINSTALL)
9
 
9
 
10
 # 'setup' sets up the build directory structure the way we want
10
 # 'setup' sets up the build directory structure the way we want
11
 setup:
11
 setup:
(-)files/patch-mDNSShared::dns_sd.h (-10 lines)
Removed Link Here
1
--- mDNSShared/dns_sd.h.orig	Tue Dec 20 22:24:58 2005
2
+++ mDNSShared/dns_sd.h	Fri Mar 10 14:41:32 2006
3
@@ -42,6 +42,7 @@
4
 #endif
5
 
6
 /* stdint.h does not exist on FreeBSD 4.x; its types are defined in sys/types.h instead */
7
+#include <osreldate.h>
8
 #if defined(__FreeBSD_version) && (__FreeBSD_version < 500000)
9
 #include <sys/types.h>
10
 

Return to bug 101557