Path to this page:
./
pkgtools/libnbcompat,
Portable NetBSD compatibility library
Branch: CURRENT,
Version: 20200524nb1,
Package name: libnbcompat-20200524nb1,
Maintainer: pkgsrc-userslibnbcompat is a portable NetBSD compatibility library for use by
the pkgsrc tools and other sources from NetBSD (and elsewhere).
It is also helpful for providing definitions and functions missing from
other Unix platforms.
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2023-02-18) Updated to version: libnbcompat-20200524nb1
- (2020-05-25) Updated to version: libnbcompat-20200524
- (2019-07-09) Updated to version: libnbcompat-20190708
- (2017-11-23) Package has been reborn
- (2015-06-08) Updated to version: libnbcompat-20150615
- (2015-04-19) Updated to version: libnbcompat-20150419
CVS history: (Expand)
2023-02-17 22:20:12 by Pierre Pronchery | Files touched by this commit (2) |
Log message:
libnbcompat: sort the README file by most recent test first
While there, replace e-mail addresses of former developers by
pkgsrc-users@; otherwise NFCI.
Bumps PKGREVISION.
Tested on NetBSD/amd64.
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2020-05-24 23:51:54 by Nia Alarie | Files touched by this commit (4) |
Log message:
libnbcompat: Update to 20200524
One change: use AC_PROG_CC_C99 and regen configure
This helps bootstrapping on legacy systems where the compiler doesn't
default to c99 without additional guidance.
Patch from ky0ko@disroot.org, tested on NetBSD and Alpine Linux by myself
and on IRIX with mipspro by ky0ko.
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-09-13 22:23:50 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/libnbcompat: fix regular expression literals in AWK program
gawk: nbcompat.awk:5: warning:
regexp escape sequence `\#' is not a known regexp operator
|
2019-07-09 11:43:32 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
Use the correct prototype - thanks <gutteridge>
|
2019-07-08 22:34:55 by Sevan Janiyan | Files touched by this commit (7) |
Log message:
Include strnlen(3) - Needed on Tiger and more recent Intel only Darwin releases.
|
2019-02-20 15:44:24 by Christos Zoulas | Files touched by this commit (1) |
Log message:
PR/52982: Eitan Adler: fix incorrect bounds computation.
XXX: really we need to sync with the libc glob.c
|