pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/arcticfox



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr 24 09:30:25 UTC 2025

Modified Files:
        pkgsrc/www/arcticfox: Makefile PLIST

Log Message:
arcticfox: Broken with latest ICU in pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/arcticfox/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/arcticfox/PLIST

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.66 pkgsrc/www/arcticfox/Makefile:1.67
--- pkgsrc/www/arcticfox/Makefile:1.66  Mon Apr 21 07:29:49 2025
+++ pkgsrc/www/arcticfox/Makefile       Thu Apr 24 09:30:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2025/04/21 07:29:49 nia Exp $
+# $NetBSD: Makefile,v 1.67 2025/04/24 09:30:25 nia Exp $
 
 DISTNAME=      arcticfox-45.3
 # remove on next update
@@ -82,14 +82,6 @@ AF_EXTERNAL_ICU=     yes
 .  endif
 .endfor
 
-PLIST_VARS+=           icu
-.if ${AF_EXTERNAL_ICU:tl} != "no"
-CONFIGURE_ARGS+=       --with-system-icu
-.  include "../../textproc/icu/buildlink3.mk"
-.else
-PLIST.icu=             yes
-.endif
-
 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
 # Without this NetBSD/sparc64 starts, but crashes on some sites
 SSP_SUPPORTED=         no

Index: pkgsrc/www/arcticfox/PLIST
diff -u pkgsrc/www/arcticfox/PLIST:1.15 pkgsrc/www/arcticfox/PLIST:1.16
--- pkgsrc/www/arcticfox/PLIST:1.15     Thu Mar 13 23:08:22 2025
+++ pkgsrc/www/arcticfox/PLIST  Thu Apr 24 09:30:25 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2025/03/13 23:08:22 nia Exp $
+@comment $NetBSD: PLIST,v 1.16 2025/04/24 09:30:25 nia Exp $
 bin/arcticfox
 lib/${PKGNAME}/application.ini
 lib/${PKGNAME}/arcticfox
@@ -22,7 +22,7 @@ lib/${PKGNAME}/dependentlibs.list
 lib/${PKGNAME}/dictionaries/en-US.aff
 lib/${PKGNAME}/dictionaries/en-US.dic
 lib/${PKGNAME}/fonts/TwemojiMozilla.ttf
-${PLIST.icu}lib/${PKGNAME}/icudt58l.dat
+lib/${PKGNAME}/icudt58l.dat
 lib/${PKGNAME}/liblgpllibs.so
 lib/${PKGNAME}/libmozavcodec.so
 lib/${PKGNAME}/libmozavutil.so



Home | Main Index | Thread Index | Old Index