pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Go has dropped support for Darwin-*-i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a518c779656
branches:  trunk
changeset: 372689:7a518c779656
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Jan 28 20:38:18 2022 +0000

description:
Go has dropped support for Darwin-*-i386.

diffstat:

 pkgtools/pkglint/select.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1a49412f629c -r 7a518c779656 pkgtools/pkglint/select.mk
--- a/pkgtools/pkglint/select.mk        Fri Jan 28 19:16:01 2022 +0000
+++ b/pkgtools/pkglint/select.mk        Fri Jan 28 20:38:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: select.mk,v 1.7 2020/05/02 10:43:44 tnn Exp $
+# $NetBSD: select.mk,v 1.8 2022/01/28 20:38:18 schmonz Exp $
 #
 # Selects the proper version of pkglint, depending on whether the
 # platform supports the Go programming language.
@@ -10,6 +10,7 @@
 # While it's wrong in the above, go14 does not build on NetBSD 5.
 .if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm:Naarch64} || \
     ${MACHINE_PLATFORM:MSunOS-*-i386} || \
+    ${MACHINE_PLATFORM:MDarwin-*-i386} || \
     ${MACHINE_PLATFORM:MNetBSD-[1-5].*-*} || \
     ${MACHINE_PLATFORM} == "NetBSD-9.0-aarch64"
 DEPENDS+=      pkglint4>=4.82<5:../../pkgtools/pkglint4



Home | Main Index | Thread Index | Old Index