Tue Jun 27 09:31:09 2023 UTC ()
libnbcompat: Bump package date for recent configure changes.

Record my test on NetBSD.


(riastradh)
diff -r1.89 -r1.90 pkgsrc/pkgtools/libnbcompat/Makefile
diff -r1.26 -r1.27 pkgsrc/pkgtools/libnbcompat/files/README

cvs diff -r1.89 -r1.90 pkgsrc/pkgtools/libnbcompat/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/libnbcompat/Makefile 2023/02/17 21:20:12 1.89
+++ pkgsrc/pkgtools/libnbcompat/Makefile 2023/06/27 09:31:09 1.90
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.89 2023/02/17 21:20:12 khorben Exp $ 1# $NetBSD: Makefile,v 1.90 2023/06/27 09:31:09 riastradh Exp $
2# 2#
3# NOTE: If you update this package, it is *mandatory* that you update 3# NOTE: If you update this package, it is *mandatory* that you update
4# pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual 4# pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual
5# list of tested and supported platforms. 5# list of tested and supported platforms.
6# 6#
7 7
8PKGNAME= libnbcompat-20200524 8PKGNAME= libnbcompat-20230609
9PKGREVISION= 1 9PKGREVISION= 1
10CATEGORIES= pkgtools devel 10CATEGORIES= pkgtools devel
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= https://www.NetBSD.org/ 13HOMEPAGE= https://www.NetBSD.org/
14COMMENT= Portable NetBSD compatibility library 14COMMENT= Portable NetBSD compatibility library
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17MAKE_ENV+= LIBMODE=${LIBMODE} 17MAKE_ENV+= LIBMODE=${LIBMODE}
18 18
19# Enable by default for standalone builds 19# Enable by default for standalone builds
20CONFIGURE_ARGS+= --enable-db 20CONFIGURE_ARGS+= --enable-db
21 21

cvs diff -r1.26 -r1.27 pkgsrc/pkgtools/libnbcompat/files/README (expand / switch to unified diff)

--- pkgsrc/pkgtools/libnbcompat/files/README 2023/02/17 21:20:12 1.26
+++ pkgsrc/pkgtools/libnbcompat/files/README 2023/06/27 09:31:09 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: README,v 1.26 2023/02/17 21:20:12 khorben Exp $ 1$NetBSD: README,v 1.27 2023/06/27 09:31:09 riastradh Exp $
2 2
3 0 Introduction 3 0 Introduction
4 ============== 4 ==============
5 5
6libnbcompat builds and installs a portable NetBSD-compatibility library 6libnbcompat builds and installs a portable NetBSD-compatibility library
7that supplies routines missing on operating systems that are used by 7that supplies routines missing on operating systems that are used by
8the family of pkgsrc bootstrap tools. Note that libnbcompat is very 8the family of pkgsrc bootstrap tools. Note that libnbcompat is very
9much a work-in-progress. Only the functions that are directly used 9much a work-in-progress. Only the functions that are directly used
10by the bootstrap tools are implemented in the library. At the moment, 10by the bootstrap tools are implemented in the library. At the moment,
11this includes the following packages: 11this includes the following packages:
12 12
13 archivers/pax 13 archivers/pax
14 pkgtools/mtree 14 pkgtools/mtree
@@ -34,26 +34,31 @@ breakage seep in. Proper methodology fo @@ -34,26 +34,31 @@ breakage seep in. Proper methodology fo
34 34
35 (3) Fix any breakage on non-NetBSD operating systems before 35 (3) Fix any breakage on non-NetBSD operating systems before
36 committing. 36 committing.
37 37
38 38
39 2 Tested operating systems 39 2 Tested operating systems
40 ========================== 40 ==========================
41 41
42*NOTE* 42*NOTE*
43*NOTE* This section should be kept up-to-date with the results for 43*NOTE* This section should be kept up-to-date with the results for
44*NOTE* the most recent libnbcompat. 44*NOTE* the most recent libnbcompat.
45*NOTE* 45*NOTE*
46 46
 47libnbcompat-20230609 has been tested to build and install correctly
 48on the following operating systems:
 49
 50 NetBSD/amd64 9.2 <riastradh@NetBSD.org>
 51
47libnbcompat-20200524 has been tested to build and install correctly 52libnbcompat-20200524 has been tested to build and install correctly
48on the following operating systems: 53on the following operating systems:
49 54
50 NetBSD/amd64 9.0 <nia@NetBSD.org> 55 NetBSD/amd64 9.0 <nia@NetBSD.org>
51 Alpine Linux 3.11.6 x86_64 <nia@NetBSD.org> 56 Alpine Linux 3.11.6 x86_64 <nia@NetBSD.org>
52 IRIX 6.5.22, mipspro 7.4.3 <ky0ko@disroot.org>  57 IRIX 6.5.22, mipspro 7.4.3 <ky0ko@disroot.org>
53 58
54libnbcompat-20190608 has been tested to build and install correctly 59libnbcompat-20190608 has been tested to build and install correctly
55on the following operating systems: 60on the following operating systems:
56 61
57 NetBSD/amd64 8.99.49 <pkgsrc-users@NetBSD.org> 62 NetBSD/amd64 8.99.49 <pkgsrc-users@NetBSD.org>
58 Darwin/powerpc 8.11.0 <pkgsrc-users@NetBSD.org> 63 Darwin/powerpc 8.11.0 <pkgsrc-users@NetBSD.org>
59 FreeBSD/amd64 13-CURRENT <pkgsrc-users@NetBSD.org> 64 FreeBSD/amd64 13-CURRENT <pkgsrc-users@NetBSD.org>