pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45042: devel/bmake minix support
The following reply was made to PR pkg/45042; it has been noted by GNATS.
From: Thomas Cort <tcort%minix3.org@localhost>
To: gnats-bugs%netbsd.org@localhost, joerg%netbsd.org@localhost
Cc:
Subject: Re: pkg/45042: devel/bmake minix support
Date: Mon, 25 Feb 2013 18:40:11 -0500
Due to some changes in Minix, the patchset to get devel/bmake working
on Minix is down to just a few lines of change. Here are the updated
patches:
Patch #1: check for setrlimit() and setpgid()
http://tomcort.com/minix/bmake-configure.in
Patch #2: avoid the call to setpgid(). Minix doesn't support job control.
http://tomcort.com/minix/bmake-job.c
Patch #3: Avoid the call to setrlimit(). The existing check if
RLIMIT_NOFILE is defined isn't enough, HAVE_SETRLIMIT has to be
checked too. Minix defines RLIMIT_NOFILE so that it can be used with
getrlimit(), but Minix doesn't currently support setrlimit().
http://tomcort.com/minix/bmake-main.c
Thanks,
Thomas
Home |
Main Index |
Thread Index |
Old Index