Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2021 13:54:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256001] dns/knot3: upgrade to 3.0.6
Message-ID:  <bug-256001-7788-SMQR6H7QWO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256001-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256001-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256001

Leo Vandewoestijne <freebsd@dns.company> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #225086|0                           |1
        is obsolete|                            |
 Attachment #225123|                            |maintainer-approval+
              Flags|                            |

--- Comment #2 from Leo Vandewoestijne <freebsd@dns.company> ---
Created attachment 225123
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225123&action=
=3Dedit
knot 3.0.6 diff

> git diff instead of svn diff
>
I seriously dislike maintaining the ridiculous amounts of dependencies for
simply communicating a few lines of mutations.
So by these neither, but a normal diff.


> Any particular reason for this comments?
>
autoconf is listed as required at the instructions at knot-dns.cz,
but I think it was core maintainer who removed it.
The comment is a reminder of this conflicting information.

For IDN_LIB_DEPENDS counts the exact same.

But PLIST_FILES is likely safe to delete.


Then portlint / portfmt / portclippy have not been very useful to me in the
past, mainly ruining cosmetics to provide a clear overview / disclosing dir=
ect
correlation with one thing and another which now need to be listed devided =
far
away.

But I admit portclippy does provide useful pointers (where portlint left you
clueless).
Still, clearly it's a dangerous one to "fly by the tools":
It isn't always keeping in account things are within an "if" block.
Also I'm not really comfortable using variables before having them defined.
Is it safe to revers the order of these lines?

USERS=3D          knot
GROUPS=3D         knot
SUB_LIST+=3D      USERS=3D"${USERS}" GROUPS=3D"${GROUPS}"=20=20=20=20

But for the rest I followed it's instructions as much as possible, and so;
poudriere is happy
portlint is happy
portfmt is happy
portclippy is almost entirely happy, and so am I.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256001-7788-SMQR6H7QWO>