pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45491: pkgsrc does not bootstrap under OpenIndiana
The following reply was made to PR pkg/45491; it has been noted by GNATS.
From: "Andrey N. Oktyabrski" <ano%bestmx.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/45491: pkgsrc does not bootstrap under OpenIndiana
Date: Wed, 26 Oct 2011 08:56:08 +0400
On 10/26/11 01:30 AM, Aleksey Cheusov wrote:
> +.if ${OPSYS} == SunOS
> +# workaround for pkg/45491
> +CONFIGURE_ENV+= ac_cv_header_ext2fs_ext2_fs_h=no
> +.endif
I think it must be
.if ${OPSYS} != Linux
And this is a bugfix, not a workaround. Because ext{2,3,4,5} FS is in
the BASE system in Linux only. In other OSes e2fsprogs is an additional
package, and pkgsrc bootstrap MUST NOT depend from it.
Home |
Main Index |
Thread Index |
Old Index