pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkglint
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Jun 2 00:13:50 UTC 2025
Modified Files:
pkgsrc/pkgtools/pkglint: select.mk
Log Message:
pkglint: use pkglint4 on OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/pkgtools/pkglint/select.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkglint/select.mk
diff -u pkgsrc/pkgtools/pkglint/select.mk:1.8 pkgsrc/pkgtools/pkglint/select.mk:1.9
--- pkgsrc/pkgtools/pkglint/select.mk:1.8 Fri Jan 28 20:38:18 2022
+++ pkgsrc/pkgtools/pkglint/select.mk Mon Jun 2 00:13:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: select.mk,v 1.8 2022/01/28 20:38:18 schmonz Exp $
+# $NetBSD: select.mk,v 1.9 2025/06/02 00:13:50 schmonz Exp $
#
# Selects the proper version of pkglint, depending on whether the
# platform supports the Go programming language.
@@ -9,6 +9,7 @@
# See lang/go/version.mk
# While it's wrong in the above, go14 does not build on NetBSD 5.
.if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm:Naarch64} || \
+ ${MACHINE_PLATFORM:MOpenBSD-*-*} || \
${MACHINE_PLATFORM:MSunOS-*-i386} || \
${MACHINE_PLATFORM:MDarwin-*-i386} || \
${MACHINE_PLATFORM:MNetBSD-[1-5].*-*} || \
Home |
Main Index |
Thread Index |
Old Index