pkgsrc-Bugs archive

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

Re: pkg/50490 (ccmake doesn't work)



On 12/12/15, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
> On Fri, Dec 11, 2015 at 02:15:04PM -0800, bch wrote:
>> I think this PR can now be fairly closed.
>
> Well, has the libform patch fixed the problem? I definitely want to drop
> the ncurses dependency again, given how high in the food chain cmake is
> nowadays.

Well, I'm running this:
        -lexecinfo.0 => /usr/lib/libexecinfo.so.0
        -lelf.1 => /usr/lib/libelf.so.1
        -lgcc_s.1 => /usr/lib/libgcc_s.so.1
        -lc.12 => /usr/lib/libc.so.12
        -lform.6 => /usr/pkg/lib/libform.so.6
        -lncurses.6 => /usr/pkg/lib/libncurses.so.6
        -lexpat.2 => /usr/lib/libexpat.so.2
        -lz.1 => /usr/lib/libz.so.1
        -larchive.13 => /usr/pkg/lib/libarchive.so.13
        -llzma.2 => /usr/lib/liblzma.so.2
        -lpthread.1 => /usr/lib/libpthread.so.1
...

which: 1) uses ncurses 2) does not use curses 3) has the libform
patch. ./pkgsrc/devel/cmake was patched (to nb1) (which I built)
before you patched libform/field.c, so I can't currently say if the
libform work alone fixed it.

It looks like[0] the wiz@ patch for pkgsrc/devel/cmake is basically a
1-line change, which I can revert to test.

-bch

[0] http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/cmake/Makefile.diff?r1=1.109&r2=1.110&only_with_tag=MAIN

> Joerg
>


Home | Main Index | Thread Index | Old Index