pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unifi unifi: Adjust MACHINE_ARCH armv7->earmv7 per...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cf53d4374cb
branches:  trunk
changeset: 457033:3cf53d4374cb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Aug 14 14:33:09 2021 +0000

description:
unifi: Adjust MACHINE_ARCH armv7->earmv7 per pkglint

Those using unifi from pkgsrc on GNU/Linux earmv7, if they exist, are
advised to test.

diffstat:

 net/unifi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a73876e558b1 -r 3cf53d4374cb net/unifi/Makefile
--- a/net/unifi/Makefile        Sat Aug 14 14:30:45 2021 +0000
+++ b/net/unifi/Makefile        Sat Aug 14 14:33:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/08/14 14:30:45 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2021/08/14 14:33:09 gdt Exp $
 
 # Update to 6.2 (wip) is on hold pending reports that the greater
 # Unifi world thinks it is stable enough. -- gdt, 2021-06-01
@@ -91,7 +91,7 @@
 .  if (${MACHINE_ARCH} != "aarch64")
        rm -rf ${WRKDIR}/UniFi/lib/native/Linux/aarch64
 .  endif
-.  if (${MACHINE_ARCH} != "armv7")
+.  if (${MACHINE_ARCH} != "earmv7")
        rm -rf ${WRKDIR}/UniFi/lib/native/Linux/armv7
 .  endif
 .  if (${MACHINE_ARCH} != "x86_64")



Home | Main Index | Thread Index | Old Index