pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Jan 22 15:28:28 UTC 2026
Modified Files:
pkgsrc/archivers/libarchive: Makefile
pkgsrc/pkgtools/cwrappers: Makefile
pkgsrc/pkgtools/libnbcompat: Makefile
pkgsrc/pkgtools/mktools: Makefile
Log Message:
*: Add missing BOOTSTRAP_PKG=yes where required.
These packages are definitely part of bootstrap. Avoids issue in bulk builds
where an older version of the package may be provided by the bootstrap kit and
the pkg_add test will fail, causing a build failure. pkg_add does not exit
with an error if the versions happen to be identical, which is likely why this
hasn't been noticed until now.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/archivers/libarchive/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/pkgtools/cwrappers/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/pkgtools/libnbcompat/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/mktools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/libarchive/Makefile
diff -u pkgsrc/archivers/libarchive/Makefile:1.59 pkgsrc/archivers/libarchive/Makefile:1.60
--- pkgsrc/archivers/libarchive/Makefile:1.59 Sun Nov 2 08:52:11 2025
+++ pkgsrc/archivers/libarchive/Makefile Thu Jan 22 15:28:28 2026
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.59 2025/11/02 08:52:11 adam Exp $
+# $NetBSD: Makefile,v 1.60 2026/01/22 15:28:28 jperkin Exp $
.include "Makefile.common"
COMMENT= Library to read/create different archive formats
+BOOTSTRAP_PKG= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-bsdcat
CONFIGURE_ARGS+= --disable-bsdcpio
Index: pkgsrc/pkgtools/cwrappers/Makefile
diff -u pkgsrc/pkgtools/cwrappers/Makefile:1.28 pkgsrc/pkgtools/cwrappers/Makefile:1.29
--- pkgsrc/pkgtools/cwrappers/Makefile:1.28 Wed Nov 9 13:14:15 2022
+++ pkgsrc/pkgtools/cwrappers/Makefile Thu Jan 22 15:28:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/11/09 13:14:15 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2026/01/22 15:28:28 jperkin Exp $
PKGNAME= cwrappers-20220403
CATEGORIES= pkgtools sysutils
@@ -8,6 +8,7 @@ HOMEPAGE= https://www.NetBSD.org/
COMMENT= pkgsrc compiler wrappers
LICENSE= modified-bsd
+BOOTSTRAP_PKG= yes
GNU_CONFIGURE= yes
USE_BSD_MAKEFILE= yes
USE_FEATURES= nbcompat
Index: pkgsrc/pkgtools/libnbcompat/Makefile
diff -u pkgsrc/pkgtools/libnbcompat/Makefile:1.97 pkgsrc/pkgtools/libnbcompat/Makefile:1.98
--- pkgsrc/pkgtools/libnbcompat/Makefile:1.97 Wed Oct 29 15:39:25 2025
+++ pkgsrc/pkgtools/libnbcompat/Makefile Thu Jan 22 15:28:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2025/10/29 15:39:25 nia Exp $
+# $NetBSD: Makefile,v 1.98 2026/01/22 15:28:28 jperkin Exp $
#
# NOTE: If you update this package, it is *mandatory* that you update
# pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual
@@ -13,6 +13,7 @@ HOMEPAGE= https://www.NetBSD.org/
COMMENT= Portable NetBSD compatibility library
LICENSE= 2-clause-bsd AND modified-bsd
+BOOTSTRAP_PKG= yes
GNU_CONFIGURE= yes
MAKE_ENV+= LIBMODE=${LIBMODE}
Index: pkgsrc/pkgtools/mktools/Makefile
diff -u pkgsrc/pkgtools/mktools/Makefile:1.5 pkgsrc/pkgtools/mktools/Makefile:1.6
--- pkgsrc/pkgtools/mktools/Makefile:1.5 Tue Feb 18 15:20:24 2025
+++ pkgsrc/pkgtools/mktools/Makefile Thu Jan 22 15:28:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/02/18 15:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2026/01/22 15:28:28 jperkin Exp $
PKGNAME= mktools-20250213
CATEGORIES= pkgtools sysutils
@@ -8,6 +8,7 @@ HOMEPAGE= https://www.NetBSD.org/
COMMENT= Collection of pkgsrc mk infrastructure tools
LICENSE= modified-bsd
+BOOTSTRAP_PKG= yes
USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= libexec/mktools
Home |
Main Index |
Thread Index |
Old Index