pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/security/pinentry-gtk



On Sun, 08 Jan 2012 17:27:43 +0900, Steven Drake <sbd%netbsd.org@localhost> 
wrote:

On Sun, 8 Jan 2012, OBATA Akio wrote:

On Sun, 08 Jan 2012 14:51:24 +0900, Steven Drake <sbd%netbsd.org@localhost> 
wrote:

> On Sun, 8 Jan 2012, OBATA Akio wrote:
>
> > curses version is security/pinetry, and this package disable curses
> > support
> > with --disable-pinentry-curses.
>
> You'd think that, but
>
> # ldd /usr/pkg/bin/pinentry-gtk | grep curses
>        libncurses.so.5 => /usr/pkg/lib/libncurses.so.5

Because --disable-fallback-curses is commented out and you added buildlink
with ncurses.

Before I added the buildlink it was linking with the system ncurses.

Yes, it is the expected behavior without -*-fallback-curses option.
Even if system have no curses library, fallback-curses option will be
disabled automatically and fine to build.

Did you asked to maintainer why is it commented out?

No, I assume that there is a good reason thought.

If you must want to force fallback-curses feature,
--enable-fallback-curses option should be defined.

If you don't want hidden dependency on system ncurses library,
--disable-fallback-curses option should be defined.

I feel with current configure option, it is not saying any of above meanings.
--
OBATA Akio / obache%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index