pkgsrc-Users archive

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

Re: [GLUG-tech] busybox port to NetBSD pkgsrc



On 10/01/07, Roland Illig <rillig%netbsd.org@localhost> wrote:
There should be no entries for a usr/bin directory, since no pkgsrc
package does that. All "public" binaries go into either bin or sbin.

Thats contrary to the FHS though, the only files that are supposed to be in /bin and /sbin are supposed to be programs that are needed for system recovery in "single user mode" and all "userland" programs are supposed to be under /usr/bin and /usr/sbin.

> HAS_CONFIGURE= NO
> CONFIGURE_SCRIPT= /usr/bin/gmake defconfig

Instead of the last two lines, try this:

do-configure:
        cd ${WRKSRC} && env ${CONFIGURE_ENV} ${MAKE_ENV} make menuconfig

Tried that, doesn't work,.. I'll leave it as is for now,... its more important to get it working first,... will neaten it up later.

Regards,...
Ross Cameron




Home | Main Index | Thread Index | Old Index