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: Tue Jul 16 10:27:56 UTC 2024
Modified Files:
pkgsrc/www/arcticfox: Makefile distinfo
Added Files:
pkgsrc/www/arcticfox/patches: patch-intl_icu_source_configure
Log Message:
arcticfox: Fix a shell portability issue.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/arcticfox/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/arcticfox/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/arcticfox/patches/patch-intl_icu_source_configure
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.47 pkgsrc/www/arcticfox/Makefile:1.48
--- pkgsrc/www/arcticfox/Makefile:1.47 Tue Jul 16 08:05:47 2024
+++ pkgsrc/www/arcticfox/Makefile Tue Jul 16 10:27:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/07/16 08:05:47 nia Exp $
+# $NetBSD: Makefile,v 1.48 2024/07/16 10:27:56 nia Exp $
DISTNAME= arcticfox-44.0
CATEGORIES= www
@@ -104,7 +104,6 @@ INSTALLATION_DIRS+= share/icons/hicolor/
INSTALLATION_DIRS+= share/icons/hicolor/48x48/apps
INSTALLATION_DIRS+= share/icons/hicolor/128x128/apps
-CHECK_PORTABILITY_SKIP+= intl/icu/source/configure
CHECK_PORTABILITY_SKIP+= js/src/tests/*.sh
CHECK_PORTABILITY_SKIP+= memory/jemalloc/src/configure
CHECK_PORTABILITY_SKIP+= security/nss/tests/*/*.sh
Index: pkgsrc/www/arcticfox/distinfo
diff -u pkgsrc/www/arcticfox/distinfo:1.14 pkgsrc/www/arcticfox/distinfo:1.15
--- pkgsrc/www/arcticfox/distinfo:1.14 Tue Jul 16 08:05:47 2024
+++ pkgsrc/www/arcticfox/distinfo Tue Jul 16 10:27:56 2024
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.14 2024/07/16 08:05:47 nia Exp $
+$NetBSD: distinfo,v 1.15 2024/07/16 10:27:56 nia Exp $
BLAKE2s (arcticfox-44.0.tar.gz) = 4b40b81c5914fd7896555b29011019b46835754989ca671b8ac9a4a4f1841538
SHA512 (arcticfox-44.0.tar.gz) = 2c1638b6378233e6114789f48ca3c3f777e2062d21ff7733c4314455ed9dadc94be8dff403e6b7a2c35748c24860a5908937efee86da8ea460b8a3b8827398ca
Size (arcticfox-44.0.tar.gz) = 212523721 bytes
+SHA1 (patch-intl_icu_source_configure) = 051da587e03131b3a6c1dec7c55ab0cc9c06c26c
SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 98dd10e2eaa3ec2160f517d1a6cee01caa37ffb0
SHA1 (patch-js_src_jit_ExecutableAllocatorPosix.cpp) = 91e900b6d995edc70b3234468580f7db5aa88446
SHA1 (patch-js_src_vm_ArrayBufferObject.cpp) = 7af433cde0b6391facdf7f785f8f1b660f458a73
Added files:
Index: pkgsrc/www/arcticfox/patches/patch-intl_icu_source_configure
diff -u /dev/null pkgsrc/www/arcticfox/patches/patch-intl_icu_source_configure:1.1
--- /dev/null Tue Jul 16 10:27:56 2024
+++ pkgsrc/www/arcticfox/patches/patch-intl_icu_source_configure Tue Jul 16 10:27:56 2024
@@ -0,0 +1,22 @@
+$NetBSD: patch-intl_icu_source_configure,v 1.1 2024/07/16 10:27:56 nia Exp $
+
+Shell portability.
+
+--- intl/icu/source/configure.orig 2024-07-16 08:20:50.194730485 +0000
++++ intl/icu/source/configure
+@@ -7778,13 +7778,13 @@ fi
+ # Now that we're done using CPPFLAGS etc. for tests, we can change it
+ # for build.
+
+-if test "${CC}" == "clang"; then
++if test "${CC}" = "clang"; then
+ CLANGCFLAGS="-Qunused-arguments -Wno-parentheses-equality"
+ else
+ CLANGCFLAGS=""
+ fi
+
+-if test "${CXX}" == "clang++"; then
++if test "${CXX}" = "clang++"; then
+ CLANGCXXFLAGS="-Qunused-arguments -Wno-parentheses-equality"
+ else
+ CLANGCXXFLAGS=""
Home |
Main Index |
Thread Index |
Old Index