Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2018 06:37:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 225924] [NEW PORT] dns/kadnode: P2P DNS resolver
Message-ID:  <bug-225924-7788-YoCUzWr2MU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225924-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225924-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=3D225924

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|ports-bugs@FreeBSD.org      |tobik@freebsd.org

--- Comment #6 from Tobias Kortkamp <tobik@freebsd.org> ---
(In reply to moritzwarning from comment #5)
Yes, everything the port installs should go under ${PREFIX} (which defaults=
 to
/usr/local but users can set it to something else).

It already looks much better and I think it's close to being ok to commit.

XOPTIONS_DEFAULT=3D AUTH CMD LPD NSS

Move this just below OPTIONS_DEFINE.

X.if ${PORT_OPTIONS:MAUTH}
XFEATURES+=3Dbob tls
XLIB_DEPENDS+=3D  libmbedtls.so:security/mbedtls
X.endif
X

As I said above, use options helpers instead.  This is described in detail =
in
the porter's handbook:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile=
-options.html

For example the above should become

AUTH_LIB_DEPENDS=3D       libmbedtls.so:security/mbedtls
AUTH_VARS=3D      FEATURES+=3D"bob tls"

XGH_TAGNAME=3D    v${PORTVERSION}

This works, but is not optimal.  Remove this and simply set

DISTVERSIONPREFIX=3Dv

See
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile=
-distfiles.html#makefile-master_sites-github-ex3

Please remove the =3D=3D=3D=3D=3D header and footer from pkg-descr.  I know=
 that a lot
of ports add them but it doesn't really need them and it just adds to the
noise of `pkg install`.

--=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-225924-7788-YoCUzWr2MU>