pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2022Q3] pkgsrc/www/arcticfox



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Nov  5 18:00:09 UTC 2022

Modified Files:
        pkgsrc/www/arcticfox [pkgsrc-2022Q3]: Makefile

Log Message:
Pullup ticket #6695 - requested by nia
www/arcticfox: arm build fix

Revisions pulled up:
- www/arcticfox/Makefile                                        1.16

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Wed Oct 26 13:55:17 UTC 2022

   Modified Files:
        pkgsrc/www/arcticfox: Makefile

   Log Message:
   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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.2.1 pkgsrc/www/arcticfox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/arcticfox/Makefile
diff -u pkgsrc/www/arcticfox/Makefile:1.14 pkgsrc/www/arcticfox/Makefile:1.14.2.1
--- pkgsrc/www/arcticfox/Makefile:1.14  Sun Sep 11 12:52:09 2022
+++ pkgsrc/www/arcticfox/Makefile       Sat Nov  5 18:00:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/09/11 12:52:09 wiz Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2022/11/05 18:00:09 bsiegert Exp $
 
 DISTNAME=      arcticfox-39.2
 PKGREVISION=   1
@@ -18,6 +18,9 @@ USE_TOOLS+=   zip unzip gmake
 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