FreeBSD Bugzilla – Attachment 41091 Details for
Bug 64423
Fix port: net/mDNSResponder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.60 KB, created by
Hiroki Sato
on 2004-03-18 15:30:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hiroki Sato
Created:
2004-03-18 15:30:12 UTC
Size:
2.60 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/mDNSResponder/Makefile,v >retrieving revision 1.3 >diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.3 Makefile >--- Makefile 18 Mar 2004 12:14:51 -0000 1.3 >+++ Makefile 18 Mar 2004 14:56:14 -0000 >@@ -23,10 +23,4 @@ > BUILD_WRKSRC= ${WRKSRC}/mDNSPosix > INSTALL_WRKSRC= ${WRKSRC}/mDNSPosix > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} < 500000 || ( ${ARCH} != "i386" && ${ARCH} != "ia64" ) >-BROKEN= "Does not compile on 4.x or on !i386 and !ia64" >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: files/patch-mDNSCore::mDNSClientAPI.h >=================================================================== >RCS file: files/patch-mDNSCore::mDNSClientAPI.h >diff -N files/patch-mDNSCore::mDNSClientAPI.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-mDNSCore::mDNSClientAPI.h 18 Mar 2004 15:16:27 -0000 >@@ -0,0 +1,11 @@ >+--- mDNSCore/mDNSClientAPI.h Wed Mar 3 08:01:04 2004 >++++ mDNSCore/mDNSClientAPI.h Thu Mar 18 23:49:19 2004 >+@@ -618,7 +618,7 @@ >+ typedef unsigned char mDNSu8; >+ typedef signed short mDNSs16; >+ typedef unsigned short mDNSu16; >+-#if _LP64 >++#if defined(_LP64) || defined(__sparc64__) || defined(__alpha__) || defined(__amd64__) || defined(__ia64__) >+ typedef signed int mDNSs32; >+ typedef unsigned int mDNSu32; >+ #else >Index: files/patch-mDNSPosix::mDNSUNP.h >=================================================================== >RCS file: files/patch-mDNSPosix::mDNSUNP.h >diff -N files/patch-mDNSPosix::mDNSUNP.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-mDNSPosix::mDNSUNP.h 18 Mar 2004 14:32:39 -0000 >@@ -0,0 +1,12 @@ >+--- mDNSPosix/mDNSUNP.h Thu Mar 18 23:30:48 2004 >++++ mDNSPosix/mDNSUNP.h Thu Mar 18 23:30:52 2004 >+@@ -67,7 +67,9 @@ >+ #ifndef __mDNSUNP_h >+ #define __mDNSUNP_h >+ >++#if !defined(__FreeBSD__) || __FreeBSD__ > 500000 >+ #include <stdint.h> >++#endif >+ #include <sys/types.h> >+ #include <sys/socket.h> >+ #include <net/if.h> >Index: files/patch-mDNSShared::dns_sd.h >=================================================================== >RCS file: files/patch-mDNSShared::dns_sd.h >diff -N files/patch-mDNSShared::dns_sd.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-mDNSShared::dns_sd.h 18 Mar 2004 14:32:57 -0000 >@@ -0,0 +1,12 @@ >+--- mDNSShared/dns_sd.h Thu Mar 18 23:31:38 2004 >++++ mDNSShared/dns_sd.h Thu Mar 18 23:31:43 2004 >+@@ -46,7 +46,9 @@ >+ >+ #include <sys/types.h> >+ #include <sys/socket.h> >++#if !defined(__FreeBSD__) || __FreeBSD__ > 500000 >+ #include <stdint.h> >++#endif >+ #include <netinet/in.h> >+ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 64423
: 41091