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 May 1 06:44:25 UTC 2025
Modified Files:
pkgsrc/www/arcticfox: Makefile
Log Message:
arcticfox: Install icu dat file for big endian.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 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.69 pkgsrc/www/arcticfox/Makefile:1.70
--- pkgsrc/www/arcticfox/Makefile:1.69 Tue Apr 29 22:18:48 2025
+++ pkgsrc/www/arcticfox/Makefile Thu May 1 06:44:25 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.69 2025/04/29 22:18:48 nia Exp $
+# $NetBSD: Makefile,v 1.70 2025/05/01 06:44:25 nia Exp $
DISTNAME= arcticfox-45.3
# remove on next update
DIST_SUBDIR= arcticfox-45.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=rmottola/}
GITHUB_PROJECT= Arctic-Fox
@@ -74,13 +74,12 @@ CONFIGURE_ARGS+= --with-system-cairo
CONFIGURE_ARGS+= --with-system-bz2
CONFIGURE_ARGS+= --with-system-zlib
-AF_EXTERNAL_ICU?= no
-.for plat in ${BIGENDIANPLATFORMS}
-. if !empty(MACHINE_PLATFORM:M${plat})
-# See http://github.com/rmottola/Arctic-Fox/issues/210
-AF_EXTERNAL_ICU= yes
-. endif
-.endfor
+DISTFILES?= ${DEFAULT_DISTFILES}
+
+# The default bundled copy of ICU does not contain big-endian
+# data files, so this one is generated manually.
+DISTFILES+= icudt58b.dat.gz
+SITES.icudt58b.dat.gz= ${MASTER_SITE_LOCAL}
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
# Without this NetBSD/sparc64 starts, but crashes on some sites
@@ -152,6 +151,8 @@ post-install:
${DESTDIR}${PREFIX}/share/icons/hicolor/128x128/apps/arcticfox.png
${INSTALL_DATA} ${FILESDIR}/arcticfox.desktop \
${DESTDIR}${PREFIX}/share/applications/arcticfox.desktop
+ ${INSTALL_DATA} ${WRKDIR}/icudt58b.dat \
+ ${DESTDIR}${PREFIX}/lib/${PKGNAME_NOREV}/icudt58b.dat
.include "options.mk"
.include "../../archivers/bzip2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index