pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/57929: bsdtar-3.7.2 fails to build on Solaris 10
The following reply was made to PR pkg/57929; it has been noted by GNATS.
From: Hiroshi Hakoyama <hiroshi-hakoyama%nagano.ac.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/57929: bsdtar-3.7.2 fails to build on Solaris 10
Date: Tue, 13 Feb 2024 12:35:11 +0900
Hi,
> In /usr/include/fnmatch.h, does your system have
>=20
> #define FNM_IGNORECASE 0x08
>=20
> available?
Yes.
% more fnmatch.h=20
/*
* Copyright (c) 1994 by Sun Microsystems, Inc.
* Copyright 1985, 1994 by Mortice Kern Systems Inc. All rights =
reserved.
*/
#ifndef _FNMATCH_H
#define _FNMATCH_H
#pragma ident "@(#)fnmatch.h 1.3 94/10/11 SMI"
#ifdef __cplusplus
extern "C" {
#endif
#define FNM_PATHNAME 0x01 /* Slash in str only matches slash in =
pattern */
#define FNM_NOESCAPE 0x02 /* Disable '\'-quoting of metacharacters =
*/
#define FNM_PERIOD 0x04 /* Leading period in string must be =
exactly */
/* matched by period in pattern */
#define FNM_IGNORECASE 0x08 /* Ignore case when making comparisons =
*/
#define FNM_NOMATCH 1 /* string doesnt match the specified =
pattern */
#define FNM_ERROR 2 /* error occured */
#define FNM_NOSYS 3 /* Function (XPG4) not supported */
#if defined(__STDC__)
extern int fnmatch(const char *, const char *, int);
#else
extern int fnmatch();
#endif
#ifdef __cplusplus
}
#endif
#endif /* _FNMATCH_H */
Hiroshi
> 2024/02/13 2:35=E3=80=81David H. Gutteridge =
<david%gutteridge.ca@localhost>=E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AB:
>=20
> The following reply was made to PR pkg/57929; it has been noted by =
GNATS.
>=20
> From: "David H. Gutteridge" <david%gutteridge.ca@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:=20
> Subject: Re: pkg/57929: bsdtar-3.7.2 fails to build on Solaris 10
> Date: Mon, 12 Feb 2024 12:30:54 -0500
>=20
> Hello,
>=20
> In /usr/include/fnmatch.h, does your system have
>=20
> #define FNM_IGNORECASE 0x08
>=20
> available?
>=20
> I don't have access to any closed-source Solaris system. Illumos=20
> provides
>=20
> #define FNM_IGNORECASE 0x08
> #define FNM_CASEFOLD 0x08
>=20
> Regards,
>=20
> Dave
>=20
Home |
Main Index |
Thread Index |
Old Index