pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/52883 (chat/scrollz-2.2.3nb3 pkg fails to build with default inet6 option)



wiz%NetBSD.org@localhost wrote:

> Synopsis: chat/scrollz-2.2.3nb3 pkg fails to build with default inet6 option
>
> State-Changed-From-To: open->closed
> State-Changed-By: wiz%NetBSD.org@localhost
> State-Changed-When: Sat, 13 Jan 2018 08:54:15 +0000
> State-Changed-Why:
> I made the two options conflicting, thanks for the bug report.
>

Shouldn't you retain the following ? :

options.mk
..
PKG_SUPPORTED_OPTIONS=          efence inet6 regexp utf8

Otherwise efence and inet6 are not listed as supported even though they are,
just not when used concurrently.  Actually, gnutls should also be listed as
a supported option.

Suggested change (assuming it's possible to re-open a PR):

% diff -U1 options.mk~ options.mk
--- options.mk~ 2018-01-13 09:35:02.788655301 -0700
+++ options.mk  2018-01-13 09:35:11.231656616 -0700
@@ -3,3 +3,3 @@
 PKG_OPTIONS_VAR=               PKG_OPTIONS.scrollz
 -PKG_SUPPORTED_OPTIONS=         regexp utf8
 +PKG_SUPPORTED_OPTIONS=         efence inet6 regexp utf8 gnutls
  PKG_SUGGESTED_OPTIONS+=        inet6


Home | Main Index | Thread Index | Old Index