FreeBSD Bugzilla – Attachment 133824 Details for
Bug 178364
[patch] Port dns/adns add option to apply patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.28 KB, created by
Tatsuki Makino
on 2013-05-06 09:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2013-05-06 09:30:00 UTC
Size:
1.28 KB
patch
obsolete
>Index: head/dns/adns/Makefile >=================================================================== >--- head/dns/adns/Makefile (revision 317460) >+++ head/dns/adns/Makefile (working copy) >@@ -20,8 +20,22 @@ > > DOCS= COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog > >+OPTIONS_DEFINE= DOCS IPV6PATCH >+OPTIONS_DEFAULT= DOCS >+IPV6PATCH_DESC= Apply patches for IPv6 protocol >+ > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MIPV6PATCH} >+BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 >+CFLAGS+= -Ds6_addr16=__u6_addr.__u6_addr16 >+CFLAGS+= -Ds6_addr32=__u6_addr.__u6_addr32 >+MAKE_FLAGS+= M4=gm4 >+PATCH_SITES+= http://people.debian.org/~lucab/deb/adns/:ipv6patch >+PATCHFILES+= adns-ipv6.patch:ipv6patch >+PATCH_DIST_STRIP+= -p1 >+.endif >+ > post-install: > ${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost > .if ${PORT_OPTIONS:MDOCS} >Index: head/dns/adns/distinfo >=================================================================== >--- head/dns/adns/distinfo (revision 317460) >+++ head/dns/adns/distinfo (working copy) >@@ -1,2 +1,4 @@ > SHA256 (adns-1.4.tar.gz) = 717b92a39117a5d8b04ea7c652c630659c6eecb35211129a8cee95e6524ca9fe > SIZE (adns-1.4.tar.gz) = 252668 >+SHA256 (adns-ipv6.patch) = 84adcc350ee9a3144e0b48fb12ad8f7e8f028a5316b7948e698acaf57afae2e4 >+SIZE (adns-ipv6.patch) = 88709
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 178364
:
133824
|
147336