FreeBSD Bugzilla – Attachment 176887 Details for
Bug 214303
dns/knot2: Update to 3.5.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch with correct FreeBSD_version check
knot2.patch (text/plain), 1.10 KB, created by
Jason Unovitch
on 2016-11-11 03:58:36 UTC
(
hide
)
Description:
Updated patch with correct FreeBSD_version check
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2016-11-11 03:58:36 UTC
Size:
1.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 425859) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= knot >-PORTVERSION= 2.3.1 >+PORTVERSION= 2.3.2 > CATEGORIES= dns ipv6 > MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ > http://dns-lab.com/downloads/knot-dns/ >@@ -72,4 +72,10 @@ > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100504 >+CONFIGURE_ARGS+= --enable-recvmmsg=no >+.endif >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 425859) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1477560234 >-SHA256 (knot-2.3.1.tar.xz) = 42e4ec64dc8f017329d1753eb074a5759d6bb380e1f2a272101adccc0552f9b4 >-SIZE (knot-2.3.1.tar.xz) = 1072808 >+TIMESTAMP = 1478518327 >+SHA256 (knot-2.3.2.tar.xz) = ba298157693d2b3264ff53afd397d8bb240336b36c18064515890733254700df >+SIZE (knot-2.3.2.tar.xz) = 1069500
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 214303
:
176762
| 176887 |
177359