pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46037
The following reply was made to PR pkg/46037; it has been noted by GNATS.
From: Bernd Ernesti <netbsd%lists.veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/46037
Date: Sun, 19 Feb 2012 12:45:29 +0100
On Fri, Feb 17, 2012 at 12:30:06PM +0000, NONAKA Kimihiro wrote:
> The following reply was made to PR pkg/46037; it has been noted by GNATS.
>
> From: NONAKA Kimihiro <nonakap%gmail.com@localhost>
> To: gnats-bugs%gnats.NetBSD.org@localhost
> Cc:
> Subject: Re: pkg/46037
> Date: Fri, 17 Feb 2012 21:29:36 +0900
>
> please apply following patch.
> I tested it on NetBSD/i386 6.99.1.
>
> --- hints/netbsd.sh.orig 2011-09-19 22:18:22.000000000 +0900
> +++ hints/netbsd.sh 2012-02-17 20:09:28.000000000 +0900
> @@ -89,7 +89,7 @@
> ;;
> esac
> case "$osvers" in
> -0.9*|1.*|2.*|3.*|4.*|5.*)
> +0.9*|1.*|2.*|3.*|4.*|5.*|6.*)
> d_getprotoent_r="$undef"
> d_getprotobyname_r="$undef"
> d_getprotobynumber_r="$undef"
IMHO these defines should not be protected at all by $osvers because
this check is always true due too the check for all available NetBSD
versions.
Bernd
Home |
Main Index |
Thread Index |
Old Index