pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unifi
Module Name: pkgsrc
Committed By: gdt
Date: Sat Aug 14 14:33:09 UTC 2021
Modified Files:
pkgsrc/net/unifi: Makefile
Log Message:
unifi: Adjust MACHINE_ARCH armv7->earmv7 per pkglint
Those using unifi from pkgsrc on GNU/Linux earmv7, if they exist, are
advised to test.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/unifi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/unifi/Makefile
diff -u pkgsrc/net/unifi/Makefile:1.27 pkgsrc/net/unifi/Makefile:1.28
--- pkgsrc/net/unifi/Makefile:1.27 Sat Aug 14 14:30:45 2021
+++ pkgsrc/net/unifi/Makefile Sat Aug 14 14:33:09 2021
@@ -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 @@ post-extract:
. 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