pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/arcticfox arcticfox: Use latest versions of config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b0233d106af
branches:  trunk
changeset: 387316:6b0233d106af
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 26 13:55:17 2022 +0000

description:
arcticfox: Use latest versions of config.guess/config.sub from pkgsrc.

Should help armv[6-7] builds, since arcticfox's embedded copy of ICU
still contains versions from 2013 that don't know about NetBSD arm
variants.

diffstat:

 www/arcticfox/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 46b630250688 -r 6b0233d106af www/arcticfox/Makefile
--- a/www/arcticfox/Makefile    Wed Oct 26 13:28:53 2022 +0000
+++ b/www/arcticfox/Makefile    Wed Oct 26 13:55:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/10/12 16:09:28 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/10/26 13:55:17 nia Exp $
 
 DISTNAME=      arcticfox-40.0
 CATEGORIES=    www
@@ -17,6 +17,9 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 
+OVERRIDE_GNU_CONFIG_SCRIPTS=   # yes
+OVERRIDE_DIRDEPTH=             3
+
 CONFIGURE_ARGS+=       --disable-crashreporter
 CONFIGURE_ARGS+=       --disable-tests
 CONFIGURE_ARGS+=       --disable-debug



Home | Main Index | Thread Index | Old Index