pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/seamonkey
Module Name: pkgsrc
Committed By: nia
Date: Sat Aug 3 09:34:02 UTC 2024
Modified Files:
pkgsrc/www/seamonkey: distinfo mozilla-common.mk
Removed Files:
pkgsrc/www/seamonkey/patches: patch-intl_lwbrk_LineBreaker.cpp
Log Message:
seamonkey: use vendored icu library
It has its own preferred version and it doesn't make much sense to
continue to chase incompatibilities and ABI breakage the latest point
release is introducing.
Should help the build.
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 pkgsrc/www/seamonkey/distinfo
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/seamonkey/mozilla-common.mk
cvs rdiff -u -r1.1 -r0 \
pkgsrc/www/seamonkey/patches/patch-intl_lwbrk_LineBreaker.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/seamonkey/distinfo
diff -u pkgsrc/www/seamonkey/distinfo:1.180 pkgsrc/www/seamonkey/distinfo:1.181
--- pkgsrc/www/seamonkey/distinfo:1.180 Tue Jun 18 03:17:01 2024
+++ pkgsrc/www/seamonkey/distinfo Sat Aug 3 09:34:01 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.180 2024/06/18 03:17:01 ryoon Exp $
+$NetBSD: distinfo,v 1.181 2024/08/03 09:34:01 nia Exp $
BLAKE2s (seamonkey-2.53.18.2.source.tar.xz) = a42f71a30987b314ee9028d0ed7a2647cc0e075a4c9d84c327adc2da7ec56242
SHA512 (seamonkey-2.53.18.2.source.tar.xz) = 38f37c1dafcfc64656205b67571b747e6f23287f4969e4713e1e373052df4cffc706de3356580a5715b90958c212291947eaf57d2e3ceeb1501ed81022004fe3
@@ -9,7 +9,6 @@ SHA1 (patch-configure.in) = 7338ac220134
SHA1 (patch-dom_indexedDB_IDBTransaction.h) = 7882f1264889d5f17af0bafa68bfa5aff5b57634
SHA1 (patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__ESSL__autogen.cpp) = 915fbe98d20ff405f031636add07d4bd610b5939
SHA1 (patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__autogen.cpp) = c78ada128986334d04ae07ec98545ecf611a7dfc
-SHA1 (patch-intl_lwbrk_LineBreaker.cpp) = 08c6891a7e616a298babbe047daa8380bca0c2f7
SHA1 (patch-mailnews_base_search_src_nsMsgSearchTerm.cpp) = 5a5890c5347cdb1a0899eebe4f014584fa460c10
SHA1 (patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd) = 5c6074fb8e0baf4e7dc2dd49718bfd285e65e3e1
SHA1 (patch-mozilla_dom_base_nsAttrName.h) = 37ffbf4bf4c43b62759d68af858717ddd9108fe8
Index: pkgsrc/www/seamonkey/mozilla-common.mk
diff -u pkgsrc/www/seamonkey/mozilla-common.mk:1.24 pkgsrc/www/seamonkey/mozilla-common.mk:1.25
--- pkgsrc/www/seamonkey/mozilla-common.mk:1.24 Tue Jun 18 03:17:01 2024
+++ pkgsrc/www/seamonkey/mozilla-common.mk Sat Aug 3 09:34:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.24 2024/06/18 03:17:01 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.25 2024/08/03 09:34:01 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -73,7 +73,6 @@ CONFIGURE_ARGS+= --disable-rust-simd
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}js/src/tests/update-test262.sh
-CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}intl/icu/source/configure
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}browser/components/loop/run-all-loop-tests.sh
CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}browser/extensions/loop/run-all-loop-tests.sh
@@ -87,7 +86,7 @@ CONFIGURE_ARGS+= --enable-system-pixman
# textproc/hunspell 1.3 is too old
#CONFIGURE_ARGS+= --enable-system-hunspell
CONFIGURE_ARGS+= --enable-system-ffi
-CONFIGURE_ARGS+= --with-system-icu
+#CONFIGURE_ARGS+= --with-system-icu
CONFIGURE_ARGS+= --with-system-nss
CONFIGURE_ARGS+= --with-system-nspr
#CONFIGURE_ARGS+= --with-system-jpeg
@@ -208,7 +207,6 @@ BUILDLINK_API_DEPENDS.libevent+= libeven
.include "../../devel/libffi/buildlink3.mk"
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.18
.include "../../devel/nspr/buildlink3.mk"
-.include "../../textproc/icu/buildlink3.mk"
BUILDLINK_API_DEPENDS.nss+= nss>=3.35
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index